[xml/sgml-commit] r367 - packages/libxslt/trunk/debian
Mike Hommey
glandium@costa.debian.org
Tue, 22 Mar 2005 22:33:01 +0100
Author: glandium
Date: 2005-03-22 22:33:00 +0100 (Tue, 22 Mar 2005)
New Revision: 367
Modified:
packages/libxslt/trunk/debian/changelog
packages/libxslt/trunk/debian/control
packages/libxslt/trunk/debian/rules
Log:
Make (a basic) use of dh_python
Modified: packages/libxslt/trunk/debian/changelog
===================================================================
--- packages/libxslt/trunk/debian/changelog 2005-03-22 21:17:43 UTC (rev 366)
+++ packages/libxslt/trunk/debian/changelog 2005-03-22 21:33:00 UTC (rev 367)
@@ -1,3 +1,13 @@
+libxslt (1.1.12-6) 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.
+ * debian/control: Adjust build dependencies accordingly.
+
+ -- Mike Hommey <glandium@debian.org> Tue, 22 Mar 2005 22:18:08 +0100
+
libxslt (1.1.12-5) unstable; urgency=low
* debian/control: Oops, build-deps still depended on the transitional
Modified: packages/libxslt/trunk/debian/control
===================================================================
--- packages/libxslt/trunk/debian/control 2005-03-22 21:17:43 UTC (rev 366)
+++ packages/libxslt/trunk/debian/control 2005-03-22 21:33:00 UTC (rev 367)
@@ -4,7 +4,7 @@
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.1), libxml2-dev (>= 2.6.15), python2.3-libxml2 (>= 2.6.15), python2.3-dev, zlib1g-dev (>= 1:1.1.4), libgcrypt11-dev
+Build-Depends: debhelper (>= 4.1.67), libxml2-dev (>= 2.6.15), python, python2.3-libxml2 (>= 2.6.15), python2.3-dev, zlib1g-dev (>= 1:1.1.4), libgcrypt11-dev
Package: libxslt1-dev
Section: libdevel
Modified: packages/libxslt/trunk/debian/rules
===================================================================
--- packages/libxslt/trunk/debian/rules 2005-03-22 21:17:43 UTC (rev 366)
+++ packages/libxslt/trunk/debian/rules 2005-03-22 21:33:00 UTC (rev 367)
@@ -134,6 +134,7 @@
dh_installdocs -a -A AUTHORS FEATURES NEWS README TODO
dh_installexamples -a
dh_installchangelogs -a ChangeLog
+ dh_python -a -V 2.3
dh_link -a
dh_strip -a
dh_compress -a -Xexamples/