[Pkg-haskell-commits] darcs: haskell-chell-quickcheck2: Set DEB_CABAL_PACKAGE to chell-quickcheck2, overriding the default of chell-quickcheck, so that libraries actually get built and installed (closes: #710206).
Colin Watson
cjwatson at debian.org
Fri Jun 14 11:55:17 UTC 2013
Fri Jun 14 11:55:05 UTC 2013 Colin Watson <cjwatson at debian.org>
* Set DEB_CABAL_PACKAGE to chell-quickcheck2, overriding the default of chell-quickcheck, so that libraries actually get built and installed (closes: #710206).
M ./changelog +8
M ./rules +3
Fri Jun 14 11:55:05 UTC 2013 Colin Watson <cjwatson at debian.org>
* Set DEB_CABAL_PACKAGE to chell-quickcheck2, overriding the default of chell-quickcheck, so that libraries actually get built and installed (closes: #710206).
diff -rN -u old-haskell-chell-quickcheck2/changelog new-haskell-chell-quickcheck2/changelog
--- old-haskell-chell-quickcheck2/changelog 2013-06-14 11:55:17.135372011 +0000
+++ new-haskell-chell-quickcheck2/changelog 2013-06-14 11:55:17.139188389 +0000
@@ -1,3 +1,11 @@
+haskell-chell-quickcheck2 (0.2.2-2) UNRELEASED; urgency=low
+
+ * Set DEB_CABAL_PACKAGE to chell-quickcheck2, overriding the default of
+ chell-quickcheck, so that libraries actually get built and installed
+ (closes: #710206).
+
+ -- Colin Watson <cjwatson at debian.org> Fri, 14 Jun 2013 12:45:54 +0100
+
haskell-chell-quickcheck2 (0.2.2-1) unstable; urgency=low
* New upstream version.
diff -rN -u old-haskell-chell-quickcheck2/rules new-haskell-chell-quickcheck2/rules
--- old-haskell-chell-quickcheck2/rules 2013-06-14 11:55:17.131372616 +0000
+++ new-haskell-chell-quickcheck2/rules 2013-06-14 11:55:17.143325485 +0000
@@ -1,3 +1,6 @@
#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE := chell-quickcheck2
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
More information about the Pkg-haskell-commits
mailing list