[Pkg-haskell-commits] r1234 - in /packages/haskell-uulib/trunk/debian: changelog libhugs-uulib.install libhugs-uulib.linda-overrides rules
arjan at users.alioth.debian.org
arjan at users.alioth.debian.org
Wed May 7 15:15:27 UTC 2008
Author: arjan
Date: Wed May 7 15:15:26 2008
New Revision: 1234
URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=1234
Log:
r198 at reddwarf: arjan | 2008-05-07 17:08:37 +0200
* debian/rules:
- Call dh_haskell_prep in the install-arch target to make sure the
necessary postinst and prerm scriptlets are generated.
(Closes: #479946)
* debian/libhugs-uulib.{install,linda-overrides}:
- Removed as lintian says than linda is obsolete.
Removed:
packages/haskell-uulib/trunk/debian/libhugs-uulib.install
packages/haskell-uulib/trunk/debian/libhugs-uulib.linda-overrides
Modified:
packages/haskell-uulib/trunk/debian/changelog
packages/haskell-uulib/trunk/debian/rules
Modified: packages/haskell-uulib/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-uulib/trunk/debian/changelog?rev=1234&op=diff
==============================================================================
--- packages/haskell-uulib/trunk/debian/changelog (original)
+++ packages/haskell-uulib/trunk/debian/changelog Wed May 7 15:15:26 2008
@@ -1,3 +1,14 @@
+haskell-uulib (0.9.5-5~pre1) unstable; urgency=low
+
+ * debian/rules:
+ - Call dh_haskell_prep in the install-arch target to make sure the
+ necessary postinst and prerm scriptlets are generated.
+ (Closes: #479946)
+ * debian/libhugs-uulib.{install,linda-overrides}:
+ - Removed as lintian says than linda is obsolete.
+
+ -- Arjan Oosting <arjan at debian.org> Wed, 07 May 2008 16:58:12 +0200
+
haskell-uulib (0.9.5-4) unstable; urgency=low
* Also split configure-stamp. (Really closes: #478899)
Modified: packages/haskell-uulib/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-uulib/trunk/debian/rules?rev=1234&op=diff
==============================================================================
--- packages/haskell-uulib/trunk/debian/rules (original)
+++ packages/haskell-uulib/trunk/debian/rules Wed May 7 15:15:26 2008
@@ -44,7 +44,6 @@
configure: configure-arch configure-indep
configure-arch: configure-arch-stamo
configure-arch-stamp: setup
- dh_haskell_prep
dh_haskell_configure -s $(CONFIGURE_FLAGS)
touch $@
configure-indep: configure-indep-stamp
@@ -80,6 +79,7 @@
dh_clean -k -s -Xdebian/tmp
dh_installdirs -s
dh_haskell_install -s
+ dh_haskell_prep
dh_install -s
install-indep: build-indep-stamp
More information about the Pkg-haskell-commits
mailing list