aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-01-06 19:18:12 -0800
committerJunio C Hamano <junkio@cox.net>2006-01-06 19:18:12 -0800
commit7d0e65b892ff0adf2ba6626bbe7cdfc723a8b702 (patch)
tree592a0e145582b85dbb116dfb3748487b66cff002 /Makefile
parent476e801111698ac5df6821f389c81abc017fc0c9 (diff)
downloadgit-7d0e65b892ff0adf2ba6626bbe7cdfc723a8b702.tar.gz
git-7d0e65b892ff0adf2ba6626bbe7cdfc723a8b702.tar.xz
Retire debian/ directory.
The official maintainer is keeping up-to-date quite well, and now the older Debian is supported with backports.org, there is no reason for me to keep debian/ directory around here. I have not been building and publishing debs since 1.0.4 anyway. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index dde8f331d..30479b4a1 100644
--- a/Makefile
+++ b/Makefile
@@ -489,12 +489,6 @@ dist: git.spec git-tar-tree
rpm: dist
$(RPMBUILD) -ta $(GIT_TARNAME).tar.gz
-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:
@@ -504,8 +498,6 @@ clean:
rm -f *.spec *.pyc *.pyo */*.pyc */*.pyo
rm -rf $(GIT_TARNAME)
rm -f $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz
- rm -f git-core_$(GIT_VERSION)-*.dsc
- rm -f git-*_$(GIT_VERSION)-*.deb
$(MAKE) -C Documentation/ clean
$(MAKE) -C templates clean
$(MAKE) -C t/ clean