[xml/sgml-commit] r523 - in packages/libxslt: . trunk/debian

Mike Hommey glandium at costa.debian.org
Tue Jan 31 19:39:03 UTC 2006


Author: glandium
Date: 2006-01-31 19:39:02 +0000 (Tue, 31 Jan 2006)
New Revision: 523

Modified:
   packages/libxslt/
   packages/libxslt/trunk/debian/changelog
   packages/libxslt/trunk/debian/compat
   packages/libxslt/trunk/debian/control
   packages/libxslt/trunk/debian/rules
Log:
 r976 at namakemono:  mh | 2006-01-31 20:29:10 +0100
 Add libxslt-dbg



Property changes on: packages/libxslt
___________________________________________________________________
Name: svk:merge
   - 85a06573-1206-0410-a182-ce9117885d71:/local/libxslt:284
   + 85a06573-1206-0410-a182-ce9117885d71:/local/libxslt:284
a066b643-3b0a-0410-a6ba-ed4cca522822:/local/libxslt:976

Modified: packages/libxslt/trunk/debian/changelog
===================================================================
--- packages/libxslt/trunk/debian/changelog	2006-01-31 19:33:16 UTC (rev 522)
+++ packages/libxslt/trunk/debian/changelog	2006-01-31 19:39:02 UTC (rev 523)
@@ -1,3 +1,13 @@
+libxslt (1.1.15-3) unstable; urgency=low
+
+  * debian/control, debian/rules: Added a libxslt1-dbg package containing
+    debug symlbols for the library and the utilities. We don't provide the
+    symbols for the python modules, though.
+  * debian/control, debian/compat: Adjust build dependencies and debhelper
+    compatibility accordingly.
+
+ -- Mike Hommey <glandium at debian.org>  Tue, 31 Jan 2006 20:14:48 +0100
+
 libxslt (1.1.15-2) unstable; urgency=low
 
   * autogen.sh: Use automake1.9, as upstream does, and run it.

Modified: packages/libxslt/trunk/debian/compat
===================================================================
--- packages/libxslt/trunk/debian/compat	2006-01-31 19:33:16 UTC (rev 522)
+++ packages/libxslt/trunk/debian/compat	2006-01-31 19:39:02 UTC (rev 523)
@@ -1 +1 @@
-4
+5

Modified: packages/libxslt/trunk/debian/control
===================================================================
--- packages/libxslt/trunk/debian/control	2006-01-31 19:33:16 UTC (rev 522)
+++ packages/libxslt/trunk/debian/control	2006-01-31 19:39:02 UTC (rev 523)
@@ -4,8 +4,23 @@
 Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs at lists.alioth.debian.org>
 Uploaders: Mike Hommey <glandium at debian.org>
 Standards-Version: 3.6.2.1
-Build-Depends: debhelper (>= 4.1.67), libxml2-dev (>= 2.6.17), python, python2.4-dev, python2.3-dev, python2.2-dev, python2.4-libxml2 (>= 2.6.17), python2.3-libxml2 (>= 2.6.17), python2.2-libxml2 (>= 2.6.17), zlib1g-dev | libz-dev, libgcrypt11-dev, autotools-dev
+Build-Depends: debhelper (>= 5.0.0), libxml2-dev (>= 2.6.17), python, python2.4-dev, python2.3-dev, python2.2-dev, python2.4-libxml2 (>= 2.6.17), python2.3-libxml2 (>= 2.6.17), python2.2-libxml2 (>= 2.6.17), zlib1g-dev | libz-dev, libgcrypt11-dev, autotools-dev, binutils (>= 2.14.90.0.7)
 
+Package: libxslt1.1
+Section: libs
+Priority: optional
+Architecture: any
+Depends: ${shlibs:Depends}
+Conflicts: libxslt1 (<< 1.1.2-2)
+Description: XSLT processing library - runtime library
+ 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.
+ using standard XSLT stylesheets. libxslt is a C library which
+ implements XSLT.
+ .
+ This package contains libxslt library used by applications for XSLT
+ transformations.
+
 Package: libxslt1-dev
 Section: libdevel
 Priority: optional
@@ -21,20 +36,20 @@
  .
  This package contains the development files libxslt.
 
-Package: libxslt1.1
-Section: libs
+Package: libxslt1-dbg
+Section: libdevel
 Priority: optional
 Architecture: any
-Depends: ${shlibs:Depends}
-Conflicts: libxslt1 (<< 1.1.2-2)
-Description: XSLT processing library - runtime library
+Depends: libxslt1.1 (= ${Source-Version})
+Description: XSLT processing library - debugging symbols
  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.
  using standard XSLT stylesheets. libxslt is a C library which
  implements XSLT.
  .
- This package contains libxslt library used by applications for XSLT
- transformations.
+ This package provides the debugging symbols for the library and for
+ the xsltproc utility provided by the xsltproc package.
+ Debugging symbols for the python modules are not available.
 
 Package: xsltproc
 Section: text

Modified: packages/libxslt/trunk/debian/rules
===================================================================
--- packages/libxslt/trunk/debian/rules	2006-01-31 19:33:16 UTC (rev 522)
+++ packages/libxslt/trunk/debian/rules	2006-01-31 19:39:02 UTC (rev 523)
@@ -161,7 +161,7 @@
 	dh_installchangelogs -a ChangeLog
 	dh_python -a
 	dh_link -a
-	dh_strip -a
+	dh_strip -a --dbg-package=libxslt1-dbg -Xpython
 	dh_compress -a -Xexamples/
 	dh_fixperms -a
 	dh_makeshlibs -a -V




More information about the debian-xml-sgml-commit mailing list