[Pkg-haskell-commits] darcs: haskell-quickcheck1: Do not install a hoogle file (Closes: #709771)
Joachim Breitner
mail at joachim-breitner.de
Sun May 26 08:50:21 UTC 2013
Sun May 26 08:35:24 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Do not install a hoogle file (Closes: #709771)
Ignore-this: 79df66a3aefc91ae4d7a1291244d1694
M ./changelog +6
M ./control -1 +1
M ./rules +1
Sun May 26 08:35:24 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Do not install a hoogle file (Closes: #709771)
Ignore-this: 79df66a3aefc91ae4d7a1291244d1694
diff -rN -u old-haskell-quickcheck1//changelog new-haskell-quickcheck1//changelog
--- old-haskell-quickcheck1//changelog 2013-05-26 08:50:21.559037526 +0000
+++ new-haskell-quickcheck1//changelog 2013-05-26 08:50:21.647061932 +0000
@@ -1,3 +1,9 @@
+haskell-quickcheck1 (1.2.0.1-6) UNRELEASED; urgency=low
+
+ * Do not install a hoogle file (Closes: #709771)
+
+ -- Joachim Breitner <nomeata at debian.org> Sun, 26 May 2013 10:33:11 +0200
+
haskell-quickcheck1 (1.2.0.1-5) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-quickcheck1//control new-haskell-quickcheck1//control
--- old-haskell-quickcheck1//control 2013-05-26 08:50:21.551036754 +0000
+++ new-haskell-quickcheck1//control 2013-05-26 08:50:21.643046548 +0000
@@ -5,7 +5,7 @@
Uploaders: Joachim Breitner <nomeata at debian.org>
Standards-Version: 3.9.4
Build-Depends:
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.17),
cdbs,
debhelper (>= 9),
ghc,
diff -rN -u old-haskell-quickcheck1//rules new-haskell-quickcheck1//rules
--- old-haskell-quickcheck1//rules 2013-05-26 08:50:21.551036754 +0000
+++ new-haskell-quickcheck1//rules 2013-05-26 08:50:21.566026032 +0000
@@ -2,6 +2,7 @@
DEB_CABAL_PACKAGE=quickcheck1
DEB_SETUP_GHC6_CONFIGURE_ARGS += --flags=base4
+DEB_ENABLE_HOOGLE := no
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