haskell-devscripts (22) unstable; urgency=low * Don't add the -dev package target to the doc package dependencies, it may make the wrong files be added to various packages. -- David Fox Wed, 28 Oct 2009 15:55:54 -0700 haskell-devscripts (21) unstable; urgency=low * Patch hlibrary.mk to make sure install/*-dev is built before install/*-doc, so that installed-pkg-config is available for all installs. -- David Fox Mon, 19 Oct 2009 12:34:11 -0700 haskell-devscripts (20) unstable; urgency=low * Modify dh_haskell_depends so that doc packages depend on the corresponding dev package (which contains the .haddock file) and also the other doc packages to which it links. These packages are listed in the Recommends section in Debian's haskell-devscripts. -- David Fox Sun, 09 Aug 2009 09:12:12 -0700 haskell-devscripts (19) unstable; urgency=low * Don't run haddock if there is no binary doc package in the control file. -- David Fox Wed, 05 Aug 2009 15:59:47 -0700 haskell-devscripts (18) unstable; urgency=low * Add a patch to make sure executables get installed in the appropriate package, e.g. happy. -- David Fox Wed, 22 Jul 2009 22:37:45 -0700 haskell-devscripts (17) unstable; urgency=low * Eliminate all patches, and add one to make hscolour a dependency. -- David Fox Tue, 21 Jul 2009 09:12:00 -0700 haskell-devscripts (16) unstable; urgency=low * Back out remove-package-conf-argument.diff, it makes cpphs fail when you go to build haxml. I think. Anyway, lets let debian work it out. * Add Jeremy's improved fix for the same issue: create-package-conf.diff -- David Fox Sun, 03 May 2009 15:50:18 -0700 haskell-devscripts (15) unstable; urgency=low * The latest version of haskell-devscripts, 0.6.15-nmu8, has code in the script dh_haskell_shlibdeps that passes arguments to ghc-pkg and ghc which make it fail. This patch removes those arguments. -- David Fox Mon, 20 Apr 2009 13:30:58 -0700 haskell-devscripts (14) unstable; urgency=low * By Cliff: use ghc-pkg update instead of register, don't use unregister --force. -- David Fox Mon, 02 Feb 2009 18:14:44 -0800 haskell-devscripts (13) unstable; urgency=low * When unregistering a package during an upgrade, use the --force flag to avoid failures. -- David Fox Fri, 30 Jan 2009 06:00:26 -0800 haskell-devscripts (12) unstable; urgency=low * Use new documentation path: /usr/share/doc/ghc/libraries. -- David Fox Tue, 27 Jan 2009 08:12:54 -0800 haskell-devscripts (11) unstable; urgency=low * Don't add the cdbs dependency, that now comes from the new haskell-cdbs package * Split up the old patch into seven, six of which I believe are useful. -- David Fox Sat, 24 Jan 2009 07:02:24 -0800 haskell-devscripts (10) unstable; urgency=low * Add a dependency on cdbs, since hlibrary.mk expects it. -- David Fox Mon, 19 Jan 2009 16:28:33 -0800 haskell-devscripts (9) unstable; urgency=low * Don't try to install executables unless they exist. Even if they are listed in the cabal file, sometimes the cabal file is wrong and it may not be easy for us to change. -- David Fox Sun, 18 Jan 2009 23:02:25 -0800 haskell-devscripts (8) unstable; urgency=low * Use /usr/bin/ghc-pkg instead of /usr/lib/ghc-6.10.0/ghc-pkg, it knows where package.conf is. -- David Fox Sat, 17 Jan 2009 11:42:48 -0800 haskell-devscripts (7) unstable; urgency=low * Improve code to move each executable into its own package. -- David Fox Mon, 06 Oct 2008 09:32:54 -0700 haskell-devscripts (6) unstable; urgency=low * More \r patches, this time in Dh_Haskell.pm. -- Clifford Beshers Sun, 05 Oct 2008 17:04:10 -0700 haskell-devscripts (5) unstable; urgency=low * Fix previous whitespace fixes. * David's sed scripts needed $'s to be doubled inside Makefile. * My \s patterns needed *'s attached, I think. -- Clifford Beshers Sun, 05 Oct 2008 12:30:53 -0700 haskell-devscripts (4) unstable; urgency=low * Strip ^M out of the cabal file before analyzing it to compute package names and version numbers. * Support for source debs that don't have any library packages, before the executable binary debs would end up empty. -- David Fox Wed, 01 Oct 2008 10:03:04 -0700 haskell-devscripts (3) unstable; urgency=low * Fix the documentation package prefix in hlibrary.mk (haskell -> libghc6) * Revert version numbers! We need this to be trumped when version 0.6.14 comes out. -- David Fox Tue, 30 Sep 2008 09:56:19 -0700 haskell-devscripts (2) unstable; urgency=low * Fix for returns at the end of lines in .cabal made under Windows. -- Clifford Beshers Mon, 29 Sep 2008 09:18:32 -0700 haskell-devscripts (1) unstable; urgency=low * New debianiation -- David Fox Tue, 02 Sep 2008 09:30:34 -0700