Change logs for haskelldb source package in Intrepid

  • haskelldb (0.10-5) unstable; urgency=low
    
      * debian/haskell-haskelldb-doc.doc-base:
        - Change doc-base section to Programming/Haskell as it should be.
    
    haskelldb (0.10-4) unstable; urgency=low
    
      * debian/control:
        - Drop un-needed build dependencies on autotools-dev, dctrl-tools and
          libghc6-mtl-prof.
        - Drop the ${binary:Version} in the dependency on haskelldb-bin which
          is build from another source package.
        - Let the VCS-* fields point to the trunk.
      * debian/haskelldb-dev.{dirs,install}: removed this cruft.
      * Setup.lhs: Removed this cruft also.
    
    haskelldb (0.10-3) unstable; urgency=low
    
      * Fix lintian warning "doc-base-unknown-section haskelldb-api:5
        Apps/Programming"
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  02 May 2008 02:08:36 +0100
  • haskelldb (0.10-2) unstable; urgency=low
    
      * Rebuild with haskell-devscripts 0.6.6 to get the correct path to the
        API documentation in the package configuration file.
    
    haskelldb (0.10-1) unstable; urgency=low
    
      * New upstream release. (Closes: #446568)
      * Because the Haskell library has been divided into a couple of Haskell
        libraries a couple of new Debian packages corresponding to the new
        libraries are introduced.
      * Updated for GHC 6.8.2 and Cabal version 1.2.3.0:
        - debian/control:
          + Bump the build dependency on GHC to (>= 6.8.2) as we need a Cabal
            version >= 1.2
        - debian/patches/01_update-cabal-file.dpatch: 
          + Add directory, old-locale, old-time and pretty to the build
            dependecies.
          + Add FlexibleContexts, FlexibleInstances, FunctionalDependencies,
            PatternSignatures, RankNTypes, ScopedTypeVariables and
            TypeSynonymInstances to the list of needed Extensions.
      * debian/control:
        - Remove all unneccesary build dependencies.
        - Remove the haskelldb-bin binary package, which will now be build
          from haskelldb-dynamic source package.
        - Add Homepage field and use the official Vcs-* fields.
        - Bump build dependency on haskell-devscripts to 0.6.0 which ships
          dh_haskell_depends.
        - Bump Standards-Version to 3.7.3. No changes needed.
        - Make doc-base a Suggest instead of a Recommends.
        - Add ghc6-doc and libghc6-mtl-doc to the Recommends.
        - Rename haskelldb-doc to haskell-haskelldb-doc so dh_haskell will
          detect it as an handled package and automatically generate the
          Haddock documentation.
        - Make haskelldb-doc an transitional package.
      * debian/rules:
        - dh_haskell_install does not install empty directories anymore so no
          need to cleanup after it. It also adjusts the path to the
          documentation generated by haddock so stop adjusting it here.
        - dh_haskell now handles the generating and installation of the
          haddock documentation so remove this code as well.
      * debian/mk-haskell-depends: Removed. Replaced by dh_haskell_depends.
      * debian/watch: Update the uscan file to new upstream location.
        (Closes: #450071)
      
    
     -- Michael Bienia <email address hidden>   Tue,  29 Jan 2008 02:34:53 +0000