Skip to content

Commit 7d0e65b

Browse files
author
Junio C Hamano
committed
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>
1 parent 476e801 commit 7d0e65b

File tree

16 files changed

+0
-441
lines changed

16 files changed

+0
-441
lines changed

Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -489,12 +489,6 @@ dist: git.spec git-tar-tree
489489
rpm: dist
490490
$(RPMBUILD) -ta $(GIT_TARNAME).tar.gz
491491

492-
deb: dist
493-
rm -rf $(GIT_TARNAME)
494-
$(TAR) zxf $(GIT_TARNAME).tar.gz
495-
dpkg-source -b $(GIT_TARNAME)
496-
cd $(GIT_TARNAME) && fakeroot debian/rules binary
497-
498492
### Cleaning rules
499493

500494
clean:
@@ -504,8 +498,6 @@ clean:
504498
rm -f *.spec *.pyc *.pyo */*.pyc */*.pyo
505499
rm -rf $(GIT_TARNAME)
506500
rm -f $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz
507-
rm -f git-core_$(GIT_VERSION)-*.dsc
508-
rm -f git-*_$(GIT_VERSION)-*.deb
509501
$(MAKE) -C Documentation/ clean
510502
$(MAKE) -C templates clean
511503
$(MAKE) -C t/ clean

debian/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

debian/changelog

Lines changed: 0 additions & 201 deletions
This file was deleted.

debian/compat

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/control

Lines changed: 0 additions & 63 deletions
This file was deleted.

debian/copyright

Lines changed: 0 additions & 24 deletions
This file was deleted.

debian/docs

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/git-arch.files

Lines changed: 0 additions & 2 deletions
This file was deleted.

debian/git-core.doc-base

Lines changed: 0 additions & 13 deletions
This file was deleted.

debian/git-core.files

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)