[Bug 623384] Re: Sync libxslt 1.1.26-5 (main) from Debian unstable (main)

Daniel Holbach daniel.holbach at ubuntu.com
Fri Aug 27 12:49:50 BST 2010


ACKed.

** Description changed:

- Please sync libxslt 1.1.26-5 (main) from Debian unstable (main)
+ Please sync libxslt 1.1.26-6 (main) from Debian unstable (main)
  
  Explanation of the Ubuntu delta and why it can be dropped:
  Debian has approved python-libxslt1-dbg package and added some improvements.
  
  Changelog entries since current maverick version 1.1.26-1ubuntu1:
  
+ libxslt (1.1.26-6) unstable; urgency=low
+ 
+   * debian/python-libxslt1-dbg.preinst: Add preinst snippet to remove
+     /usr/share/doc/python-libxslt1-dbg symlink on Ubuntu. This is an
+     Ubuntu-only fix, but allows Ubuntu to just use the Debian package
+     without further modifications.
+     Closes: #587910
+ 
+  -- Mike Hommey <glandium at debian.org>  Thu, 26 Aug 2010 11:42:01 +0200
+ 
  libxslt (1.1.26-5) unstable; urgency=low
  
-   * debian/rules: Avoid possible renaming of _d.so files to _d_d.so files in
-     the install-python%-dbg rules.
-   * debian/control:
-     - Add missing dependency on python-libxml2-dbg to python-libxslt1-dbg.
-     - Remove old Conflicts/Replaces for packages that have disappeared before
-       etch.
-     - Bump Standards-Version to 3.9.0.0.
-     - Add Homepage.
-     - Add Vcs-{Git,Browser} fields.
+   * debian/rules: Avoid possible renaming of _d.so files to _d_d.so files in
+     the install-python%-dbg rules.
+   * debian/control:
+     - Add missing dependency on python-libxml2-dbg to python-libxslt1-dbg.
+     - Remove old Conflicts/Replaces for packages that have disappeared before
+       etch.
+     - Bump Standards-Version to 3.9.0.0.
+     - Add Homepage.
+     - Add Vcs-{Git,Browser} fields.
  
-  -- Mike Hommey <glandium at debian.org>  Tue, 29 Jun 2010 12:38:30 +0200
+  -- Mike Hommey <glandium at debian.org>  Tue, 29 Jun 2010 12:38:30 +0200
  
  libxslt (1.1.26-4) unstable; urgency=low
  
-   * debian/rules:
-     - Refactor configure-% and build-% rules.
-     - Hack to link with -Wl,--as-needed.
-   * debian/python-libxslt1.install: Don't hardcode site-/dist-packages in
-     .install. Cope with builds which don't have any dist-packages (or
-     site-packages) based python versions. Thanks Loïc Minier.
-   * debian/control:
-     - Add missing XB-Python-Version to python-libxslt1.
-     - Mention the version of XSLT implemented. Closes: #579244.
-     - Fix typo in libxslt1-dev package description. Closes: #579241.
-   * debian/control, debian/python-libxslt1-dbg.install, debian/rules: Add a
-     python-libxslt1-dbg package.
-   * doc/xsltproc.xml, doc/xsltproc.1: Document what happens when there is
-     no output and -o is specified. Closes: #539890.
+   * debian/rules:
+     - Refactor configure-% and build-% rules.
+     - Hack to link with -Wl,--as-needed.
+   * debian/python-libxslt1.install: Don't hardcode site-/dist-packages in
+     .install. Cope with builds which don't have any dist-packages (or
+     site-packages) based python versions. Thanks Loïc Minier.
+   * debian/control:
+     - Add missing XB-Python-Version to python-libxslt1.
+     - Mention the version of XSLT implemented. Closes: #579244.
+     - Fix typo in libxslt1-dev package description. Closes: #579241.
+   * debian/control, debian/python-libxslt1-dbg.install, debian/rules: Add a
+     python-libxslt1-dbg package.
+   * doc/xsltproc.xml, doc/xsltproc.1: Document what happens when there is
+     no output and -o is specified. Closes: #539890.
  
