# DEFINES += -DUSE_STDEV
-GIT_VERSION=0.99.3
+GIT_VERSION=0.99.4
COPTS?=-g -O2
CFLAGS+=$(COPTS) -Wall $(DEFINES)
all:
$(MAKE) -C templates
-.PRECIOUS: %.o
+.SECONDARY: %.o
+.c.o:
+ $(CC) $(CFLAGS) -o $*.o -c $*.c
git-%: %.o $(LIB_FILE)
$(CC) $(CFLAGS) -o $@ $(filter %.o,$^) $(LIBS)
rpm: dist
$(RPMBUILD) -ta git-core-$(GIT_VERSION).tar.gz
-
-backup: clean
- cd .. ; tar czvf dircache.tar.gz dir-cache
-
-
+deb: dist
+ rm -rf git-core-$(GIT_VERSION)
+ tar zxf git-core-$(GIT_VERSION).tar.gz
+ cd git-core-$(GIT_VERSION) && fakeroot debian/rules binary
### Cleaning rules
clean:
rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE)
- rm -f git-core-*.tar.gz git-core.spec
+ rm -f git-core-*.tar.gz git-core.spec git-core-$(GIT_VERSION)-*.deb
+ rm -rf git-core-$(GIT_VERSION)
$(MAKE) -C tools/ clean
$(MAKE) -C Documentation/ clean
$(MAKE) -C templates/ clean
+git-core (0.99.4-1) unstable; urgency=low
+
+ * Pass prefix down to the submake when building.
+
+ -- Junio C Hamano <junkio@cox.net> Sat, 6 Aug 2005 13:00:00 -0700
+
git-core (0.99-2) unstable; urgency=low
* Conflict with the GNU Interactive Tools package, which also installs