[DHG_packages] 05/05: tagsoup: Upgrading from 0.13.10 to 0.14

Clint Adams clint at moszumanska.debian.org
Sat Oct 15 16:47:01 UTC 2016


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

clint pushed a commit to branch experimental
in repository DHG_packages.

commit cdb4c9baa6d3d0afad6c839dd41339d49d86fbb7
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 7 23:28:03 2016 -0400

    tagsoup: Upgrading from 0.13.10 to 0.14
---
 p/haskell-tagsoup/debian/changelog |  6 ++---
 p/haskell-tagsoup/debian/control   | 50 ++++++++++++++++++++++++--------------
 2 files changed, 35 insertions(+), 21 deletions(-)

diff --git a/p/haskell-tagsoup/debian/changelog b/p/haskell-tagsoup/debian/changelog
index adcd169..4212c2e 100644
--- a/p/haskell-tagsoup/debian/changelog
+++ b/p/haskell-tagsoup/debian/changelog
@@ -1,8 +1,8 @@
-haskell-tagsoup (0.13.10-2) UNRELEASED; urgency=medium
+haskell-tagsoup (0.14-1) experimental; urgency=medium
 
-  * Fix VCS fields
+  * New upstream release
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:13:05 +0200
+ -- Clint Adams <clint at debian.org>  Fri, 07 Oct 2016 23:28:03 -0400
 
 haskell-tagsoup (0.13.10-1) unstable; urgency=medium
 
diff --git a/p/haskell-tagsoup/debian/control b/p/haskell-tagsoup/debian/control
index ec29bdb..785ae1d 100644
--- a/p/haskell-tagsoup/debian/control
+++ b/p/haskell-tagsoup/debian/control
@@ -1,18 +1,21 @@
 Source: haskell-tagsoup
 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>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.10),
  libghc-network-dev,
  libghc-network-prof,
  libghc-text-dev,
  libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-network-doc,
  libghc-text-doc,
 Standards-Version: 3.9.8
@@ -22,12 +25,16 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-tagsoup-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Haskell library to robustly parse unstructured HTML
  TagSoup extracts information out of unstructured HTML code, sometimes
  known as tag soup. TagSoup does not require well-formed or
@@ -40,12 +47,16 @@ Description: Haskell library to robustly parse unstructured HTML
 
 Package: libghc-tagsoup-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Profiling support for TagSoup Haskell library
  TagSoup extracts information out of unstructured HTML code, sometimes
  known as tag soup. TagSoup does not require well-formed or
@@ -59,10 +70,13 @@ Description: Profiling support for TagSoup Haskell library
 Package: libghc-tagsoup-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: Documentation for Haskell TagSoup library
  TagSoup extracts information out of unstructured HTML code, sometimes
  known as tag soup. TagSoup does not require well-formed or

-- 
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