Debian: build-depend on libexpat-dev.
Signed-off-by: Junio C Hamano <junkio@cox.net>maint
parent
ba1dbb61ea
commit
ac0b86dadf
|
|
@ -1,3 +1,9 @@
|
||||||
|
git-core (0.99.9.GIT-2) unstable; urgency=low
|
||||||
|
|
||||||
|
* Build Dependency did not include libexpat-dev.
|
||||||
|
|
||||||
|
-- Junio C Hamano <junkio@cox.net> Sun, 13 Nov 2005 01:55:34 -0800
|
||||||
|
|
||||||
git-core (0.99.9.GIT-1) unstable; urgency=low
|
git-core (0.99.9.GIT-1) unstable; urgency=low
|
||||||
|
|
||||||
* Do not scatter txt and html documentation into feature
|
* Do not scatter txt and html documentation into feature
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ Source: git-core
|
||||||
Section: devel
|
Section: devel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Junio C Hamano <junkio@cox.net>
|
Maintainer: Junio C Hamano <junkio@cox.net>
|
||||||
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
|
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, libexpat1-dev
|
||||||
Standards-Version: 3.6.1
|
Standards-Version: 3.6.1
|
||||||
|
|
||||||
Package: git-core
|
Package: git-core
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue