[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:21:19 UTC 2010


The following commit has been merged in the master branch:
commit cd7ddf040db6cac3693fb1bcc85f5e188ba0dbed
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sat Apr 14 00:38:00 2007 +0100

    Rebuild with new filepath
    
    fixes deb#419113

diff --git a/debian/changelog b/debian/changelog
index 50014ba..1a93866 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+missingh (0.18.4) unstable; urgency=low
+
+  * Rebuilt with new filepath.  Closes: #319113.
+
+ -- John Goerzen <jgoerzen at complete.org>  Fri, 13 Apr 2007 03:37:37 -0500
+
 missingh (0.18.3) unstable; urgency=low
 
   * Fixed bug in globbing
diff --git a/debian/control b/debian/control
index 63e6b26..ae0a4ea 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.6), ghc6 (<< 6.6-999), haskell-devscripts (>= 0.5.6), cpphs, libghc6-network-dev, libghc6-unix-dev, libghc6-mtl-dev, libghc6-hunit-dev, libghc6-quickcheck-dev, libghc6-filepath-dev, libghc6-hslogger-dev
+Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.6), ghc6 (<< 6.6-999), haskell-devscripts (>= 0.5.6), cpphs, libghc6-network-dev, libghc6-unix-dev, libghc6-mtl-dev, libghc6-hunit-dev, libghc6-quickcheck-dev, libghc6-filepath-dev (>= 1.0), libghc6-hslogger-dev
 Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08-4), haskell-devscripts (>= 0.5.6), ghc6 (>= 6.6), cpphs, libhugs-filepath, libhugs-hslogger
 Standards-Version: 3.6.2
 Section: devel
@@ -9,7 +9,7 @@ Section: devel
 Package: libghc6-missingh-dev
 Section: devel
 Architecture: any
-Depends: ${haskell:Depends}, libghc6-network-dev, libghc6-unix-dev, libghc6-mtl-dev, libghc6-hunit-dev, libghc6-quickcheck-dev, libghc6-filepath-dev, libghc6-hslogger-dev
+Depends: ${haskell:Depends}, libghc6-network-dev, libghc6-unix-dev, libghc6-mtl-dev, libghc6-hunit-dev, libghc6-quickcheck-dev, libghc6-filepath-dev (>= 1.0), libghc6-hslogger-dev
 Suggests: missingh-doc
 Description: Library of utility functions for Haskell, GHC6 package 
  MissingH is a library of all sorts of utility functions for

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list