-  -- Mike Hommey <glandium at debian.org>  Mon, 28 Jun 2010 19:10:30 +0200
+  -- Mike Hommey <glandium at debian.org>  Mon, 28 Jun 2010 19:10:30 +0200
  
  libxslt (1.1.26-3) unstable; urgency=low
  
-   * debian/compat: Switch to debhelper compat level 7.
-   * debian/control: Build depend on debhelper >= 7.0.50~.
-   * debian/rules:
-     + Remove old source and diff rules. They only displayed a message
-       inviting to use dpkg-source -b.
-     + Remove workarounds for modified and deleted files. The modified file
-       is not modified anymore, and as we're not using svn-buildpackage we
-       also don't care about deleted files anymore.
-     + Trust dpkg-buildpackage to set the CFLAGS.
-     + Change the way python libs are built. We now use configure to set
-       different environment with and without python, and arrange things so
-       that we don't have to build the base libxslt library several times.
-     + Use a common cache for main and python configure passes.
-     + Modify libexslt.la in place in debian/tmp.
-     + Switch to dh.
-     + Deduplicate in /usr/lib/pyshared, not
-       /usr/lib/python-support/python-libxslt1.
-   * debian/python-libxslt1.install: Install python files from
-     /usr/lib/python*/dist-packages.
-   * python/Makefile.am, python/Makefile.in, python/generator.py: Don't
-     generate python API intermediate files in $srcdir.
-   * debian/libxslt1-dev.install: Install libexslt.la with dh_install.
+   * debian/compat: Switch to debhelper compat level 7.
+   * debian/control: Build depend on debhelper >= 7.0.50~.
+   * debian/rules:
+     + Remove old source and diff rules. They only displayed a message
+       inviting to use dpkg-source -b.
+     + Remove workarounds for modified and deleted files. The modified file
+       is not modified anymore, and as we're not using svn-buildpackage we
+       also don't care about deleted files anymore.
+     + Trust dpkg-buildpackage to set the CFLAGS.
+     + Change the way python libs are built. We now use configure to set
+       different environment with and without python, and arrange things so
+       that we don't have to build the base libxslt library several times.
+     + Use a common cache for main and python configure passes.
+     + Modify libexslt.la in place in debian/tmp.
+     + Switch to dh.
+     + Deduplicate in /usr/lib/pyshared, not
+       /usr/lib/python-support/python-libxslt1.
+   * debian/python-libxslt1.install: Install python files from
+     /usr/lib/python*/dist-packages.
+   * python/Makefile.am, python/Makefile.in, python/generator.py: Don't
+     generate python API intermediate files in $srcdir.
+   * debian/libxslt1-dev.install: Install libexslt.la with dh_install.
  
-  -- Mike Hommey <glandium at debian.org>  Fri, 09 Apr 2010 15:18:51 +0200
+  -- Mike Hommey <glandium at debian.org>  Fri, 09 Apr 2010 15:18:51 +0200
  
  libxslt (1.1.26-2) unstable; urgency=low
  
-   * debian/control:
-     + Add missing ${misc:Depends}.
-     + Bump Standards-Version to 3.8.4.0.
-     + Put libxslt1-dbg in section debug.
-   * debian/libxslt1-dev.install: Install /usr/share/aclocal files.
-     Closes: #569066.
-   * debian/rules, debian/libxslt1.1.symbols: Add symbols file and bump
-     shlibs. Closes: #563399.
+   * debian/control:
+     + Add missing ${misc:Depends}.
+     + Bump Standards-Version to 3.8.4.0.
+     + Put libxslt1-dbg in section debug.
+   * debian/libxslt1-dev.install: Install /usr/share/aclocal files.
+     Closes: #569066.
+   * debian/rules, debian/libxslt1.1.symbols: Add symbols file and bump
+     shlibs. Closes: #563399.
  
-  -- Mike Hommey <glandium at debian.org>  Mon, 22 Feb 2010 10:57:27 +0100
+  -- Mike Hommey <glandium at debian.org>  Mon, 22 Feb 2010 10:57:27 +0100

** Summary changed:

- Sync libxslt 1.1.26-5 (main) from Debian unstable (main)
+ Sync libxslt 1.1.26-6 (main) from Debian unstable (main)

** Changed in: libxslt (Ubuntu)
       Status: New => Triaged

-- 
Sync libxslt 1.1.26-6 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/623384
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is a direct subscriber.

