summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f358c10)
raw | patch | inline | side by side (parent: f358c10)
author | Tommi Virtanen <tv@debian.org> | |
Fri, 26 Aug 2005 11:00:03 +0000 (14:00 +0300) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 26 Aug 2005 19:52:16 +0000 (12:52 -0700) |
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>
to give false ok results.
Signed-off-by: Tommi Virtanen <tv@debian.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
debian/control | patch | blob | history |
diff --git a/debian/control b/debian/control
index 5df89dde323b1d5e580ad04ff83a488e236fbfe2..a044535065dc289cf84e78f9ca17df586c2381ce 100644 (file)
--- a/debian/control
+++ b/debian/control
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