[Pkg-haskell-commits] darcs: haskell-yesod-static: New upstream version 0.10.1.

Clint Adams clint at debian.org
Thu Mar 1 22:07:15 UTC 2012


Thu Mar  1 22:07:05 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.10.1.
  Ignore-this: a36402edbacfa94db6c946cc8956a95

    M ./changelog +7
    M ./control -17 +22
    M ./rules +2

Thu Mar  1 22:07:05 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.10.1.
  Ignore-this: a36402edbacfa94db6c946cc8956a95
diff -rN -u old-haskell-yesod-static//changelog new-haskell-yesod-static//changelog
--- old-haskell-yesod-static//changelog	2012-03-01 22:07:15.230251453 +0000
+++ new-haskell-yesod-static//changelog	2012-03-01 22:07:15.234252602 +0000
@@ -1,3 +1,10 @@
+haskell-yesod-static (0.10.1-1) unstable; urgency=low
+
+  * New upstream version.
+  * Bump to Standards-Version 3.9.3.
+
+ -- Clint Adams <clint at debian.org>  Thu, 01 Mar 2012 16:38:46 -0500
+
 haskell-yesod-static (0.3.2-1) unstable; urgency=low
 
   * New upstream version.
diff -rN -u old-haskell-yesod-static//control new-haskell-yesod-static//control
--- old-haskell-yesod-static//control	2012-03-01 22:07:15.226252191 +0000
+++ new-haskell-yesod-static//control	2012-03-01 22:07:15.234252602 +0000
@@ -5,36 +5,32 @@
 Uploaders: Joachim Breitner <nomeata at debian.org>, Clint Adams <clint at debian.org>
 Build-Depends: debhelper (>= 7)
   , cdbs
-  , haskell-devscripts (>= 0.8)
+  , haskell-devscripts (>= 0.8.10)
   , ghc
   , ghc-prof
   , ghc-ghci
-  , libghc-enumerator-dev (>> 0.4.8)
-  , libghc-enumerator-dev (<< 0.5)
-  , libghc-enumerator-prof
-  , libghc-yesod-core-dev (>= 0.9)
-  , libghc-yesod-core-dev (<< 0.10)
+  , libghc-conduit-dev (>> 0.2)
+  , libghc-conduit-prof
+  , libghc-yesod-core-dev (>> 0.10.1)
+  , libghc-yesod-core-dev (<< 0.11)
   , libghc-yesod-core-prof
   , libghc-base64-bytestring-dev (>= 0.1.0.1)
   , libghc-base64-bytestring-dev (<< 0.2)
   , libghc-base64-bytestring-prof
-  , libghc-puremd5-dev (>= 2.1.0.3)
-  , libghc-puremd5-dev (<< 2.2)
-  , libghc-puremd5-prof
   , libghc-cereal-dev (>= 0.3)
   , libghc-cereal-dev (<< 0.4)
   , libghc-cereal-prof
   , libghc-transformers-dev (>> 0.2.2)
   , libghc-transformers-dev (<< 0.3)
   , libghc-transformers-prof
-  , libghc-wai-app-static-dev (>= 0.3.2.1)
-  , libghc-wai-app-static-dev (<< 0.4)
+  , libghc-wai-app-static-dev (>> 1.1)
+  , libghc-wai-app-static-dev (<< 1.2)
   , libghc-wai-app-static-prof
-  , libghc-wai-dev (>= 0.4)
-  , libghc-wai-dev (<< 0.5)
+  , libghc-wai-dev (>> 1.1)
+  , libghc-wai-dev (<< 1.2)
   , libghc-wai-prof
   , libghc-text-dev (>> 0.9)
-  , libghc-text-dev (<< 1.2)
+  , libghc-text-dev (<< 1.0)
   , libghc-text-prof
   , libghc-file-embed-dev (>= 0.0.4.1)
   , libghc-file-embed-dev (<< 5)
@@ -44,11 +40,18 @@
   , libghc-http-types-prof
   , libghc-unix-compat-dev (>= 0.2)
   , libghc-unix-compat-prof
+  , libghc-crypto-conduit-dev (>> 0.1.1.2)
+  , libghc-crypto-conduit-dev (<< 0.2)
+  , libghc-crypto-conduit-prof
+  , libghc-cryptohash-dev (>> 0.6.1)
+  , libghc-cryptohash-prof
+  , libghc-hspec-dev (>> 0.8)
+  , libghc-hspec-dev (<< 0.10)
+  , libghc-hunit-dev
 Build-Depends-Indep: ghc-doc
-  , libghc-enumerator-doc
+  , libghc-conduit-doc
   , libghc-yesod-core-doc
   , libghc-base64-bytestring-doc
-  , libghc-puremd5-doc
   , libghc-cereal-doc
   , libghc-transformers-doc
   , libghc-wai-app-static-doc
@@ -57,7 +60,9 @@
   , libghc-file-embed-doc
   , libghc-http-types-doc
   , libghc-unix-compat-doc
-Standards-Version: 3.9.2
+  , libghc-crypto-conduit-doc
+  , libghc-cryptohash-doc
+Standards-Version: 3.9.3
 Homepage: http://hackage.haskell.org/package/yesod-static
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-yesod-static
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-yesod-static
diff -rN -u old-haskell-yesod-static//rules new-haskell-yesod-static//rules
--- old-haskell-yesod-static//rules	2012-03-01 22:07:15.122253160 +0000
+++ new-haskell-yesod-static//rules	2012-03-01 22:07:15.238253646 +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