[Pkg-haskell-commits] r822 - in /packages/haskell-devscripts/trunk: debian/changelog prerm-ghc
arjan at users.alioth.debian.org
arjan at users.alioth.debian.org
Sun Dec 30 18:09:12 UTC 2007
Author: arjan
Date: Sun Dec 30 18:09:12 2007
New Revision: 822
URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=822
Log:
[project @ Now give version when deregistering in posting]
Original author: John Goerzen <jgoerzen at complete.org>
Date: 2005-10-25 12:59:07+00:00
Modified:
packages/haskell-devscripts/trunk/debian/changelog
packages/haskell-devscripts/trunk/prerm-ghc
Modified: packages/haskell-devscripts/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-devscripts/trunk/debian/changelog?rev=822&op=diff
==============================================================================
--- packages/haskell-devscripts/trunk/debian/changelog (original)
+++ packages/haskell-devscripts/trunk/debian/changelog Sun Dec 30 18:09:12 2007
@@ -1,3 +1,9 @@
+haskell-devscripts (0.5.11) unstable; urgency=low
+
+ * Now give version when deregistering packages in postinst.
+
+ -- John Goerzen <jgoerzen at complete.org> Tue, 25 Oct 2005 05:58:47 -0500
+
haskell-devscripts (0.5.10) unstable; urgency=low
* Fixed a bug in dh_haskell when building multiple packages,
Modified: packages/haskell-devscripts/trunk/prerm-ghc
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-devscripts/trunk/prerm-ghc?rev=822&op=diff
==============================================================================
--- packages/haskell-devscripts/trunk/prerm-ghc (original)
+++ packages/haskell-devscripts/trunk/prerm-ghc Sun Dec 30 18:09:12 2007
@@ -7,7 +7,7 @@
case "$1" in
remove|upgrade|deconfigure)
- /usr/lib/$GHC/bin/ghc-pkg -r $CABALNAME
+ /usr/lib/$GHC/bin/ghc-pkg -r $CABALNAME-#CABALVERSION#
rm -vf #PKGLIBDIR#/HS#CABALNAME#-#CABALVERSION#.o
;;
More information about the Pkg-haskell-commits
mailing list