[xml/sgml-commit] r316 - packages/libxslt/trunk/debian

Mike Hommey glandium-guest@haydn.debian.org
Sun, 07 Nov 2004 08:20:43 -0700


Author: glandium-guest
Date: 2004-11-07 08:20:32 -0700 (Sun, 07 Nov 2004)
New Revision: 316

Added:
   packages/libxslt/trunk/debian/python2.3-libxslt1.examples
   packages/libxslt/trunk/debian/python2.3-libxslt1.install
Removed:
   packages/libxslt/trunk/debian/libxslt1-python2.3.examples
   packages/libxslt/trunk/debian/libxslt1-python2.3.install
Modified:
   packages/libxslt/trunk/debian/changelog
   packages/libxslt/trunk/debian/control
Log:
* debian/control:
  + Build-dep against libxml2 >= 2.6.15. Closes: #280129.
  + Changed libxslt1-python2.3's name to python2.3-libxslt1.
* debian/libxslt1-python2.3.*: Renamed to python2.3-libxslt1.*.


Modified: packages/libxslt/trunk/debian/changelog
===================================================================
--- packages/libxslt/trunk/debian/changelog	2004-10-31 04:57:33 UTC (rev 315)
+++ packages/libxslt/trunk/debian/changelog	2004-11-07 15:20:32 UTC (rev 316)
@@ -1,3 +1,12 @@
+libxslt (1.1.12-2) experimental; urgency=low
+
+  * debian/control:
+    + Build-dep against libxml2 >= 2.6.15. Closes: #280129.
+    + Changed libxslt1-python2.3's name to python2.3-libxslt1.
+  * debian/libxslt1-python2.3.*: Renamed to python2.3-libxslt1.*.
+
+ -- Mike Hommey <mh@glandium.org>  Mon,  8 Nov 2004 00:17:03 +0900
+
 libxslt (1.1.12-1) experimental; urgency=low
 
   * New upstream release

Modified: packages/libxslt/trunk/debian/control
===================================================================
--- packages/libxslt/trunk/debian/control	2004-10-31 04:57:33 UTC (rev 315)
+++ packages/libxslt/trunk/debian/control	2004-11-07 15:20:32 UTC (rev 316)
@@ -4,7 +4,7 @@
 Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
 Uploaders: Mike Hommey <mh@glandium.org>
 Standards-Version: 3.6.1
-Build-Depends: debhelper (>= 4.1), libxml2-dev (>= 2.6.8), libxml2-python2.3 (>= 2.6.8), python2.3-dev, zlib1g-dev (>= 1:1.1.4), libgcrypt11-dev
+Build-Depends: debhelper (>= 4.1), libxml2-dev (>= 2.6.15), libxml2-python2.3 (>= 2.6.15), python2.3-dev, zlib1g-dev (>= 1:1.1.4), libgcrypt11-dev
 
 Package: libxslt1-dev
 Section: libdevel
@@ -12,7 +12,7 @@
 Architecture: any
 Provides: libxslt-dev
 Conflicts: libxslt-dev, libxslt0-dev
-Depends: libxslt1.1 (= ${Source-Version}), libxml2-dev (>= 2.6.8), libc6-dev | libc-dev, pkg-config, libz-dev, libgcrypt11-dev
+Depends: libxslt1.1 (= ${Source-Version}), libxml2-dev (>= 2.6.15), libc6-dev | libc-dev, pkg-config, libz-dev, libgcrypt11-dev
 Description: XSLT processing library - development kit
  XSLT is an XML language for defining transformations of XML files from
  XML to some other arbitrary format, such as XML, HTML, plain text, etc.
@@ -63,11 +63,14 @@
  This package contains a command line tool that facilitates XSLT
  transformations.
 
-Package: libxslt1-python2.3
+Package: python2.3-libxslt1
 Section: python
 Priority: optional
 Architecture: any
-Depends: ${shlibs:Depends}, libxml2-python2.3 (>= 2.6.8), python2.3
+Replaces: libxslt1-python2.3
+Provides: libxslt1-python2.3
+Conflicts: libxslt1-python2.3
+Depends: ${shlibs:Depends}, libxml2-python2.3 (>= 2.6.15), python2.3
 Description:  Python 2.3 bindings for libxslt1
  XSLT is an XML language for defining transformations of XML files from
  XML to some other arbitrary format, such as XML, HTML, plain text, etc.

Deleted: packages/libxslt/trunk/debian/libxslt1-python2.3.examples
===================================================================
--- packages/libxslt/trunk/debian/libxslt1-python2.3.examples	2004-10-31 04:57:33 UTC (rev 315)
+++ packages/libxslt/trunk/debian/libxslt1-python2.3.examples	2004-11-07 15:20:32 UTC (rev 316)
@@ -1,2 +0,0 @@
-python/tests/*.py
-python/tests/test.*

Deleted: packages/libxslt/trunk/debian/libxslt1-python2.3.install
===================================================================
--- packages/libxslt/trunk/debian/libxslt1-python2.3.install	2004-10-31 04:57:33 UTC (rev 315)
+++ packages/libxslt/trunk/debian/libxslt1-python2.3.install	2004-11-07 15:20:32 UTC (rev 316)
@@ -1,2 +0,0 @@
-usr/lib/python*/site-packages/*.py*
-usr/lib/python*/site-packages/*.so

Copied: packages/libxslt/trunk/debian/python2.3-libxslt1.examples (from rev 311, packages/libxslt/trunk/debian/libxslt1-python2.3.examples)

Copied: packages/libxslt/trunk/debian/python2.3-libxslt1.install (from rev 311, packages/libxslt/trunk/debian/libxslt1-python2.3.install)