Debianization updates

git-tk should be architecture independent.
git-core forgot to depend on perl.

Signed-Off-By: Matthias Urlichs <smurf@debian.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Matthias Urlichs 2005-08-13 02:38:15 +02:00 committed by Junio C Hamano
parent b8c20680c8
commit af36b70ef9
2 changed files with 30 additions and 27 deletions

2
debian/control vendored
View File

@ -7,7 +7,7 @@ Standards-Version: 3.6.1
Package: git-core Package: git-core
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, patch, rcs Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, patch, rcs
Recommends: rsync, curl, ssh, libmail-sendmail-perl, libemail-valid-perl Recommends: rsync, curl, ssh, libmail-sendmail-perl, libemail-valid-perl
Conflicts: git Conflicts: git
Description: The git content addressable filesystem Description: The git content addressable filesystem

55
debian/rules vendored
View File

@ -66,33 +66,36 @@ install: build
dh_movefiles -p git-core dh_movefiles -p git-core
find debian/tmp -type d -o -print | sed -e 's/^/? /' find debian/tmp -type d -o -print | sed -e 's/^/? /'
binary: build install binary-arch: build install
dh_testdir dh_testdir
dh_testroot dh_testroot
dh_installchangelogs dh_installchangelogs -a
dh_installdocs dh_installdocs -a
dh_installexamples dh_strip -a
# dh_installmenu dh_compress -a
# dh_installdebconf dh_fixperms -a
# dh_installlogrotate dh_perl -a
# dh_installemacsen dh_makeshlibs -a
# dh_installpam dh_installdeb -a
# dh_installmime dh_shlibdeps -a
# dh_installinit dh_gencontrol -a
# dh_installcron dh_md5sums -a
# dh_installinfo dh_builddeb -a
dh_installman
dh_link binary-indep: build install
dh_strip dh_testdir
dh_compress dh_testroot
dh_fixperms dh_installchangelogs -i
# dh_perl dh_installdocs -i
# dh_python dh_compress -i
dh_makeshlibs dh_fixperms -i
dh_installdeb dh_makeshlibs -i
dh_shlibdeps dh_installdeb -i
dh_gencontrol dh_shlibdeps -i
dh_md5sums dh_gencontrol -i
dh_builddeb dh_md5sums -i
dh_builddeb -i
binary: binary-arch binary-indep
.PHONY: build clean binary install clean debian-clean .PHONY: build clean binary install clean debian-clean