haxml 1:1.13.3-1 source package in Ubuntu

Changelog

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

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.

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.

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.

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.

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.

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.

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.

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.
 -- Iain Lane <email address hidden>   Mon,  04 Jan 2010 19:05:09 +0000

Upload details

Uploaded by:
Iain Lane
Uploaded to:
Lucid
Original maintainer:
Debian Haskell Group
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haxml_1.13.3.orig.tar.gz 461.6 KiB 60872bc3684f6884e4b8fdfca95adf455072e8dc1f74105a33a6a69781e7a921
haxml_1.13.3-1.diff.gz 16.2 KiB a60463025c4eb5d0e9a62835d07afe8af9451fe598173fae3648851bd8751234
haxml_1.13.3-1.dsc 1.3 KiB 0c958beabc19d78a733c0e18c06d2bf444b6cc6ed3111a6215a5f0356dea039d

Available diffs

View changes file

Binary packages built by this source

haxml: No summary available for haxml in ubuntu lucid.

No description available for haxml in ubuntu lucid.

haxml-doc: No summary available for haxml-doc in ubuntu lucid.

No description available for haxml-doc in ubuntu lucid.

libghc6-haxml-dev: No summary available for libghc6-haxml-dev in ubuntu lucid.

No description available for libghc6-haxml-dev in ubuntu lucid.

libghc6-haxml-prof: No summary available for libghc6-haxml-prof in ubuntu lucid.

No description available for libghc6-haxml-prof in ubuntu lucid.