[Pkg-haskell-commits] darcs: haskell-configfile: Now use dh_haskell_depends
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:46:44 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//changelog new-haskell-configfile//changelog
--- old-haskell-configfile//changelog 2013-01-04 14:46:43.683910168 +0000
+++ new-haskell-configfile//changelog 2013-01-04 14:46:44.230502236 +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//control new-haskell-configfile//control
--- old-haskell-configfile//control 2013-01-04 14:46:43.683910168 +0000
+++ new-haskell-configfile//control 2013-01-04 14:46:44.222338453 +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//rules new-haskell-configfile//rules
--- old-haskell-configfile//rules 2013-01-04 14:46:43.683910168 +0000
+++ new-haskell-configfile//rules 2013-01-04 14:46:44.183909939 +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