[xml/sgml-commit] r290 - packages/libxml2/trunk/debian
Mike Hommey
glandium-guest@haydn.debian.org
Sat, 16 Oct 2004 01:13:53 -0600
Author: glandium-guest
Date: 2004-10-16 01:13:46 -0600 (Sat, 16 Oct 2004)
New Revision: 290
Added:
packages/libxml2/trunk/debian/README.Debian
Modified:
packages/libxml2/trunk/debian/changelog
packages/libxml2/trunk/debian/rules
Log:
Add changes from 2.6.11-4 and update changelog. This will be version 2.6.14-1.
Copied: packages/libxml2/trunk/debian/README.Debian (from rev 289, packages/libxml2/tags/2.6.11-4/debian/README.Debian)
Modified: packages/libxml2/trunk/debian/changelog
===================================================================
--- packages/libxml2/trunk/debian/changelog 2004-10-16 06:58:06 UTC (rev 289)
+++ packages/libxml2/trunk/debian/changelog 2004-10-16 07:13:46 UTC (rev 290)
@@ -1,17 +1,17 @@
-libxml2 (2.6.14-2) experimental; urgency=low
+libxml2 (2.6.14-1) experimental; urgency=low
- * debian/libxml2-python2.3: don't install .a and .la files.
+ * New upstream release. Closes: #273961.
+ * debian/rules: Use "dh_makeshlibs -V 'libxml2 (>= 2.6.14)'", since version
+ 2.6.14 introduces some new symbols.
+ * debian/shlibs.local: Removed, since it is not useful any more.
- -- Mike Hommey <mh@glandium.org> Fri, 15 Oct 2004 15:47:46 +0900
+ -- Mike Hommey <mh@glandium.org> Sat, 16 Oct 2004 16:12:12 +0900
-libxml2 (2.6.14-1) experimental; urgency=low
+libxml2 (2.6.11-4) unstable; urgency=low
- * New upstream release. Closes: #273961.
- * debian/rules:
- + Use "dh_makeshlibs -V 'libxml2 (>= 2.6.14)'", since version 2.6.14
- introduces some new functions.
- the index.html, and are not useful for the documentation.
- + Avoid compression of both python examples and documentation.
+ * The "let's do some clean up for sarge" release.
+ * debian/libxml2-python2.3.install: don't install .a and .la files.
+ * debian/rules: Avoid compression of both python examples and documentation.
* Reorganization in documentation:
+ debian/libxml2-doc.examples: removed, they will get installed by
libxml2-doc.install, and we don't ship gjob* examples anymore, they
@@ -31,20 +31,16 @@
text saying where to find it and why it has been (re)moved.
That will save some space in the archive, especially considering this
file is constantly growing.
+ * debian/README.Debian: Added a recommentation to upgrade package if user
+ needs heavy standards compliance.
+ * debian/shlibs.local: Added to tighten dependencies between libxml2-*
+ packages.
+ * xmlIO.c: Fixed typo (Closes: #265740).
+ * nanohttp.c, nanoftp.c: no_proxy environment variable doesn't disable proxy
+ anymore. (Closes: #266430)
- -- Mike Hommey <mh@glandium.org> Thu, 14 Oct 2004 22:29:56 +0900
+ -- Mike Hommey <mh@glandium.org> Sat, 16 Oct 2004 15:38:20 +0900
-libxml2 (2.6.13-1) experimental; urgency=low
-
- * New upstream release:
- + Fixed typo in xmlIO.c (Closes: #265740)
- + no_proxy environment variable doesn't disable proxy anymore
- (Closes: #266430)
- * debian/rules: Use "dh_makeshlibs -V 'libxml2 (>= 2.6.13)'", since
- version 2.6.13 introduces some new functions.
-
- -- Mike Hommey <mh@glandium.org> Sun, 12 Sep 2004 14:52:22 +0900
-
libxml2 (2.6.11-3) unstable; urgency=low
* debian/control: add a space between gcc-3.2 and [hppa]. Closes: #262101.
Modified: packages/libxml2/trunk/debian/rules
===================================================================
--- packages/libxml2/trunk/debian/rules 2004-10-16 06:58:06 UTC (rev 289)
+++ packages/libxml2/trunk/debian/rules 2004-10-16 07:13:46 UTC (rev 290)
@@ -128,7 +128,7 @@
ln -sf libxml2 debian/libxml2-utils/usr/share/doc/libxml2-utils
dh_installman -a
dh_installchangelogs -plibxml2 ChangeLog
- for file in AUTHORS README changelog.Debian.gz changelog.gz; do \
+ for file in AUTHORS README README.Debian changelog.Debian.gz changelog.gz; do \
ln -sf ../libxml2/$${file} debian/libxml2-python2.3/usr/share/doc/libxml2-python2.3/$${file}; \
done
dh_install -a --sourcedir=debian/tmp