[DHG_packages] 04/05: persistent-sqlite: Upgrading from 2.2.1 to 2.6

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 23:06:07 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 cfa0234bd7f03f9bed16f92da19567c680173cde
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 7 21:53:20 2016 -0400

    persistent-sqlite: Upgrading from 2.2.1 to 2.6
---
 p/haskell-persistent-sqlite/debian/changelog |  6 +--
 p/haskell-persistent-sqlite/debian/control   | 60 ++++++++++++++++++----------
 2 files changed, 43 insertions(+), 23 deletions(-)

diff --git a/p/haskell-persistent-sqlite/debian/changelog b/p/haskell-persistent-sqlite/debian/changelog
index b0900ef..926d635 100644
--- a/p/haskell-persistent-sqlite/debian/changelog
+++ b/p/haskell-persistent-sqlite/debian/changelog
@@ -1,8 +1,8 @@
-haskell-persistent-sqlite (2.2.1-2) UNRELEASED; urgency=medium
+haskell-persistent-sqlite (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:53:20 -0400
 
 haskell-persistent-sqlite (2.2.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-persistent-sqlite/debian/control b/p/haskell-persistent-sqlite/debian/control
index eda385e..5b078fc 100644
--- a/p/haskell-persistent-sqlite/debian/control
+++ b/p/haskell-persistent-sqlite/debian/control
@@ -1,13 +1,15 @@
 Source: haskell-persistent-sqlite
 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 (>= 0.6.2),
  libghc-aeson-prof,
  libghc-conduit-dev (>= 0.5.3),
@@ -16,36 +18,47 @@ Build-Depends: debhelper (>= 9),
  libghc-monad-control-prof,
  libghc-monad-logger-dev (>= 0.2.4),
  libghc-monad-logger-prof,
- libghc-persistent-dev (>= 2.2),
+ libghc-old-locale-dev,
+ libghc-old-locale-prof,
  libghc-persistent-dev (<< 3),
+ libghc-persistent-dev (>= 2.6),
  libghc-persistent-prof,
+ libghc-resource-pool-dev,
+ libghc-resource-pool-prof,
  libghc-resourcet-dev (>= 1.1),
  libghc-resourcet-prof,
  libghc-text-dev (>= 0.7),
  libghc-text-prof,
  libsqlite3-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-aeson-doc,
  libghc-conduit-doc,
  libghc-monad-control-doc,
  libghc-monad-logger-doc,
+ libghc-old-locale-doc,
  libghc-persistent-doc,
+ libghc-resource-pool-doc,
  libghc-resourcet-doc,
  libghc-text-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-sqlite
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-persistent-sqlite-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
+Depends:
  libsqlite3-dev,
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: SQLite3 backend for the persistent library${haskell:ShortBlurb}
  This library allows Haskell applications to access an SQLite database
  in a type-safe, non-relational way.
@@ -54,11 +67,15 @@ Description: SQLite3 backend for the persistent library${haskell:ShortBlurb}
 
 Package: libghc-persistent-sqlite-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: SQLite3 backend for the persistent library${haskell:ShortBlurb}
  This library allows Haskell applications to access an SQLite database
  in a type-safe, non-relational way.
@@ -68,10 +85,13 @@ Description: SQLite3 backend for the persistent library${haskell:ShortBlurb}
 Package: libghc-persistent-sqlite-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: SQLite3 backend for the persistent library${haskell:ShortBlurb}
  This library allows Haskell applications to access an SQLite database
  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