diff options
author | Junio C Hamano <junkio@cox.net> | 2005-11-13 01:57:33 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-13 01:57:33 -0800 |
commit | ac0b86dadf243305810199096f0b35acd518abc1 (patch) | |
tree | 20aae664eaf95f41ca2252f076e78c6049526edc | |
parent | Split gitk into seperate RPM package (diff) | |
download | tgif-ac0b86dadf243305810199096f0b35acd518abc1.tar.xz |
Debian: build-depend on libexpat-dev.
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 10f67b8a2e..376f0fa5a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/control b/debian/control index 8cc527e2da..a77bb5dfd1 100644 --- 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|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 |