[Bug 499291] [NEW] Sync haxml 1:1.13.3-1 (universe) from Debian unstable (main)

Iain Lane launchpad at orangesquash.org.uk
Tue Dec 22 00:27:53 UTC 2009


Public bug reported:

Please sync haxml 1:1.13.3-1 (universe) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
Changes no longer necessary

Changelog entries since current lucid version 1.13.3-2ubuntu1:

haxml (1:1.13.3-1) unstable; urgency=low

  * Switch back to the latest stable release of haxml, as to not break its
    reverse build dependencies
  * Thus do not depend on polyparse, remove patch adjusting the polyparse
    dependency.
  * Remove patches/09_fix-lexical-error, does not apply to this version of
    HaXml

 -- Joachim Breitner <nomeata at debian.org>  Tue, 15 Sep 2009 16:26:10
+0200

haxml (1.19.7-1) unstable; urgency=low

  [ Erik de Castro Lopo ]
  * New upstream release (Closes: 539951, 527987, 464362)
  * debian/compat version 7.
  * debian/control:
    - Make Debian Haskell Group the Maintainer.
    - Standards version 3.8.3.
    - Update ghc, haddock version dependencies.
    - Update debhelper version to prevent lintian warnings.
    - Add binary package libghc6-haxml-prof.
    - Remove hugs binary packages.
    - Section haskell.
    - Build depend on libghc6-polyparse-dev.
  * New CDBS/haskell-devscipts based build to replace old debian/rules.
  * Specify LGPL-2.1 and GPL-2 in debian/copyright.
  * Point debian/watch at hackage.haskell.org.
  * Convert dpatch patches to quilt and remove unneeded patches.

 -- Joachim Breitner <nomeata at debian.org>  Mon, 07 Sep 2009 16:34:41
+0200

