[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 14:57:08 UTC 2010


The following commit has been merged in the master branch:
commit f2bb0a2a4b29900ad1d966aba118f20c5fc1202c
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sun Apr 17 09:25:48 2005 +0100

    Final preparations for 0.10.2

diff --git a/MissingH/Cmd.hs b/MissingH/Cmd.hs
index 5d076ec..e3d25ef 100644
--- a/MissingH/Cmd.hs
+++ b/MissingH/Cmd.hs
@@ -39,9 +39,7 @@ where
 
 -- FIXME - largely obsoleted by 6.4 - convert to wrappers.
 
-#ifdef __HUGS__
-ERROR -- This module is not compatible with Hugs.
-#endif
+-- Note: This module is not compatible with Hugs.
 
 import System.Exit
 import System.Cmd
diff --git a/debian/changelog b/debian/changelog
index c48fc68..c8dd674 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 --git a/debian/rules b/debian/rules
index a7eac95..d0a1189 100644
--- a/debian/rules
+++ b/debian/rules
@@ -89,7 +89,7 @@ installdocs: builddocs
 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-indep: builddocs installdocs
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs ChangeLog -a
+	dh_installchangelogs -a
 	dh_installdocs -a
 	dh_installexamples -a
 #	dh_install

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list