diff options
author | Tommi Virtanen <tv@debian.org> | 2005-08-26 14:00:03 +0300 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-26 12:52:16 -0700 |
commit | 814be007dff08597f6f550f243916aae4bf1d0f8 (patch) | |
tree | 83f2979f5c0b3c1720fedbaed4f36c0881563efd | |
parent | f358c10f91889b1b75edc257fb45c20b583baf28 (diff) | |
download | git-814be007dff08597f6f550f243916aae4bf1d0f8.tar.gz |
[PATCH] git bugfixes and cleanups, mainly Debian things
Fix syntax error in debian Build-Depends-Indep, dpkg-checkbuilddeps used
to give false ok results.
Signed-off-by: Tommi Virtanen <tv@debian.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 5df89dde32..a044535065 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) +Build-Depends-Indep: libz-dev, libssl-dev, libcurl3-dev, asciidoc (>= 6.0.3), xmlto, debhelper (>= 4.0.0) Standards-Version: 3.6.1 Package: git-core |