[DHG_packages] 02/05: css-text: Upgrading from 0.1.2.1 to 0.1.2.2

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 16:19:23 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 2a39ac30a9b180d455996194403012061a00f573
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 7 20:00:12 2016 -0400

    css-text: Upgrading from 0.1.2.1 to 0.1.2.2
---
 p/haskell-css-text/debian/changelog |  8 +++---
 p/haskell-css-text/debian/control   | 54 +++++++++++++++++++++++--------------
 2 files changed, 38 insertions(+), 24 deletions(-)

diff --git a/p/haskell-css-text/debian/changelog b/p/haskell-css-text/debian/changelog
index d02fb5f..22701d8 100644
--- a/p/haskell-css-text/debian/changelog
+++ b/p/haskell-css-text/debian/changelog
@@ -1,14 +1,14 @@
-haskell-css-text (0.1.2.1-6) UNRELEASED; urgency=medium
+haskell-css-text (0.1.2.2-1) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
   * Convert `debian/copyright' to dep5 format
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * New upstream version.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:35:04 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 12:16:29 -0400
 
 haskell-css-text (0.1.2.1-5) unstable; urgency=medium
 
diff --git a/p/haskell-css-text/debian/control b/p/haskell-css-text/debian/control
index 199e204..c8227b6 100644
--- a/p/haskell-css-text/debian/control
+++ b/p/haskell-css-text/debian/control
@@ -1,35 +1,42 @@
 Source: haskell-css-text
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint 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-attoparsec-dev (>= 0.10.2.0),
  libghc-attoparsec-prof,
+ libghc-hspec-dev (>= 1.3),
+ libghc-quickcheck2-dev,
  libghc-text-dev (>= 0.11),
  libghc-text-prof,
- libghc-quickcheck2-dev,
- libghc-hspec-dev (>= 1.3),
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-attoparsec-doc,
  libghc-text-doc,
 Standards-Version: 3.9.8
 Homepage: http://www.yesodweb.com/
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-css-text
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-css-text-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: CSS parser and renderer${haskell:ShortBlurb}
  It is a CSS parser and renderer.
  .
@@ -37,11 +44,15 @@ Description: CSS parser and renderer${haskell:ShortBlurb}
 
 Package: libghc-css-text-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: CSS parser and renderer${haskell:ShortBlurb}
  It is a CSS parser and renderer.
  .
@@ -50,10 +61,13 @@ Description: CSS parser and renderer${haskell:ShortBlurb}
 Package: libghc-css-text-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: CSS parser and renderer${haskell:ShortBlurb}
  It is a CSS parser and renderer.
  .

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