summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2004-04-10 03:43:13 +0000
committerMike Hommey <mh@glandium.org>2004-04-10 03:43:13 +0000
commit324a4596d7fc52723a7072ad4ab38f85f03930bf (patch)
tree1e25aceeedd35d35487a4bdc9416333e06eb8143
parent1b93107d16babf6db533adbb3df69b295681472c (diff)
downloadlibxml2-324a4596d7fc52723a7072ad4ab38f85f03930bf.tar.gz
debian/control: Added dependency on libz-dev for libxml2-dev. Closes: #242683.
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 9af0ad4..65ab858 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,14 @@
libxml2 (2.6.8-2) unstable; urgency=low
* NOT RELEASED YET
- * debian/control: Updated section for libxml2-doc package.
+ * debian/control:
+ + Updated section for libxml2-doc package.
+ + Added dependency on libz-dev for libxml2-dev. Closes: #242683.
* debian/changelog:
+ Added missing changes for release 2.6.8-1.
+ Converted changelog file to UTF-8.
- -- Mike Hommey <mh@glandium.org> Mon, 5 Apr 2004 18:49:25 +0900
+ -- Mike Hommey <mh@glandium.org> Sat, 10 Apr 2004 12:42:03 +0900
libxml2 (2.6.8-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index a461650..bcdb08f 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,7 @@ Description: XML utilities
Package: libxml2-dev
Architecture: any
Section: libdevel
-Depends: libxml2 (= ${Source-Version})
+Depends: libxml2 (= ${Source-Version}), libz-dev
Replaces: libxml2 (<= 2.6.6-1), libxml2-headers (= 2.6.7-1)
Conflicts: libxml2 (<= 2.6.6-1), libxml2-headers (= 2.6.7-1)
Description: Development files for the GNOME XML library