Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] git bugfixes and cleanups, mainly Debian things
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>
debian/control
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
f358c10
)
diff --git
a/debian/control
b/debian/control
index 5df89dde323b1d5e580ad04ff83a488e236fbfe2..a044535065dc289cf84e78f9ca17df586c2381ce 100644
(file)
--- 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