[Pkg-haskell-commits] darcs: haskell-mwc-random: New upstream version 0.13.1.1.

Clint Adams clint at debian.org
Sun May 4 12:15:35 UTC 2014


Sun May  4 12:15:29 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 0.13.1.1.

    M ./changelog -2 +7
    M ./control -8 +7
    M ./rules -1 +1

Sun May  4 12:15:29 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 0.13.1.1.
diff -rN -u old-haskell-mwc-random/changelog new-haskell-mwc-random/changelog
--- old-haskell-mwc-random/changelog	2014-05-04 12:15:35.869505899 +0000
+++ new-haskell-mwc-random/changelog	2014-05-04 12:15:35.869505899 +0000
@@ -1,8 +1,13 @@
-haskell-mwc-random (0.11.0.0-8) UNRELEASED; urgency=low
+haskell-mwc-random (0.13.1.1-1) unstable; urgency=medium
 
+  [ Joachim Breitner ]
   * Adjust watch file to new hackage layout
 
- -- Joachim Breitner <nomeata at debian.org>  Sat, 05 Oct 2013 18:21:07 +0200
+  [ Clint Adams ]
+  * New upstream version.
+  * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org>  Sun, 04 May 2014 08:07:56 -0400
 
 haskell-mwc-random (0.11.0.0-7) unstable; urgency=low
 
diff -rN -u old-haskell-mwc-random/control new-haskell-mwc-random/control
--- old-haskell-mwc-random/control	2014-05-04 12:15:35.865505895 +0000
+++ new-haskell-mwc-random/control	2014-05-04 12:15:35.873505902 +0000
@@ -3,7 +3,6 @@
 Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Marco Túlio Gontijo e Silva <marcot at debian.org>, Iulian Udrea <iulian at physics.org>
-DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 9)
   , cdbs
   , haskell-devscripts (>= 0.8.15)
@@ -13,16 +12,16 @@
   , libghc-primitive-prof
   , libghc-vector-dev (>= 0.7)
   , libghc-vector-prof
-#  , libghc-hunit-dev
-#  , libghc-quickcheck2-dev
-#  , libghc-statistics-dev (>> 0.10.1.0)
-#  , libghc-test-framework-dev
-#  , libghc-test-framework-hunit-dev
-#  , libghc-test-framework-quickcheck2-dev
+  , libghc-hunit-dev
+  , libghc-quickcheck2-dev
+  , libghc-statistics-dev (>= 0.10.1.0)
+  , libghc-test-framework-dev
+  , libghc-test-framework-hunit-dev
+  , libghc-test-framework-quickcheck2-dev
 Build-Depends-Indep: ghc-doc
   , libghc-primitive-doc
   , libghc-vector-doc
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://hackage.haskell.org/package/mwc-random
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-mwc-random
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-mwc-random
diff -rN -u old-haskell-mwc-random/rules new-haskell-mwc-random/rules
--- old-haskell-mwc-random/rules	2014-05-04 12:15:35.865505895 +0000
+++ new-haskell-mwc-random/rules	2014-05-04 12:15:35.873505902 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-#DEB_ENABLE_TESTS = yes
+DEB_ENABLE_TESTS = yes
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk




More information about the Pkg-haskell-commits mailing list