[Pkg-haskell-commits] darcs: haskell-convertible: Added call to dh_haskell_depends.
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:39:07 UTC 2013
Tue Dec 30 14:58:58 UTC 2008 John Goerzen <jgoerzen at complete.org>
* Added call to dh_haskell_depends.
Ignore-this: 4fa7d335e2cf2b948731318e694beb40
M ./changelog +6
M ./rules +1
Tue Dec 30 14:58:58 UTC 2008 John Goerzen <jgoerzen at complete.org>
* Added call to dh_haskell_depends.
Ignore-this: 4fa7d335e2cf2b948731318e694beb40
diff -rN -u old-haskell-convertible//changelog new-haskell-convertible//changelog
--- old-haskell-convertible//changelog 2013-01-04 14:39:05.878605376 +0000
+++ new-haskell-convertible//changelog 2013-01-04 14:39:07.179808286 +0000
@@ -1,3 +1,9 @@
+hdbc (1.1.6.1) unstable; urgency=low
+
+ * Added dh_haskell_depends.
+
+ -- John Goerzen <jgoerzen at complete.org> Tue, 30 Dec 2008 08:58:48 -0600
+
hdbc (1.1.6.0) unstable; urgency=low
* Applied GHC 6.10 compatibility patch from Brian Bloniarz
diff -rN -u old-haskell-convertible//rules new-haskell-convertible//rules
--- old-haskell-convertible//rules 2013-01-04 14:39:05.878605376 +0000
+++ new-haskell-convertible//rules 2013-01-04 14:39:07.151950703 +0000
@@ -69,6 +69,7 @@
# Add here commands to install the package into debian/tmp
#$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
dh_haskell -a
+ dh_haskell_depends -a
install-i: build
dh_testdir
More information about the Pkg-haskell-commits
mailing list