diff options
author | Matthias Urlichs <smurf@smurf.noris.de> | 2005-08-13 02:38:15 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-12 21:16:01 -0700 |
commit | af36b70ef939cc44c447a4b9cbaadd7eba9a20b1 (patch) | |
tree | 13ba7d49166e87d495d03901e5e6fb4566d73f6f /debian/control | |
parent | b8c20680c863379a7089091a4f1cd6ece20fd9e6 (diff) | |
download | git-af36b70ef939cc44c447a4b9cbaadd7eba9a20b1.tar.gz git-af36b70ef939cc44c447a4b9cbaadd7eba9a20b1.tar.xz |
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>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c16f81a37..5df89dde3 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.6.1 Package: git-core 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 Conflicts: git Description: The git content addressable filesystem |