Change logs for xalan source package in Precise

  • xalan (1.10-6) unstable; urgency=low
    
      * QA upload.
      * Disable building in parallel; upstream makefile is not parallel-safe after
        all.
    
    xalan (1.10-5) unstable; urgency=low
    
      * QA upload.
      * Add ${misc:Depends}.
      * Add build-arch and build-indep targets.
      * Move doxygen to Build-Depends-Indep. Build documentation only if it's
        installed.
      * Remove duplicate Section field from debian/control.
      * Bump standards version to 3.9.2 (no changes needed).
      * Bump debhelper compatiblity level to 8.
        + Update Build-Depends.
        + Use dh_prep instead of dh_clean -k.
      * Convert to source format 3.0 (quilt).
        + Add debian/source/format.
        + Split monolithic *.diff.gz into separate patches.
        + Undo the following changes that are no longer needed:
          - use of xalan-config.h;
          - changes related to mod_xslt;
          - files from 1.8 upstream tarball that are no longer present in 1.10
            upstream tarball.
      * Update config.{guess,sub} unconditionally. Actually remove them in the
        clean target.
      * Bump shlibs to >= 1.10-3.3 (closes: #482174). Thanks to Tommi Vainikainen
        and Michael Meskes for the bug report.
      * Improve debian/rules:
        + Remove commented-out commands.
        + Use $(CURDIR) instead of $(shell pwd) in debian/rules.
        + Pass CFLAGS, CXXFLAGS, CPPFLAGS and LDFLAGS (acquired from
          dpkg-buildflags) to the configure script.
        + Pass --build (and --host if cross-compiling) to the configure script.
        + Pass -a to most dh_* commands is binary-arch.
        + Add support for DEB_BUILD_OPTIONS=noopt.
        + Add support for DEB_BUILD_OPTIONS=parallel=n.
        + Remove unused variables.
      * Remove obsolete Conflicts/Replaces.
      * Multi-archify:
        + Bump minimum required version of dpkg-dev to 1.16.
        + Bump minimum required version of debhelper to 8.1.3.
        + Make xalan ‘Multi-Arch: foreign’.
        + Install shared libraries to /usr/lib/$(DEB_HOST_MULTIARCH) rather than
          /usr/lib.
        + Make libxalan110 and libxalan110-dev ‘Multi-Arch: same’.
        + Add ‘Pre-Depends: ${misc:Pre-Depends}’ to libxalan110.
      * Fix FTBFS with ld --as-needed (closes: #641289). Thanks to Matthias Klose
        for the bug report and the patch.
     -- Matthias Klose <email address hidden>   Wed,  30 Nov 2011 13:59:40 +0000
  • xalan (1.10-4ubuntu1) oneiric; urgency=low
    
      * Fix FTBFS with ld --as-needed.
     -- Matthias Klose <email address hidden>   Mon, 12 Sep 2011 14:17:19 +0200