[Pkg-haskell-commits] darcs: haskell-hastache: New upstream version 0.6.0.

Clint Adams clint at debian.org
Tue Aug 12 16:45:36 UTC 2014


Tue Aug 12 16:45:29 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 0.6.0.

    M ./changelog -2 +7
    M ./control -6 +6
    M ./rules +2

Tue Aug 12 16:45:29 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 0.6.0.
diff -rN -u old-haskell-hastache/changelog new-haskell-hastache/changelog
--- old-haskell-hastache/changelog	2014-08-12 16:45:35.988386048 +0000
+++ new-haskell-hastache/changelog	2014-08-12 16:45:35.988386048 +0000
@@ -1,8 +1,13 @@
-haskell-hastache (0.3.3-5) UNRELEASED; urgency=low
+haskell-hastache (0.6.0-1) unstable; urgency=medium
 
+  [ Joachim Breitner ]
   * Adjust watch file to new hackage layout
 
- -- Joachim Breitner <nomeata at debian.org>  Sat, 05 Oct 2013 18:20:31 +0200
+  [ Clint Adams ]
+  * New upstream version.
+  * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org>  Tue, 12 Aug 2014 12:39:46 -0400
 
 haskell-hastache (0.3.3-4) unstable; urgency=low
 
diff -rN -u old-haskell-hastache/control new-haskell-hastache/control
--- old-haskell-hastache/control	2014-08-12 16:45:35.988386048 +0000
+++ new-haskell-hastache/control	2014-08-12 16:45:35.988386048 +0000
@@ -3,19 +3,18 @@
 Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Joachim Breitner <nomeata at debian.org>, Iulian Udrea <iulian at physics.org>
-DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 9)
   , cdbs
   , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
-  , libghc-mtl-dev 
+  , libghc-mtl-dev
   , libghc-mtl-prof
-  , libghc-syb-dev 
+  , libghc-syb-dev
   , libghc-syb-prof
-  , libghc-text-dev 
+  , libghc-text-dev
   , libghc-text-prof
-  , libghc-blaze-builder-dev 
+  , libghc-blaze-builder-dev
   , libghc-blaze-builder-prof
   , libghc-utf8-string-dev
   , libghc-utf8-string-prof
@@ -23,6 +22,7 @@
   , libghc-ieee754-prof
   , libghc-text-dev
   , libghc-text-prof
+  , libghc-hunit-dev
 Build-Depends-Indep: ghc-doc
   , libghc-mtl-doc
   , libghc-syb-doc
@@ -31,7 +31,7 @@
   , libghc-utf8-string-doc
   , libghc-ieee754-doc
   , libghc-text-doc
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://github.com/lymar/hastache
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hastache
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hastache
diff -rN -u old-haskell-hastache/rules new-haskell-hastache/rules
--- old-haskell-hastache/rules	2014-08-12 16:45:35.984386048 +0000
+++ new-haskell-hastache/rules	2014-08-12 16:45:35.992386049 +0000
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+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