Status in “libxslt” package in Ubuntu: Triaged

Bug description:
Please sync libxslt 1.1.26-6 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
Debian has approved python-libxslt1-dbg package and added some improvements.

Changelog entries since current maverick version 1.1.26-1ubuntu1:

libxslt (1.1.26-6) unstable; urgency=low

  * debian/python-libxslt1-dbg.preinst: Add preinst snippet to remove
    /usr/share/doc/python-libxslt1-dbg symlink on Ubuntu. This is an
    Ubuntu-only fix, but allows Ubuntu to just use the Debian package
    without further modifications.
    Closes: #587910

 -- Mike Hommey <glandium at debian.org>  Thu, 26 Aug 2010 11:42:01 +0200

libxslt (1.1.26-5) unstable; urgency=low

  * debian/rules: Avoid possible renaming of _d.so files to _d_d.so files in
    the install-python%-dbg rules.
  * debian/control:
    - Add missing dependency on python-libxml2-dbg to python-libxslt1-dbg.
    - Remove old Conflicts/Replaces for packages that have disappeared before
      etch.
    - Bump Standards-Version to 3.9.0.0.
    - Add Homepage.
    - Add Vcs-{Git,Browser} fields.

 -- Mike Hommey <glandium at debian.org>  Tue, 29 Jun 2010 12:38:30 +0200

libxslt (1.1.26-4) unstable; urgency=low

  * debian/rules:
    - Refactor configure-% and build-% rules.
    - Hack to link with -Wl,--as-needed.
  * debian/python-libxslt1.install: Don't hardcode site-/dist-packages in
    .install. Cope with builds which don't have any dist-packages (or
    site-packages) based python versions. Thanks Loïc Minier.
  * debian/control:
    - Add missing XB-Python-Version to python-libxslt1.
    - Mention the version of XSLT implemented. Closes: #579244.
    - Fix typo in libxslt1-dev package description. Closes: #579241.
  * debian/control, debian/python-libxslt1-dbg.install, debian/rules: Add a
    python-libxslt1-dbg package.
  * doc/xsltproc.xml, doc/xsltproc.1: Document what happens when there is
    no output and -o is specified. Closes: #539890.

 -- Mike Hommey <glandium at debian.org>  Mon, 28 Jun 2010 19:10:30 +0200

libxslt (1.1.26-3) unstable; urgency=low

  * debian/compat: Switch to debhelper compat level 7.
  * debian/control: Build depend on debhelper >= 7.0.50~.
  * debian/rules:
    + Remove old source and diff rules. They only displayed a message
      inviting to use dpkg-source -b.
    + Remove workarounds for modified and deleted files. The modified file
      is not modified anymore, and as we're not using svn-buildpackage we
      also don't care about deleted files anymore.
    + Trust dpkg-buildpackage to set the CFLAGS.
    + Change the way python libs are built. We now use configure to set
      different environment with and without python, and arrange things so
      that we don't have to build the base libxslt library several times.
    + Use a common cache for main and python configure passes.
    + Modify libexslt.la in place in debian/tmp.
    + Switch to dh.
    + Deduplicate in /usr/lib/pyshared, not
      /usr/lib/python-support/python-libxslt1.
  * debian/python-libxslt1.install: Install python files from
    /usr/lib/python*/dist-packages.
  * python/Makefile.am, python/Makefile.in, python/generator.py: Don't
    generate python API intermediate files in $srcdir.
  * debian/libxslt1-dev.install: Install libexslt.la with dh_install.

 -- Mike Hommey <glandium at debian.org>  Fri, 09 Apr 2010 15:18:51 +0200

libxslt (1.1.26-2) unstable; urgency=low

  * debian/control:
    + Add missing ${misc:Depends}.
    + Bump Standards-Version to 3.8.4.0.
    + Put libxslt1-dbg in section debug.
  * debian/libxslt1-dev.install: Install /usr/share/aclocal files.
    Closes: #569066.
  * debian/rules, debian/libxslt1.1.symbols: Add symbols file and bump
    shlibs. Closes: #563399.

 -- Mike Hommey <glandium at debian.org>  Mon, 22 Feb 2010 10:57:27 +0100







More information about the Ubuntu-sponsors mailing list