haxml (1.17-6) experimental; urgency=low

  * debian/control:
    - Use the new Homepage field.
  * debian/{Canonicalise.1,Xtract.1:
    - Fix spelling error(s). (Closes: #445070)
    - Update the dates, versions and my email address.

 -- Arjan Oosting <arjan at debian.org>  Tue, 09 Oct 2007 22:59:15 +0200

haxml (1.17-5) experimental; urgency=low

  * debian/control:
    - Adjust Xs-Vcs-* fields as the package has moved to the pkg-haskell
      repository on svn.debian.org.
    - Add doc-base to the Recommends of haxml-doc.
  * debian/mk-haskell-depends:
    - Small cleanups.
  * Generate links to other API documentation packages:
    - debian/control:
      + Add libghc6-base-doc and libghc6-haskell98-doc to the
        Build-Depends-Indep so haddock can link to names in other
        packages.
      + Add libghc6-base-doc and libghc6-haskell98-doc to the Recommends
        of haskell-http-doc.
   - debian/patches/10_link-to-other-docs.dpatch
      + Add the appropriate --use-package options so haddock will link to
        names in other packages.

 -- Arjan Oosting <arjan at debian.org>  Mon, 28 May 2007 17:03:59 +0200

haxml (1.17-4) experimental; urgency=low

  * Drop the use of diversions to install libhugs-haxml:
    - debian/control:
      + Make the dependency hugs versioned so we have a hugs
        which is splitted into multiple packages.
      + Add a conflicts against other libhugs-haxml packages.
    - debian/libhugs-haxml.{preinst.in,postrm.in}: dropped.
  * debian/mk-haskell-depends: update script to take installed package
    configuration files as arguments.
  * debian/rules:
    - Call mk-haskell-depends with installed package configuration file as
      argument.
    - Expose package by default after installation (Closes: #392238)
    - Enclose paths in double quotes because directories can contain
      spaces.

 -- Arjan Oosting <arjan at debian.org>  Sat, 13 Jan 2007 21:39:32 +0100

haxml (1.17-3) experimental; urgency=low

  * debian/rules: fix typo which caused HaXml.package.conf to be missing
    from the binary package. (Closes: #394307)
  * debian/patches/07_no-hscolour-cmd.dpatch: don't remove the
    --source-entity and --source-module options as haddock 0.8 is in
    unstable.
  * Stop using update-haskell-control and $ghc6_* variables, as it is not
    necessary and not using it simplifies the work for porters and for me.

 -- Arjan Oosting <arjan at debian.org>  Fri, 20 Oct 2006 22:34:59 +0200

haxml (1.17-2) experimental; urgency=low

  * debian/control.in:
    - add XS-Vcs-Svn field pointing to subversion archive which contains
      this package.
    - replace ${ghc6:Depends} with ${haskell:Depends} which is used by the
      new debian/mk-haskell-depends script.
    - change maintainer email address.
  * debian/rules:
    - replace debian/mk-ghc6-vars with debian/mk-haskell-depends script
      which determines all dependencies by using the installed package
      description file used by ghc-pkg.
    - redo the way we detect if libghc6-haxml-dev gets build.
  * debian/patches/03_build-haxml-prof.dpatch: rearranged to make other
    patches easier.
  * debian/patches/06_hcflags-support.dpatch: only use -package-name HaXml
    for library source but not for the tools. This is needed to build the
    tools with GHC 6.6.

 -- Arjan Oosting <arjan at debian.org>  Tue, 17 Oct 2006 03:51:55 +0200

haxml (1.17-1) experimental; urgency=low

  * New upstream release:
    -  New: lazier pretty-printer Text.XML.HaXml.ShowXmlLazy
    -  Works with ghc-6.6 (changed uses of Data.FiniteMap to Data.Map).
  * debian/control.in:
    - add ppc64 to the list of architectures which ghc6 supports.
    - drop cpphs from the Build-Depends as it is not used.
    - add dctrl-tools to Build-Depends as we use grep-dctrl in the
      debian/rules file.
  * debian/libghc6-haxml-dev.prerm: don't fail it HaXml is not
    registered.
  * debian/rules:
    - only install HaXml.package.conf if we are building
      libghc6-haxml-dev.
    - make configure script executable.
    - remove info about executables and empty lines from
      HaXml.package.conf.
    - make sure cpp gets called with the -P flag.
  * debian/patches/00_fix-makefile.dpatch: removed. Fixed upstream.
  * debian/patches/10_remove-deprecated-FiniteMap.dpatch: removed. Done
    upstream.

 -- Arjan Oosting <arjanoosting at home.nl>  Thu, 14 Sep 2006 13:13:40
+0200

haxml (1.16-1) experimental; urgency=low

  * New upstream release.
    - This is a development version.
    - Adds a new set of lazy parser combinators which can be used to make
      a program quicker and make it use less memory. The side-effects are
      that if an error is found in the document and exception will be
      thrown and the error messages will be less accurate as with the
      original parser combinators.
    - The Xml2Haskell and Haskell2Xml classes are merged into a new
      XmlContent class.
    - A SAX like stream parser is added.
  * Sync Debian packaging with version 1.13.1-2.
  * debian/{Canonicalise.1,DtdToHaskell.1,MkOneOf.1,Validate.1,Xtract.1}:
    - update copyright years with info from COPYRIGHT file.
    - added information for CanonicaliseLazy and XtractLazy.
  * debian/copyright:
    - update copyright years with info from COPYRIGHT file.
    - added Debian packaging copyright notice.
  * debian/haxml.links: added. Create links for the CanonicalizeLazy and
    XtractLazy man pages.
  * debian/patches/07_no-hscolour-cmd.dpatch: added. Do not use HsColour
    when generating documentation as HsColour is not packaged for Debian.

 -- Arjan Oosting <arjanoosting at home.nl>  Fri, 14 Jul 2006 23:10:48
+0200

** Affects: haxml (Ubuntu)
     Importance: Wishlist
         Status: Confirmed

** Changed in: haxml (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: haxml (Ubuntu)
       Status: New => Confirmed

-- 
Sync haxml 1:1.13.3-1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/499291
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list