[Pkg-haskell-commits] darcs: haskell-configfile: Final preparations for 0.10.2

John Goerzen jgoerzen at complete.org
Fri Jan 4 14:37:45 UTC 2013


Sun Apr 17 08:25:48 UTC 2005  John Goerzen <jgoerzen at complete.org>
  * Final preparations for 0.10.2
  Ignore-this: e82344d694ef57922c5cf0e2669ef6f7
  

    M ./changelog +7
    M ./rules -2 +2

Sun Apr 17 08:25:48 UTC 2005  John Goerzen <jgoerzen at complete.org>
  * Final preparations for 0.10.2
  Ignore-this: e82344d694ef57922c5cf0e2669ef6f7
  
diff -rN -u old-haskell-configfile//changelog new-haskell-configfile//changelog
--- old-haskell-configfile//changelog	2013-01-04 14:37:41.823750376 +0000
+++ new-haskell-configfile//changelog	2013-01-04 14:37:45.126732533 +0000
@@ -1,3 +1,10 @@
+missingh (0.10.2) unstable; urgency=low
+
+  * Minor fix to logging in MissingH.Cmd.
+  * Documentation example fixes.
+
+ -- John Goerzen <jgoerzen at complete.org>  Sat, 16 Apr 2005 22:13:38 -0500
+
 missingh (0.10.1) unstable; urgency=low
 
   * Imported Bjorn Bringert's ParseDate.
diff -rN -u old-haskell-configfile//rules new-haskell-configfile//rules
--- old-haskell-configfile//rules	2013-01-04 14:37:41.798244924 +0000
+++ new-haskell-configfile//rules	2013-01-04 14:37:44.603735192 +0000
@@ -89,7 +89,7 @@
 binary-indep: builddocs installdocs
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs ChangeLog -i
+	dh_installchangelogs -i
 	dh_installdocs -i
 	dh_installexamples -i
 #	dh_install
@@ -120,7 +120,7 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs ChangeLog -a
+	dh_installchangelogs -a
 	dh_installdocs -a
 	dh_installexamples -a
 #	dh_install





More information about the Pkg-haskell-commits mailing list