[Pkg-haskell-commits] darcs: haskell-configfile: Now use dh_haskell_depends
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:44:50 UTC 2013
Wed Nov 19 17:13:19 UTC 2008 John Goerzen <jgoerzen at complete.org>
* Now use dh_haskell_depends
Ignore-this: a85283b6e3b6da01fb59045b8a1e341c
M ./changelog +6
M ./control -2 +2
M ./rules +1
Wed Nov 19 17:13:19 UTC 2008 John Goerzen <jgoerzen at complete.org>
* Now use dh_haskell_depends
Ignore-this: a85283b6e3b6da01fb59045b8a1e341c
diff -rN -u old-haskell-configfile-1//changelog new-haskell-configfile-1//changelog
--- old-haskell-configfile-1//changelog 2013-01-04 14:44:49.407722442 +0000
+++ new-haskell-configfile-1//changelog 2013-01-04 14:44:50.266863829 +0000
@@ -1,3 +1,9 @@
+haskell-configfile (1.0.4.4) unstable; urgency=low
+
+ * Use dh_haskell_depends. Closes: #506206.
+
+ -- John Goerzen <jgoerzen at complete.org> Wed, 19 Nov 2008 05:12:26 -0600
+
haskell-configfile (1.0.4.3) unstable; urgency=low
* Rebuilt with newer MissingH. Closes: #504528.
diff -rN -u old-haskell-configfile-1//control new-haskell-configfile-1//control
--- old-haskell-configfile-1//control 2013-01-04 14:44:49.407722442 +0000
+++ new-haskell-configfile-1//control 2013-01-04 14:44:50.226746187 +0000
@@ -1,8 +1,8 @@
Source: haskell-configfile
Priority: optional
Maintainer: John Goerzen <jgoerzen at complete.org>
-Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.8.2), ghc6 (<< 6.8.2-999), haskell-devscripts (>= 0.6.3), cpphs, libghc6-missingh-dev (>= 1.0.2-1), libghc6-mtl-dev
-Build-Depends-Indep: debhelper (>= 4.0.0), haddock, haskell-devscripts (>= 0.6.3), ghc6 (>= 6.6), cpphs
+Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.8.2), ghc6 (<< 6.8.2-999), haskell-devscripts (>= 0.6.13), cpphs, libghc6-missingh-dev (>= 1.0.2-1), libghc6-mtl-dev
+Build-Depends-Indep: debhelper (>= 4.0.0), haddock, haskell-devscripts (>= 0.6.13), ghc6 (>= 6.6), cpphs
Standards-Version: 3.6.2
Section: devel
Homepage: http://software.complete.org/configfile
diff -rN -u old-haskell-configfile-1//rules new-haskell-configfile-1//rules
--- old-haskell-configfile-1//rules 2013-01-04 14:44:49.403038047 +0000
+++ new-haskell-configfile-1//rules 2013-01-04 14:44:50.182241562 +0000
@@ -67,6 +67,7 @@
# Add here commands to install the package into debian/tmp
dh_haskell -a
+ dh_haskell_depends -a
make test-ghc6
builddocs: builddocs-stamp
More information about the Pkg-haskell-commits
mailing list