[Pkg-haskell-commits] darcs: haskell-hsh: Prepping new version
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:50:20 UTC 2013
Fri Dec 5 20:15:54 UTC 2008 John Goerzen <jgoerzen at complete.org>
* Prepping new version
Ignore-this: 3ec40a611a182ba35a3d84af97b46a58
M ./changelog +7
M ./control -1 +1
M ./rules +1
Fri Dec 5 20:15:54 UTC 2008 John Goerzen <jgoerzen at complete.org>
* Prepping new version
Ignore-this: 3ec40a611a182ba35a3d84af97b46a58
diff -rN -u old-haskell-hsh//changelog new-haskell-hsh//changelog
--- old-haskell-hsh//changelog 2013-01-04 14:50:20.322722810 +0000
+++ new-haskell-hsh//changelog 2013-01-04 14:50:20.798881304 +0000
@@ -1,3 +1,10 @@
+haskell-hsh (1.2.6.2) unstable; urgency=low
+
+ * Rebuild with newer MissingH and hslogger. Closes: #429708.
+ * Use dh_haskell_depends in debian/rules to permanently help fix this problem.
+
+ -- John Goerzen <jgoerzen at complete.org> Fri, 05 Dec 2008 14:13:58 -0600
+
haskell-hsh (1.2.6.1) unstable; urgency=low
* Rebuild with newer MissingH.
diff -rN -u old-haskell-hsh//control new-haskell-hsh//control
--- old-haskell-hsh//control 2013-01-04 14:50:20.322722810 +0000
+++ new-haskell-hsh//control 2013-01-04 14:50:20.791250510 +0000
@@ -1,7 +1,7 @@
Source: haskell-hsh
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), haddock, libghc6-mtl-dev, libghc6-missingh-dev (>= 1.0.1.0), libghc6-hslogger-dev (>= 1.0.5)
+Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.8.2), ghc6 (<< 6.8.2-999), haskell-devscripts (>= 0.6.3), haddock, libghc6-mtl-dev, libghc6-missingh-dev (>= 1.0.3), libghc6-hslogger-dev (>= 1.0.6.2)
Standards-Version: 3.6.2
Section: libs
Homepage: http://software.complete.org/hsh
diff -rN -u old-haskell-hsh//rules new-haskell-hsh//rules
--- old-haskell-hsh//rules 2013-01-04 14:50:20.318721586 +0000
+++ new-haskell-hsh//rules 2013-01-04 14:50:20.783242312 +0000
@@ -67,6 +67,7 @@
# Add here commands to install the package into debian/tmp
#$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
dh_haskell -a
+ dh_haskell_depends -a
# $(MAKE) clean
# We can't test PostgreSQL because the server may not be available for
# the build user.
More information about the Pkg-haskell-commits
mailing list