haskell-devscripts 0.8.9ubuntu1 source package in Ubuntu

Changelog

haskell-devscripts (0.8.9ubuntu1) precise; urgency=low

  * Merge with Debian; remaining changes:
    - dh_haskell_shlibdeps: If the test object doesn't have any unresolved
      symbols from libffi or libgmp, remove the dependencies on libffi and
      libgmp. Closes: #639015.

haskell-devscripts (0.8.9) unstable; urgency=low

  [ Giovanni Mascellani ]
  * Make -doc packages recommend -dev instead of suggesting. It's likely that
    people installing documentation want the library too. (Closes: #635754)
  * Fix the header and footer in manpages (Haskell is quite the opposite
    of Perl!).
  * Write a manpage for dh_haskell_extra_depends and improve dh_haskell_depends.
    Some other work is to be done.

  [ Joachim Breitner ]
  * Depend on dh-buildinfo. This stores a file in /usr/share/*/doc listing the
    version of all the build dependencies, and might be handy some time if we
    need to recompile stuff.
  * Pass --ghc-option=-DDEBIAN_NO_GHCI to configure if ghc does not support
    ghci, to allow packages to selectively disable features (e.g. TH,
    annotations) then.

haskell-devscripts (0.8.8) unstable; urgency=low

  * Team upload.
  * Added support to track data packages.

haskell-devscripts (0.8.7) unstable; urgency=low

  * Also install package.conf in version-agnostic path

haskell-devscripts (0.8.6) unstable; urgency=low

  * Install .haddock files in version-agnostic path
 -- Matthias Klose <email address hidden>   Thu, 17 Nov 2011 07:57:44 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Debian Haskell Group
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
haskell-devscripts_0.8.9ubuntu1.tar.gz 28.2 KiB 0eaa2b47a5c3fa64a63927fd6870e7ec692232d7071533fd6c70c50b6a92ce77
haskell-devscripts_0.8.9ubuntu1.dsc 1.1 KiB 997f9ecf55ddd02c1a8db224b136901b54eecb05852feb0c47ae89d0477a0d46

View changes file

Binary packages built by this source

haskell-devscripts: Tools to help Debian developers build Haskell packages

 This package provides a collection of scripts to help build Haskell
 packages for Debian. Unlike haskell-utils, this package is not
 expected to be installed on the machines of end users.
 .
 This package is designed to support Cabalized Haskell libraries. It
 is designed to build a library for each supported Debian compiler or
 interpreter, generate appropriate postinst/prerm files for each one,
 generate appropriate substvars entries for each one, and install the
 package in the Debian temporary area as part of the build process.