[DHG_packages] 03/05: process-extras: Upgrading from 0.3.3.8 to 0.4.1.4

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 00:17:11 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 f8eb3714cbd5bf59f5afba38227e058a447da777
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 7 23:09:45 2016 -0400

    process-extras: Upgrading from 0.3.3.8 to 0.4.1.4
---
 p/haskell-process-extras/debian/changelog |  6 ++--
 p/haskell-process-extras/debian/control   | 57 +++++++++++++++++++------------
 2 files changed, 39 insertions(+), 24 deletions(-)

diff --git a/p/haskell-process-extras/debian/changelog b/p/haskell-process-extras/debian/changelog
index 6b8aed6..2a82a48 100644
--- a/p/haskell-process-extras/debian/changelog
+++ b/p/haskell-process-extras/debian/changelog
@@ -1,8 +1,8 @@
-haskell-process-extras (0.3.3.8-2) UNRELEASED; urgency=medium
+haskell-process-extras (0.4.1.4-1) experimental; urgency=medium
 
-  * Fix VCS fields
+  * New upstream version.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:56 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 20:14:34 -0400
 
 haskell-process-extras (0.3.3.8-1) unstable; urgency=medium
 
diff --git a/p/haskell-process-extras/debian/control b/p/haskell-process-extras/debian/control
index ac01aaa..b108ad9 100644
--- a/p/haskell-process-extras/debian/control
+++ b/p/haskell-process-extras/debian/control
@@ -1,26 +1,30 @@
 Source: haskell-process-extras
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>, Dmitry Bogatov <KAction at gnu.org>
+Uploaders:
+ Joachim Breitner <nomeata at debian.org>,
+ Dmitry Bogatov <KAction at gnu.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-listlike-dev (>= 4),
- libghc-listlike-prof,
+ haskell-devscripts (>= 0.10),
  libghc-generic-deriving-dev (>= 1.10),
  libghc-generic-deriving-prof,
+ libghc-listlike-dev (>= 4),
+ libghc-listlike-prof,
  libghc-text-dev,
  libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-listlike-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-generic-deriving-doc,
+ libghc-listlike-doc,
  libghc-text-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/seereason/process-extras
-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-process-extras
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: Extra functionality for the Process library
  This libraries provides variants of the System.Process module, based on lazy
@@ -28,12 +32,16 @@ X-Description: Extra functionality for the Process library
 
 Package: libghc-process-extras-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: Extra functionality for the Process library${haskell:ShortBlurb}
  This libraries provides variants of the System.Process module, based on lazy
  and strict ByteStrings resp. lazy and strict Text.
@@ -42,11 +50,15 @@ Description: Extra functionality for the Process library${haskell:ShortBlurb}
 
 Package: libghc-process-extras-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: Extra functionality for the Process library${haskell:ShortBlurb}
  This libraries provides variants of the System.Process module, based on lazy
  and strict ByteStrings resp. lazy and strict Text.
@@ -56,10 +68,13 @@ Description: Extra functionality for the Process library${haskell:ShortBlurb}
 Package: libghc-process-extras-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: Extra functionality for the Process library${haskell:ShortBlurb}
  This libraries provides variants of the System.Process module, based on lazy
  and strict ByteStrings resp. lazy and strict Text.

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