[xml/sgml-commit] r520 - in packages/libxml2: . trunk/debian

Mike Hommey glandium at costa.debian.org
Tue Jan 31 19:32:44 UTC 2006


Author: glandium
Date: 2006-01-31 19:32:43 +0000 (Tue, 31 Jan 2006)
New Revision: 520

Modified:
   packages/libxml2/
   packages/libxml2/trunk/debian/changelog
   packages/libxml2/trunk/debian/compat
   packages/libxml2/trunk/debian/control
   packages/libxml2/trunk/debian/rules
Log:
 r974 at namakemono:  mh | 2006-01-31 19:52:41 +0100
 Preparing 2.6.23.dfsg.2-1



Property changes on: packages/libxml2
___________________________________________________________________
Name: svk:merge
   - 85a06573-1206-0410-a182-ce9117885d71:/local/libxml2:296
a066b643-3b0a-0410-a6ba-ed4cca522822:/local/libxml2:973
   + 85a06573-1206-0410-a182-ce9117885d71:/local/libxml2:296
a066b643-3b0a-0410-a6ba-ed4cca522822:/local/libxml2:974

Modified: packages/libxml2/trunk/debian/changelog
===================================================================
--- packages/libxml2/trunk/debian/changelog	2006-01-31 19:32:27 UTC (rev 519)
+++ packages/libxml2/trunk/debian/changelog	2006-01-31 19:32:43 UTC (rev 520)
@@ -1,3 +1,25 @@
+libxml2 (2.6.23.dfsg.2-1) unstable; urgency=low
+
+  * result/, test/: Totally removed. There is more suspicious content than
+    what has been removed in previous upload, so I'm just dropping the
+    regression tests from the archive until all files are investigated.
+    Closes: #331534.
+  * debian/control, debian/rules: Added a libxml2-dbg package containing
+    debug symlbols for the library and the utilities. We don't provide the
+    symbols for the python modules, though. Closes: #296299.
+  * debian/control, debian/compat: Adjust build dependencies and debhelper
+    compatibility accordingly.
+
+ -- Mike Hommey <glandium at debian.org>  Tue, 31 Jan 2006 19:52:19 +0100
+
+libxml2 (2.6.23.dfsg.1-0.1) unstable; urgency=medium
+
+  * NMU.
+  * Medium urgency due to RC bugfix.
+  * Removed non-free test files from upstream tarball. Closes: #331534.
+
+ -- Per Olofsson <pelle at debian.org>  Sun, 15 Jan 2006 23:02:12 +0100
+
 libxml2 (2.6.23-1.1) unstable; urgency=high
 
   * Non-maintainer upload.

Modified: packages/libxml2/trunk/debian/compat
===================================================================
--- packages/libxml2/trunk/debian/compat	2006-01-31 19:32:27 UTC (rev 519)
+++ packages/libxml2/trunk/debian/compat	2006-01-31 19:32:43 UTC (rev 520)
@@ -1 +1 @@
-4
+5

Modified: packages/libxml2/trunk/debian/control
===================================================================
--- packages/libxml2/trunk/debian/control	2006-01-31 19:32:27 UTC (rev 519)
+++ packages/libxml2/trunk/debian/control	2006-01-31 19:32:43 UTC (rev 520)
@@ -4,7 +4,7 @@
 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), zlib1g-dev | libz-dev, python, python2.4-dev, python2.3-dev, python2.2-dev, autotools-dev, libreadline5-dev | libreadline-dev
+Build-Depends: debhelper (>= 5.0.0), zlib1g-dev | libz-dev, python, python2.4-dev, python2.3-dev, python2.2-dev, autotools-dev, libreadline5-dev | libreadline-dev, binutils (>= 2.14.90.0.7)
 
 Package: libxml2
 Architecture: any
@@ -57,6 +57,22 @@
  Install this package if you wish to develop your own programs using
  the GNOME XML library.
 
+Package: libxml2-dbg
+Architecture: any
+Section: libdevel
+Depends: libxml2 (= ${Source-Version})
+Description: Debugging symbols for the GNOME XML library
+ XML is a metalanguage to let you design your own markup language.
+ A regular markup language defines a way to describe information in
+ a certain class of documents (eg HTML). XML lets you define your
+ own customized markup languages for many classes of document. It
+ can do this because it's written in SGML, the international standard
+ metalanguage for markup languages.
+ .
+ This package provides the debugging symbols for the library and for
+ the utilities provided by the libxml2-utils package.
+ Debugging symbols for the python modules are not available.
+
 Package: libxml2-doc
 Architecture: all
 Section: doc

Modified: packages/libxml2/trunk/debian/rules
===================================================================
--- packages/libxml2/trunk/debian/rules	2006-01-31 19:32:27 UTC (rev 519)
+++ packages/libxml2/trunk/debian/rules	2006-01-31 19:32:43 UTC (rev 520)
@@ -158,7 +158,7 @@
 	dh_install -a --sourcedir=debian/tmp
 	dh_python -a
 	dh_link -a
-	dh_strip -a
+	dh_strip -a --dbg-package=libxml2-dbg -Xpython
 	dh_compress -a -Xexamples/
 	dh_fixperms -a
 	dh_makeshlibs -a -V 'libxml2 (>= 2.6.23)'




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