[Pkg-haskell-commits] darcs: hdbc: Added call to dh_haskell_depends.

John Goerzen jgoerzen at complete.org
Fri Jan 4 15:06:47 UTC 2013


Tue Dec 30 14:58:58 UTC 2008  John Goerzen <jgoerzen at complete.org>
  * Added call to dh_haskell_depends.
  Ignore-this: 30cfb28b8a848dda71a4680d496d8ed8

    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: 30cfb28b8a848dda71a4680d496d8ed8
diff -rN -u old-hdbc//changelog new-hdbc//changelog
--- old-hdbc//changelog	2013-01-04 15:06:46.258247332 +0000
+++ new-hdbc//changelog	2013-01-04 15:06:47.071721068 +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-hdbc//rules new-hdbc//rules
--- old-hdbc//rules	2013-01-04 15:06:46.258247332 +0000
+++ new-hdbc//rules	2013-01-04 15:06:47.059718805 +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