[DHG_packages] 05/06: cabal-helper: Upgrading from 0.6.3.1 to 0.7.2.0

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 20:42:43 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 f4a94f6249c88fa289bda197977d42e97e3cebca
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 7 19:38:47 2016 -0400

    cabal-helper: Upgrading from 0.6.3.1 to 0.7.2.0
---
 p/haskell-cabal-helper/debian/changelog |  6 +--
 p/haskell-cabal-helper/debian/control   | 85 ++++++++++++++++++++-------------
 2 files changed, 55 insertions(+), 36 deletions(-)

diff --git a/p/haskell-cabal-helper/debian/changelog b/p/haskell-cabal-helper/debian/changelog
index cf51a50..eb45171 100644
--- a/p/haskell-cabal-helper/debian/changelog
+++ b/p/haskell-cabal-helper/debian/changelog
@@ -1,8 +1,8 @@
-haskell-cabal-helper (0.6.3.1-2) UNRELEASED; urgency=medium
+haskell-cabal-helper (0.7.2.0-1) experimental; urgency=medium
 
-  * Fix VCS fields
+  * New upstream version.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:17 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 16:40:31 -0400
 
 haskell-cabal-helper (0.6.3.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-cabal-helper/debian/control b/p/haskell-cabal-helper/debian/control
index c224479..e04f0dc 100644
--- a/p/haskell-cabal-helper/debian/control
+++ b/p/haskell-cabal-helper/debian/control
@@ -1,27 +1,27 @@
 Source: haskell-cabal-helper
 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.2.2),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-cabal-dev (>= 1.14),
- libghc-cabal-dev (<< 1.23),
- libghc-cabal-prof (>= 1.14),
- libghc-cabal-prof (<< 1.23),
+ haskell-devscripts (>= 0.10.2.2),
  libghc-mtl-dev,
  libghc-mtl-prof,
- libghc-temporary-dev,
- libghc-utf8-string-dev,
-Build-Depends-Indep: ghc-doc,
- libghc-cabal-doc,
+ libghc-temporary-dev (<< 1.3),
+ libghc-temporary-dev (>= 1.2.0.4),
+ libghc-utf8-string-dev (<< 1.1),
+ libghc-utf8-string-dev (>= 1.0.1.1),
+Build-Depends-Indep:
+ ghc-doc,
  libghc-mtl-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/cabal-helper
-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-cabal-helper
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: Simple interface to some of Cabal's configuration state
  cabal-helper provides a library which wraps the internal use of
@@ -48,14 +48,19 @@ X-Description: Simple interface to some of Cabal's configuration state
 
 Package: libghc-cabal-helper-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
+Recommends:
  cabal-helper,
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -63,12 +68,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-cabal-helper-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -77,11 +87,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-cabal-helper-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -90,13 +104,18 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: cabal-helper
 Architecture: any
 Section: misc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
- ${shlibs:Depends}
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .

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