diff options
author | Aneesh Kumar <aneesh.kumar@gmail.com> | 2005-10-14 17:15:11 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-14 17:15:11 -0700 |
commit | e70ec8632ca0968e4738a66235361937eb4162a9 (patch) | |
tree | 91755fe7fe9c1883e9e843bee525dc30289c050a /debian/control | |
parent | c05186cc38ca4605bff1f275619d7d0faeaf2fa5 (diff) | |
download | git-e70ec8632ca0968e4738a66235361937eb4162a9.tar.gz git-e70ec8632ca0968e4738a66235361937eb4162a9.tar.xz |
debian packaging
Make it build with stable testing and unstable.
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 5d75c325e..2ae4ee9e7 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: git-core Section: devel Priority: optional Maintainer: Junio C Hamano <junkio@cox.net> -Build-Depends-Indep: libz-dev, libssl-dev, libcurl3-dev, asciidoc (>= 6.0.3), xmlto, debhelper (>= 4.0.0), bc +Build-Depends-Indep: libz-dev, libssl-dev, libcurl3-dev|libcurl3-gnutls-dev|libcurl3-openssl-dev, asciidoc (>= 6.0.3), xmlto, debhelper (>= 4.0.0), bc Standards-Version: 3.6.1 Package: git-core |