[Pkg-haskell-commits] [SCM] Debian package for MissingH branch, master, updated. debian/1.1.0.3-5-1-g8cf7550

Joey Hess joeyh at debian.org
Mon Feb 27 20:54:43 UTC 2012


The following commit has been merged in the master branch:
commit 8cf7550969b23300a942700a7df9e46c226142dc
Author: Joey Hess <joeyh at debian.org>
Date:   Mon Feb 27 16:53:59 2012 -0400

    Add missing build dependency on random.

diff --git a/debian/changelog b/debian/changelog
index 2ccf488..1ede55e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+missingh (1.1.0.3-6) unstable; urgency=low
+
+  * Add missing build dependency on random.
+
+ -- Joey Hess <joeyh at debian.org>  Mon, 27 Feb 2012 16:49:54 -0400
+
 missingh (1.1.0.3-5) unstable; urgency=low
 
   * Sourceful upload to rebuild documentation package
diff --git a/debian/control b/debian/control
index 199fbe0..18f53e1 100644
--- a/debian/control
+++ b/debian/control
@@ -13,20 +13,23 @@ Build-Depends: debhelper (>= 7),
  libghc-hslogger-dev (>= 1.0.7.2),
  libghc-regex-compat-dev (>= 0.91),
  libghc-parsec3-dev,
+ libghc-random-dev,
  ghc-prof,
  libghc-network-prof,
  libghc-mtl-prof,
  libghc-hunit-prof,
  libghc-hslogger-prof,
  libghc-regex-compat-prof,
- libghc-parsec3-prof
+ libghc-parsec3-prof,
+ libghc-random-prof
 Build-Depends-Indep: ghc-doc,
  libghc-network-doc,
  libghc-mtl-doc,
  libghc-hunit-doc,
  libghc-hslogger-doc (>= 1.0.7.2),
  libghc-regex-compat-doc (>= 0.91),
- libghc-parsec3-doc
+ libghc-parsec3-doc,
+ libghc-random-doc
 Standards-Version: 3.9.0
 Section: haskell
 Homepage: http://software.complete.org/software/projects/show/missingh

-- 
Debian package for MissingH



More information about the Pkg-haskell-commits mailing list