summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b097584)
raw | patch | inline | side by side (parent: b097584)
author | Junio C Hamano <junkio@cox.net> | |
Fri, 12 Aug 2005 08:03:07 +0000 (01:03 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 12 Aug 2005 17:38:22 +0000 (10:38 -0700) |
Also attempt to build a source package for debian.
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index e8441af577cca50ba13369a8e3cb98b3a7ea0268..f53ccb424c460c861f1d4c026096ea75689334ac 100644 (file)
--- a/Makefile
+++ b/Makefile
deb: dist
rm -rf $(GIT_TARNAME)
tar zxf $(GIT_TARNAME).tar.gz
+ dpkg-source -b $(GIT_TARNAME)
cd $(GIT_TARNAME) && fakeroot debian/rules binary
### Cleaning rules
clean:
rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE)
- rm -f $(GIT_TARNAME).tar.gz git-core.spec
- rm -f git-core_$(GIT_VERSION)-*.deb git-tk_$(GIT_VERSION)-*.deb
+ rm -f git-core.spec
rm -rf $(GIT_TARNAME)
+ rm -f $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz
+ rm -f git-core_$(GIT_VERSION)-*.deb git-core_$(GIT_VERSION)-*.dsc
+ rm -f git-tk_$(GIT_VERSION)-*.deb
$(MAKE) -C tools/ clean
$(MAKE) -C Documentation/ clean
$(MAKE) -C templates/ clean