[DHG_packages] 03/21: blaze-html: Upgrading from 0.8.0.2 to 0.8.1.0

Joachim Breitner nomeata at moszumanska.debian.org
Wed Aug 12 12:18:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository DHG_packages.

commit 7db2d00d5bc42a89b9d2be3f574fa9bf8535ae92
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Aug 12 13:41:30 2015 +0200

    blaze-html: Upgrading from 0.8.0.2 to 0.8.1.0
---
 p/haskell-blaze-html/debian/changelog |  6 +++
 p/haskell-blaze-html/debian/control   | 98 +++++++++++++++++------------------
 2 files changed, 53 insertions(+), 51 deletions(-)

diff --git a/p/haskell-blaze-html/debian/changelog b/p/haskell-blaze-html/debian/changelog
index 2ee2e8e..a62d077 100644
--- a/p/haskell-blaze-html/debian/changelog
+++ b/p/haskell-blaze-html/debian/changelog
@@ -1,3 +1,9 @@
+haskell-blaze-html (0.8.1.0-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Joachim Breitner <nomeata at debian.org>  Wed, 12 Aug 2015 13:41:30 +0200
+
 haskell-blaze-html (0.8.0.2-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-blaze-html/debian/control b/p/haskell-blaze-html/debian/control
index dd1b129..22b0456 100644
--- a/p/haskell-blaze-html/debian/control
+++ b/p/haskell-blaze-html/debian/control
@@ -1,51 +1,49 @@
 Source: haskell-blaze-html
-Priority: extra
-Section: haskell
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Giovanni Mascellani <gio at debian.org>, Clint Adams <clint at debian.org>
-Build-Depends: debhelper (>= 9)
- , haskell-devscripts (>= 0.9)
- , cdbs
- , ghc
- , ghc-prof
- , ghc-doc
- , libghc-blaze-builder-dev (>> 0.3)
- , libghc-blaze-builder-dev (<< 0.5)
- , libghc-blaze-builder-prof
- , libghc-blaze-markup-dev (>> 0.7)
- , libghc-blaze-markup-dev (<< 0.8)
- , libghc-blaze-markup-prof
- , libghc-text-dev (>> 0.10)
- , libghc-text-dev (<< 1.3)
- , libghc-text-prof
- , libghc-hunit-dev (>> 1.2)
- , libghc-hunit-dev (<< 1.3)
- , libghc-quickcheck2-dev (>> 2.4)
- , libghc-quickcheck2-dev (<< 2.9)
- , libghc-test-framework-dev (>> 0.4)
- , libghc-test-framework-dev (<< 0.9)
- , libghc-test-framework-hunit-dev (>> 0.3)
- , libghc-test-framework-hunit-dev (<< 0.4)
- , libghc-test-framework-quickcheck2-dev (>> 0.3)
- , libghc-test-framework-quickcheck2-dev (<< 0.4)
-Build-Depends-Indep:
- , libghc-blaze-builder-doc
- , libghc-blaze-markup-doc
- , libghc-text-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-blaze-builder-dev (>= 0.3),
+ libghc-blaze-builder-dev (<< 0.5),
+ libghc-blaze-builder-prof,
+ libghc-blaze-markup-dev (>= 0.7),
+ libghc-blaze-markup-dev (<< 0.8),
+ libghc-blaze-markup-prof,
+ libghc-text-dev (>= 0.10),
+ libghc-text-dev (<< 1.3),
+ libghc-text-prof,
+ libghc-hunit-dev (>= 1.2),
+ libghc-hunit-dev (<< 1.3),
+ libghc-quickcheck2-dev (>= 2.4),
+ libghc-quickcheck2-dev (<< 2.9),
+ libghc-test-framework-dev (>= 0.4),
+ libghc-test-framework-dev (<< 0.9),
+ libghc-test-framework-hunit-dev (>= 0.3),
+ libghc-test-framework-hunit-dev (<< 0.4),
+ libghc-test-framework-quickcheck2-dev (>= 0.3),
+ libghc-test-framework-quickcheck2-dev (<< 0.4),
+Build-Depends-Indep: ghc-doc,
+ libghc-blaze-builder-doc,
+ libghc-blaze-markup-doc,
+ libghc-text-doc,
 Standards-Version: 3.9.5
-Homepage: http://hackage.haskell.org/package/blaze-html
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-blaze-html
+Homepage: http://jaspervdj.be/blaze
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-blaze-html
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-blaze-html
 
 Package: libghc-blaze-html-dev
 Architecture: any
-Depends:
- ${haskell:Depends},
+Depends: ${haskell:Depends},
  ${misc:Depends},
- ${shlibs:Depends}
-Suggests: ${haskell:Suggests}
-Recommends: ${haskell:Recommends}
-Provides: ${haskell:Provides}
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: HTML combinator library for Haskell${haskell:ShortBlurb}
  With this Haskell library you can easily produce HTML code without
  having to explicitly write tags and attributes, but just combining the
@@ -56,12 +54,11 @@ Description: HTML combinator library for Haskell${haskell:ShortBlurb}
 
 Package: libghc-blaze-html-prof
 Architecture: any
-Depends:
- ${haskell:Depends},
- ${misc:Depends}
-Suggests: ${haskell:Suggests}
-Recommends: ${haskell:Recommends}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: HTML combinator library for Haskell${haskell:ShortBlurb}
  With this Haskell library you can easily produce HTML code without
  having to explicitly write tags and attributes, but just combining the
@@ -71,13 +68,12 @@ Description: HTML combinator library for Haskell${haskell:ShortBlurb}
  ${haskell:Blurb}
 
 Package: libghc-blaze-html-doc
-Section: doc
 Architecture: all
-Depends:
- ${haskell:Depends},
- ${misc:Depends}
-Suggests: ${haskell:Suggests}
-Recommends: ${haskell:Recommends}
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: HTML combinator library for Haskell${haskell:ShortBlurb}
  With this Haskell library you can easily produce HTML code without
  having to explicitly write tags and attributes, but just combining the

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list