Code

Debian: build-depend on libexpat-dev.
authorJunio C Hamano <junkio@cox.net>
Sun, 13 Nov 2005 09:57:33 +0000 (01:57 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 13 Nov 2005 09:57:33 +0000 (01:57 -0800)
Signed-off-by: Junio C Hamano <junkio@cox.net>
debian/changelog
debian/control

index 10f67b8a2e3f61fa86bed6d59b474e0b9e91f9fb..376f0fa5a3e91faa3068267e81734c7cf9a19eb3 100644 (file)
@@ -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
 
   * Do not scatter txt and html documentation into feature
index 8cc527e2daf7888ec60f2f0fe2fa8910ef770002..a77bb5dfd190f7004300f835d065083a670a4542 100644 (file)
@@ -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|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
 
 Package: git-core