Skip to content

Commit 814be00

Browse files
Tommi VirtanenJunio C Hamano
authored andcommitted
[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>
1 parent f358c10 commit 814be00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Source: git-core
22
Section: devel
33
Priority: optional
44
Maintainer: Junio C Hamano <junkio@cox.net>
5-
Build-Depends-Indep: libz-dev, libssl-dev, libcurl3-dev, asciidoc > 6.0.3, xmlto, debhelper (>= 4.0.0)
5+
Build-Depends-Indep: libz-dev, libssl-dev, libcurl3-dev, asciidoc (>= 6.0.3), xmlto, debhelper (>= 4.0.0)
66
Standards-Version: 3.6.1
77

88
Package: git-core

0 commit comments

Comments
 (0)