[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 15:23:37 UTC 2010


The following commit has been merged in the master branch:
commit 99026cdfb57a47243e77b0ea89e6b0b9b911f6aa
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Dec 5 13:31:04 2008 -0600

    New version number and use of dh_haskell_depends

diff --git a/MissingH.cabal b/MissingH.cabal
index e1297f4..737666d 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -1,5 +1,5 @@
 Name: MissingH
-Version: 1.0.2.1
+Version: 1.0.3
 License: GPL
 Maintainer: John Goerzen <jgoerzen at complete.org>
 Author: John Goerzen
diff --git a/debian/changelog b/debian/changelog
index 3c37268..6c9eea8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+missingh (1.0.3.0) unstable; urgency=low
+
+  * New upstream release to bring more sanity to upstream/debian version numbering.
+    Also will reduce API-visible changes when Debian changes are made.
+  * Now uses dh_haskell_depends to reduce future dependency issues.  Closes: #507848.
+
+ -- John Goerzen <jgoerzen at complete.org>  Fri, 05 Dec 2008 13:28:14 -0600
+
 missingh (1.0.2.1) unstable; urgency=low
 
   * Rebuilt with newer hslogger.  Closes: #503005.
diff --git a/debian/rules b/debian/rules
index 946a69c..a20e251 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,6 +67,7 @@ install: build
 
 	# Add here commands to install the package into debian/tmp
 	dh_haskell -a
+	dh_haskell_depends -a
 	make test-ghc6
 
 builddocs: builddocs-stamp

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list