summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2005-03-22 20:58:46 +0000
committerMike Hommey <glandium@debian.org>2005-03-22 20:58:46 +0000
commit33c36fa5162e50ebe2f9779ab30a1a2e1beacf99 (patch)
tree9f24473c688eaca022c5416dbf85821aaba5d2da
parent3e5112f379a663752ed3bdbd1ead31a6cb0292b6 (diff)
downloadlibxml2-33c36fa5162e50ebe2f9779ab30a1a2e1beacf99.tar.gz
Make (a basic) use of dh_pythondebian/2.6.16-4
-rw-r--r--debian/changelog11
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules1
3 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ab14f5a..4a3eef4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+libxml2 (2.6.16-4) unstable; urgency=high
+
+ * Urgency set to high because we avoid breaking packages depending on us
+ when we don't properly bytecompile our python bindings.
+ * debian/rules: Call dh_python. We now get proper maintainer scripts for
+ bytecompiling files at install time and removing them at removal time.
+ Closes: #300834.
+ * debian/control: Adjust build dependencies accordingly.
+
+ -- Mike Hommey <glandium@debian.org> Tue, 22 Mar 2005 21:56:50 +0100
+
libxml2 (2.6.16-3) unstable; urgency=low
* tree.c: Avoid adding namespaced attributes to other elements than element
diff --git a/debian/control b/debian/control
index 0492011..f7800d7 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Section: libs
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Uploaders: Mike Hommey <glandium@debian.org>
Standards-Version: 3.6.1
-Build-Depends: debhelper (>= 4.0.0), zlib1g-dev | libz-dev, python2.3-dev, autotools-dev
+Build-Depends: debhelper (>= 4.1.67), zlib1g-dev | libz-dev, python, python2.3-dev, autotools-dev
Package: libxml2
Architecture: any
diff --git a/debian/rules b/debian/rules
index b027a23..df0276d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -130,6 +130,7 @@ binary-arch: build install
ln -sf ../libxml2/$${file} debian/python2.3-libxml2/usr/share/doc/python2.3-libxml2/$${file}; \
done
dh_install -a --sourcedir=debian/tmp
+ dh_python -a -V 2.3
dh_link -a
dh_strip -a
dh_compress -a -Xexamples/