[Pkg-haskell-commits] darcs: haskell-hspec: Include hspec-discover binary in -dev package.
Clint Adams
clint at debian.org
Sat Oct 20 19:14:47 UTC 2012
Sat Oct 20 19:14:36 UTC 2012 Clint Adams <clint at debian.org>
* Include hspec-discover binary in -dev package.
Ignore-this: a97089fd6d52b8abdca0c14464384e13
M ./changelog +6
M ./rules +4
Sat Oct 20 19:14:36 UTC 2012 Clint Adams <clint at debian.org>
* Include hspec-discover binary in -dev package.
Ignore-this: a97089fd6d52b8abdca0c14464384e13
diff -rN -u old-haskell-hspec//changelog new-haskell-hspec//changelog
--- old-haskell-hspec//changelog 2012-10-20 19:14:47.471721202 +0000
+++ new-haskell-hspec//changelog 2012-10-20 19:14:47.475721254 +0000
@@ -1,3 +1,9 @@
+haskell-hspec (1.3.0.1-2) experimental; urgency=low
+
+ * Include hspec-discover binary in -dev package.
+
+ -- Clint Adams <clint at debian.org> Sat, 20 Oct 2012 15:03:16 -0400
+
haskell-hspec (1.3.0.1-1) experimental; urgency=low
[ Giovanni Mascellani ]
diff -rN -u old-haskell-hspec//rules new-haskell-hspec//rules
--- old-haskell-hspec//rules 2012-10-20 19:14:47.471721202 +0000
+++ new-haskell-hspec//rules 2012-10-20 19:14:47.479719641 +0000
@@ -2,3 +2,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
+
+install/libghc-hspec-dev:: debian/tmp-inst-ghc
+ install -d debian/libghc-hspec-dev/usr/bin
+ cp -av debian/tmp-inst-ghc/usr/bin/* debian/libghc-hspec-dev/usr/bin
More information about the Pkg-haskell-commits
mailing list