[Pkg-haskell-commits] darcs: haskell-yesod-form: New upstream version 1.1.3.
Clint Adams
clint at debian.org
Sun Oct 21 18:06:12 UTC 2012
Sun Oct 21 17:54:11 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 1.1.3.
Ignore-this: 838e0ac701760f2ae459f609bd8cb32a
M ./changelog -3 +8
M ./control -15 +23
A ./hlibrary.setup
M ./rules +2
Sun Oct 21 17:54:11 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 1.1.3.
Ignore-this: 838e0ac701760f2ae459f609bd8cb32a
diff -rN -u old-haskell-yesod-form//changelog new-haskell-yesod-form//changelog
--- old-haskell-yesod-form//changelog 2012-10-21 18:06:11.206864783 +0000
+++ new-haskell-yesod-form//changelog 2012-10-21 18:06:11.214981987 +0000
@@ -1,10 +1,15 @@
-haskell-yesod-form (1.0.0.4-2) UNRELEASED; urgency=low
+haskell-yesod-form (1.1.3-1) UNRELEASED; 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:14:28 +0200
+ [ Clint Adams ]
+ * New upstream version.
+ * Enable test suite.
+
+ -- Clint Adams <clint at debian.org> Sun, 21 Oct 2012 12:57:30 -0400
haskell-yesod-form (1.0.0.4-1) unstable; urgency=low
diff -rN -u old-haskell-yesod-form//control new-haskell-yesod-form//control
--- old-haskell-yesod-form//control 2012-10-21 18:06:11.182864049 +0000
+++ new-haskell-yesod-form//control 2012-10-21 18:06:11.214981987 +0000
@@ -11,23 +11,27 @@
, libghc-blaze-builder-dev (>> 0.2.1.4)
, libghc-blaze-builder-dev (<< 0.4)
, libghc-blaze-builder-prof
- , libghc-blaze-html-dev (>> 0.4.1.3)
- , libghc-blaze-html-dev (<< 0.5)
+ , libghc-blaze-html-dev (>> 0.5)
+ , libghc-blaze-html-dev (<< 0.6)
, libghc-blaze-html-prof
- , libghc-data-default-dev (>> 0.3)
- , libghc-data-default-dev (<< 0.5)
+ , libghc-blaze-markup-dev (>> 0.5.1)
+ , libghc-blaze-markup-dev (<< 0.6)
+ , libghc-blaze-markup-prof
+ , libghc-crypto-api-dev (>> 0.8)
+ , libghc-crypto-api-dev (<< 0.11)
+ , libghc-crypto-api-prof
+ , libghc-data-default-dev
, libghc-data-default-prof
, libghc-email-validate-dev (>> 0.2.6)
, libghc-email-validate-dev (<< 0.3)
, libghc-email-validate-prof
- , libghc-hamlet-dev (>> 1.0)
- , libghc-hamlet-dev (<< 1.1)
+ , libghc-hamlet-dev (>> 1.1)
+ , libghc-hamlet-dev (<< 1.2)
, libghc-hamlet-prof
, libghc-network-dev (>> 2.2)
- , libghc-network-dev (<< 2.4)
, libghc-network-prof
- , libghc-persistent-dev (>> 0.9)
- , libghc-persistent-dev (<< 0.10)
+ , libghc-persistent-dev (>> 1.0)
+ , libghc-persistent-dev (<< 1.1)
, libghc-persistent-prof
, libghc-shakespeare-css-dev (>> 1.0)
, libghc-shakespeare-css-dev (<< 1.1)
@@ -42,21 +46,23 @@
, libghc-transformers-dev (>> 0.2.2)
, libghc-transformers-dev (<< 0.4)
, libghc-transformers-prof
- , libghc-wai-dev (>> 1.2)
- , libghc-wai-dev (<< 1.3)
+ , libghc-wai-dev (>> 1.3)
+ , libghc-wai-dev (<< 1.4)
, libghc-wai-prof
, libghc-xss-sanitize-dev (>> 0.3.0.1)
, libghc-xss-sanitize-dev (<< 0.4)
, libghc-xss-sanitize-prof
- , libghc-yesod-core-dev (>> 1.0)
- , libghc-yesod-core-dev (<< 1.1)
+ , libghc-yesod-core-dev (>> 1.1)
+ , libghc-yesod-core-dev (<< 1.2)
, libghc-yesod-core-prof
- , libghc-yesod-persistent-dev (>> 1.0)
- , libghc-yesod-persistent-dev (<< 1.1)
+ , libghc-yesod-persistent-dev (>> 1.1)
+ , libghc-yesod-persistent-dev (<< 1.2)
, libghc-yesod-persistent-prof
Build-Depends-Indep: ghc-doc
, libghc-blaze-builder-doc
, libghc-blaze-html-doc
+ , libghc-blaze-markup-doc
+ , libghc-crypto-api-doc
, libghc-data-default-doc
, libghc-email-validate-doc
, libghc-hamlet-doc
@@ -70,6 +76,8 @@
, libghc-xss-sanitize-doc
, libghc-yesod-core-doc
, libghc-yesod-persistent-doc
+ , libghc-hspec-dev
+ , libghc-hunit-dev
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/yesod-form
Vcs-Git: git://git.debian.org/collab-maint/haskell-yesod-form.git
Binary files old-haskell-yesod-form//hlibrary.setup and new-haskell-yesod-form//hlibrary.setup differ
diff -rN -u old-haskell-yesod-form//rules new-haskell-yesod-form//rules
--- old-haskell-yesod-form//rules 2012-10-21 18:06:10.803223794 +0000
+++ new-haskell-yesod-form//rules 2012-10-21 18:06:11.410228077 +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