[Pkg-haskell-commits] darcs: haskell-chasingbottoms: New upstream release
KAction at gnu.org
KAction at gnu.org
Sat Jun 27 17:03:49 UTC 2015
Sat Jun 27 16:49:47 UTC 2015 KAction at gnu.org
* New upstream release
M ./changelog +8
M ./control -29 +17
Sat Jun 27 16:49:47 UTC 2015 KAction at gnu.org
* New upstream release
diff -rN -u old-haskell-chasingbottoms/changelog new-haskell-chasingbottoms/changelog
--- old-haskell-chasingbottoms/changelog 2015-06-27 17:03:49.320479992 +0000
+++ new-haskell-chasingbottoms/changelog 2015-06-27 17:03:49.324479993 +0000
@@ -1,3 +1,11 @@
+haskell-chasingbottoms (1.3.0.13-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+ * Use X-Descriptions and blurbs to avoid duplication
+ * Bump standards version to 3.9.6 (No changes needed)
+
+ -- Dmitry Bogatov <KAction at gnu.org> Sat, 27 Jun 2015 19:42:28 +0300
+
haskell-chasingbottoms (1.3.0.11-2) unstable; urgency=medium
* Upload to unstable
diff -rN -u old-haskell-chasingbottoms/control new-haskell-chasingbottoms/control
--- old-haskell-chasingbottoms/control 2015-06-27 17:03:49.320479992 +0000
+++ new-haskell-chasingbottoms/control 2015-06-27 17:03:49.324479993 +0000
@@ -2,7 +2,7 @@
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>, Dmitry Bogatov <KAction at gnu.org>
Build-Depends: debhelper (>= 9)
, cdbs
, haskell-devscripts (>= 0.9)
@@ -25,10 +25,19 @@
, libghc-mtl-prof
, libghc-random-prof
, libghc-syb-prof
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
Homepage: http://hackage.haskell.org/package/ChasingBottoms
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-chasingbottoms
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-chasingbottoms
+X-Description: Library for testing partial and infinite values
+ Do you ever feel the need to test code involving bottoms (e.g. calls to the
+ error function), or code involving infinite values? Then this library could be
+ useful for you.
+ .
+ It is usually easy to get a grip on bottoms by showing a value and waiting to
+ see how much gets printed before the first exception is encountered. However,
+ that quickly gets tiresome and is hard to automate using e.g. QuickCheck. With
+ this library you can do such tests like other automatic tests.
Package: libghc-chasingbottoms-dev
Architecture: any
@@ -38,15 +47,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Library for testing partial and infinite values${haskell:ShortBlurb}
- Do you ever feel the need to test code involving bottoms (e.g. calls to the
- error function), or code involving infinite values? Then this library could be
- useful for you.
- .
- It is usually easy to get a grip on bottoms by showing a value and waiting to
- see how much gets printed before the first exception is encountered. However,
- that quickly gets tiresome and is hard to automate using e.g. QuickCheck. With
- this library you can do such tests like other automatic tests.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
@@ -57,15 +59,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Library for testing partial and infinite values${haskell:ShortBlurb}
- Do you ever feel the need to test code involving bottoms (e.g. calls to the
- error function), or code involving infinite values? Then this library could be
- useful for you.
- .
- It is usually easy to get a grip on bottoms by showing a value and waiting to
- see how much gets printed before the first exception is encountered. However,
- that quickly gets tiresome and is hard to automate using e.g. QuickCheck. With
- this library you can do such tests like other automatic tests.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
@@ -75,14 +70,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Library for testing partial and infinite values${haskell:ShortBlurb}
- Do you ever feel the need to test code involving bottoms (e.g. calls to the
- error function), or code involving infinite values? Then this library could be
- useful for you.
- .
- It is usually easy to get a grip on bottoms by showing a value and waiting to
- see how much gets printed before the first exception is encountered. However,
- that quickly gets tiresome and is hard to automate using e.g. QuickCheck. With
- this library you can do such tests like other automatic tests.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list