[Pkg-haskell-commits] darcs: haskell-happstack: Fix FTBFS

mascellani at poisson.phc.unipi.it mascellani at poisson.phc.unipi.it
Sat Jul 17 08:08:01 UTC 2010


Sat Jul 17 07:47:25 UTC 2010  mascellani at poisson.phc.unipi.it
  * Fix FTBFS
  Ignore-this: 75b33a8d233da48e2ba3721a3fe8f9f4

    M ./changelog +7
    M ./rules -1 +1

Sat Jul 17 07:47:25 UTC 2010  mascellani at poisson.phc.unipi.it
  * Fix FTBFS
  Ignore-this: 75b33a8d233da48e2ba3721a3fe8f9f4
diff -rN -u old-haskell-happstack/changelog new-haskell-happstack/changelog
--- old-haskell-happstack/changelog	2010-07-17 08:08:01.206101429 +0000
+++ new-haskell-happstack/changelog	2010-07-17 08:08:01.214101853 +0000
@@ -1,3 +1,10 @@
+haskell-happstack (0.5.0.2-2) unstable; urgency=low
+
+  * Add missing dependency in debian/rules, fixing FTBFS.
+    (closes: #589366)
+
+ -- Giovanni Mascellani <gio at debian.org>  Sat, 17 Jul 2010 09:45:42 +0200
+
 haskell-happstack (0.5.0.2-1) unstable; urgency=low
 
   * Initial release. (closes: #569501)
diff -rN -u old-haskell-happstack/rules new-haskell-happstack/rules
--- old-haskell-happstack/rules	2010-07-17 08:08:01.206101429 +0000
+++ new-haskell-happstack/rules	2010-07-17 08:08:01.210101641 +0000
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
 
-install/happstack::
+install/happstack:: debian/tmp-inst-ghc6
 	mv debian/tmp-inst-ghc6/usr/bin/happstack debian/happstack/usr/bin
 	mv debian/tmp-inst-ghc6/usr/share/happstack-$(CABAL_VERSION) debian/happstack/usr/share
 





More information about the Pkg-haskell-commits mailing list