[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:45:56 UTC 2010


The following commit has been merged in the master branch:
commit 02c073ebf87c8b131afdcdc7ce44ba037aca1ca4
Author: John Goerzen <jgoerzen at complete.org>
Date:   Mon Oct 25 09:22:00 2004 +0100

    Added missing build-dep on libghc6-hunit-dev
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--1.0--patch-123)

diff --git a/ChangeLog b/ChangeLog
index c42d400..4bbb803 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--1.0
 #
 
+2004-10-25 03:22:00 GMT	John Goerzen <jgoerzen at complete.org>	patch-123
+
+    Summary:
+      Added missing build-dep on libghc6-hunit-dev
+    Revision:
+      missingh--head--1.0--patch-123
+
+
+    modified files:
+     ChangeLog debian/changelog debian/control
+
+
 2004-10-24 20:56:24 GMT	John Goerzen <jgoerzen at complete.org>	patch-122
 
     Summary:
diff --git a/debian/changelog b/debian/changelog
index e7606a7..17a92e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+missingh (0.5.1) unstable; urgency=low
+
+  * Added libghc6-hunit-dev to build-depends.  Closes: #278138.
+
+ -- John Goerzen <jgoerzen at complete.org>  Sun, 24 Oct 2004 22:21:21 -0500
+
 missingh (0.5.0) unstable; urgency=low
 
   * Lots of new code: FTP, MIME, Wash, Hsemail, etc.
diff --git a/debian/control b/debian/control
index b7bf4ca..b663b01 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: missingh
 Priority: optional
 Maintainer: John Goerzen <jgoerzen at complete.org>
-Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.2.2), ghc6 (<< 6.2.3), haskell-devscripts (>= 0.5.1)
+Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.2.2), ghc6 (<< 6.2.3), haskell-devscripts (>= 0.5.1), libghc6-hunit-dev
 Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs, haskell-devscripts (>= 0.5.1)
 Standards-Version: 3.6.1
 Section: devel

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list