[DHG_packages] 01/06: persistent: Upgrading from 2.2.4.1 to 2.6

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 22:48:45 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 ed7d4600acafc6a10f58ccecae8f09fabe4552d6
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 7 21:57:16 2016 -0400

    persistent: Upgrading from 2.2.4.1 to 2.6
---
 p/haskell-persistent/debian/changelog |  6 +--
 p/haskell-persistent/debian/control   | 72 +++++++++++++++++++++--------------
 2 files changed, 46 insertions(+), 32 deletions(-)

diff --git a/p/haskell-persistent/debian/changelog b/p/haskell-persistent/debian/changelog
index fbc5899..3b18a54 100644
--- a/p/haskell-persistent/debian/changelog
+++ b/p/haskell-persistent/debian/changelog
@@ -1,8 +1,8 @@
-haskell-persistent (2.2.4.1-2) UNRELEASED; urgency=medium
+haskell-persistent (2.6-1) experimental; urgency=medium
 
-  * Fix VCS fields
+  * New upstream version.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:54 +0200
+ -- Clint Adams <clint at debian.org>  Fri, 07 Oct 2016 21:57:16 -0400
 
 haskell-persistent (2.2.4.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-persistent/debian/control b/p/haskell-persistent/debian/control
index 41af989..6f482ca 100644
--- a/p/haskell-persistent/debian/control
+++ b/p/haskell-persistent/debian/control
@@ -1,46 +1,57 @@
 Source: haskell-persistent
 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-aeson-dev,
  libghc-aeson-dev (>= 0.5),
  libghc-aeson-prof,
  libghc-attoparsec-dev,
  libghc-attoparsec-prof,
  libghc-base64-bytestring-dev,
  libghc-base64-bytestring-prof,
+ libghc-blaze-html-dev,
  libghc-blaze-html-dev (>= 0.5),
  libghc-blaze-html-prof,
  libghc-blaze-markup-dev (>= 0.5.1),
  libghc-blaze-markup-prof,
+ libghc-conduit-dev,
  libghc-conduit-dev (>= 1.0),
  libghc-conduit-prof,
  libghc-exceptions-dev (>= 0.6),
  libghc-exceptions-prof,
  libghc-fast-logger-dev (>= 2.1),
  libghc-fast-logger-prof,
- libghc-http-api-data-dev (>= 0.2),
+ libghc-hspec-dev (>= 1.3),
  libghc-http-api-data-dev (<< 0.3),
+ libghc-http-api-data-dev (>= 0.2),
  libghc-http-api-data-prof,
  libghc-lifted-base-dev (>= 0.1),
  libghc-lifted-base-prof,
+ libghc-monad-control-dev,
  libghc-monad-control-dev (>= 0.3),
  libghc-monad-control-prof,
+ libghc-monad-logger-dev,
  libghc-monad-logger-dev (>= 0.3),
  libghc-monad-logger-prof,
  libghc-mtl-dev,
  libghc-mtl-prof,
  libghc-old-locale-dev,
  libghc-old-locale-prof,
+ libghc-path-pieces-dev,
  libghc-path-pieces-dev (>= 0.1),
  libghc-path-pieces-prof,
+ libghc-resource-pool-dev,
  libghc-resource-pool-dev (>= 0.2.2.0),
  libghc-resource-pool-prof,
+ libghc-resourcet-dev,
  libghc-resourcet-dev (>= 1.1),
  libghc-resourcet-prof,
  libghc-scientific-dev,
@@ -49,6 +60,7 @@ Build-Depends: debhelper (>= 9),
  libghc-silently-prof,
  libghc-tagged-dev,
  libghc-tagged-prof,
+ libghc-text-dev,
  libghc-text-dev (>= 0.8),
  libghc-text-prof,
  libghc-transformers-base-dev,
@@ -58,17 +70,8 @@ Build-Depends: debhelper (>= 9),
  libghc-vector-dev,
  libghc-vector-prof,
  libsqlite3-dev,
- libghc-aeson-dev,
- libghc-blaze-html-dev,
- libghc-conduit-dev,
- libghc-hspec-dev (>= 1.3),
- libghc-monad-control-dev,
- libghc-monad-logger-dev,
- libghc-path-pieces-dev,
- libghc-resource-pool-dev,
- libghc-resourcet-dev,
- libghc-text-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-aeson-doc,
  libghc-attoparsec-doc,
  libghc-base64-bytestring-doc,
@@ -95,17 +98,21 @@ Build-Depends-Indep: ghc-doc,
  libghc-vector-doc,
 Standards-Version: 3.9.8
 Homepage: http://www.yesodweb.com/book/persistent
-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-persistent
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-persistent-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: type-safe, non-relational, multi-backend persistence${haskell:ShortBlurb}
  This libraries allows Haskell applications to access a database or other data
  storage sytems in a type-safe, non-relational way.
@@ -117,11 +124,15 @@ Description: type-safe, non-relational, multi-backend persistence${haskell:Short
 
 Package: libghc-persistent-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: type-safe, non-relational, multi-backend persistence${haskell:ShortBlurb}
  This libraries allows Haskell applications to access a database or other data
  storage sytems in a type-safe, non-relational way.
@@ -134,10 +145,13 @@ Description: type-safe, non-relational, multi-backend persistence${haskell:Short
 Package: libghc-persistent-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: type-safe, non-relational, multi-backend persistence${haskell:ShortBlurb}
  This libraries allows Haskell applications to access a database or other data
  storage sytems in a type-safe, non-relational way.

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