[Pkg-haskell-commits] darcs: haskell-hamlet: New upstream version 1.1.1.

Clint Adams clint at debian.org
Sat Oct 20 16:58:19 UTC 2012


Sat Oct 20 16:58:11 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 1.1.1.
  Ignore-this: 90becab00c37bfc54c8358df4f749cfb

    M ./changelog -3 +8
    M ./control -6 +9
    A ./patches/
    A ./patches/newer-containers.diff
    A ./patches/series
    M ./rules -1 +1

Sat Oct 20 16:58:11 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 1.1.1.
  Ignore-this: 90becab00c37bfc54c8358df4f749cfb
diff -rN -u old-haskell-hamlet//changelog new-haskell-hamlet//changelog
--- old-haskell-hamlet//changelog	2012-10-20 16:58:19.715981679 +0000
+++ new-haskell-hamlet//changelog	2012-10-20 16:58:19.719890513 +0000
@@ -1,10 +1,15 @@
-haskell-hamlet (1.0.1.3-2) UNRELEASED; urgency=low
+haskell-hamlet (1.1.1-1) experimental; urgency=low
 
-  * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
+  [ Joachim Breitner ]
+  * Depend on haskell-devscripts 0.8.13 to ensure this package is built
     against experimental
   * Bump standards version, no change
 
- -- Joachim Breitner <nomeata at debian.org>  Sat, 13 Oct 2012 14:09:57 +0200
+  [ Clint Adams ]
+  * New upstream version.
+  * Enable test suite.
+
+ -- Clint Adams <clint at debian.org>  Sat, 20 Oct 2012 12:48:10 -0400
 
 haskell-hamlet (1.0.1.3-1) unstable; urgency=low
 
diff -rN -u old-haskell-hamlet//control new-haskell-hamlet//control
--- old-haskell-hamlet//control	2012-10-20 16:58:19.700054119 +0000
+++ new-haskell-hamlet//control	2012-10-20 16:58:19.719890513 +0000
@@ -12,26 +12,29 @@
   , libghc-blaze-builder-dev (>> 0.2)
   , libghc-blaze-builder-dev (<< 0.4)
   , libghc-blaze-builder-prof
-  , libghc-blaze-html-dev (>> 0.4)
-  , libghc-blaze-html-dev (<< 0.5)
+  , libghc-blaze-html-dev (>> 0.5)
+  , libghc-blaze-html-dev (<< 0.6)
   , libghc-blaze-html-prof
+  , libghc-blaze-markup-dev (>> 0.5.1)
+  , libghc-blaze-markup-dev (<< 0.6)
+  , libghc-blaze-markup-prof
   , libghc-failure-dev (>> 0.1)
   , libghc-failure-dev (<< 0.3)
   , libghc-failure-prof
   , libghc-parsec3-dev
   , libghc-parsec3-prof
-  , libghc-shakespeare-dev (>> 1.0)
+  , libghc-shakespeare-dev (>> 1.0.1)
   , libghc-shakespeare-dev (<< 1.1)
   , libghc-shakespeare-prof
   , libghc-text-dev (>> 0.7)
   , libghc-text-dev (<< 0.12)
   , libghc-text-prof
-#  , libghc-hunit-dev
-#  , libghc-hspec-dev (>> 0.8)
-#  , libghc-hspec-dev (<< 0.10)
+  , libghc-hunit-dev
+  , libghc-hspec-dev (>> 1.3)
 Build-Depends-Indep: ghc-doc
   , libghc-blaze-builder-doc
   , libghc-blaze-html-doc
+  , libghc-blaze-markup-doc
   , libghc-failure-doc
   , libghc-parsec3-doc
   , libghc-shakespeare-doc
diff -rN -u old-haskell-hamlet//patches/newer-containers.diff new-haskell-hamlet//patches/newer-containers.diff
--- old-haskell-hamlet//patches/newer-containers.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hamlet//patches/newer-containers.diff	2012-10-20 16:58:19.723720802 +0000
@@ -0,0 +1,13 @@
+Index: hamlet-1.1.1/hamlet.cabal
+===================================================================
+--- hamlet-1.1.1.orig/hamlet.cabal	2012-09-24 14:14:22.000000000 +0000
++++ hamlet-1.1.1/hamlet.cabal	2012-10-20 16:54:08.564870519 +0000
+@@ -69,7 +69,7 @@
+     build-depends: hamlet
+                  , base             >= 4       && < 5
+                  , parsec           >= 2       && < 4
+-                 , containers       >= 0.2     && < 0.5
++                 , containers       >= 0.2     && < 0.6
+                  , text             >= 0.7     && < 1
+                  , HUnit
+                  , hspec            >= 1.3
diff -rN -u old-haskell-hamlet//patches/series new-haskell-hamlet//patches/series
--- old-haskell-hamlet//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hamlet//patches/series	2012-10-20 16:58:19.723720802 +0000
@@ -0,0 +1 @@
+newer-containers.diff
diff -rN -u old-haskell-hamlet//rules new-haskell-hamlet//rules
--- old-haskell-hamlet//rules	2012-10-20 16:58:19.659856705 +0000
+++ new-haskell-hamlet//rules	2012-10-20 16:58:19.723720802 +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