[DHG_packages] 02/128: HDBC: Upgrading from 2.4.0.0 to 2.4.0.1

Joachim Breitner nomeata at moszumanska.debian.org
Sat Aug 15 12:46:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch st3
in repository DHG_packages.

commit a7f3a89b4b2c9f8003edc9dc836b163450d60354
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Aug 15 12:52:14 2015 +0200

    HDBC: Upgrading from 2.4.0.0 to 2.4.0.1
---
 p/hdbc/debian/changelog |  6 +++++
 p/hdbc/debian/control   | 65 ++++++++++++++++++++++++++-----------------------
 2 files changed, 41 insertions(+), 30 deletions(-)

diff --git a/p/hdbc/debian/changelog b/p/hdbc/debian/changelog
index f6dd2a7..72f2466 100644
--- a/p/hdbc/debian/changelog
+++ b/p/hdbc/debian/changelog
@@ -1,3 +1,9 @@
+hdbc (2.4.0.1-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 15 Aug 2015 12:52:14 +0200
+
 hdbc (2.4.0.0-3) unstable; urgency=medium
 
   * Upload to unstable
diff --git a/p/hdbc/debian/control b/p/hdbc/debian/control
index 2af5be8..c058b7f 100644
--- a/p/hdbc/debian/control
+++ b/p/hdbc/debian/control
@@ -1,39 +1,41 @@
 Source: hdbc
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: John Goerzen <jgoerzen at complete.org>
-Build-Depends:
- cdbs,
- debhelper (>= 9),
- ghc (>= 6.12),
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
  haskell-devscripts (>= 0.9),
- cpphs,
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-convertible-dev (>= 1.1.0.0),
+ libghc-convertible-prof,
  libghc-mtl-dev,
  libghc-mtl-prof,
  libghc-text-dev,
  libghc-text-prof,
- libghc-convertible-dev (>= 1.1.0.0),
- libghc-convertible-prof,
  libghc-utf8-string-dev,
  libghc-utf8-string-prof,
- ghc-doc,
- haddock,
- hscolour,
+Build-Depends-Indep: ghc-doc,
+ libghc-convertible-doc,
  libghc-mtl-doc,
  libghc-text-doc,
- libghc-convertible-doc
+ libghc-utf8-string-doc,
 Standards-Version: 3.9.5
-Section: haskell
 Homepage: https://github.com/hdbc/hdbc
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/hdbc
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/hdbc
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hdbc
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hdbc
 
 Package: libghc-hdbc-dev
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${haskell:Depends}
-Suggests: libghc-hdbc-postgresql-dev | libghc-hdbc-sqlite3-dev, libghc-hdbc-missingh-dev, ${haskell:Suggests}
-Recommends: ${haskell:Recommends}
-Provides: ${haskell:Provides}
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: libghc-hdbc-postgresql-dev | libghc-hdbc-sqlite3-dev,
+ libghc-hdbc-missingh-dev,
+ ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Haskell Database Connectivity, GHC package
  HDBC provides an abstraction layer between Haskell programs and SQL
  relational databases. This lets you write database code once, in
@@ -48,24 +50,27 @@ Description: Haskell Database Connectivity, GHC package
 
 Package: libghc-hdbc-prof
 Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Haskell Database Connectivity, GHC profiling data
  HDBC provides an abstraction layer between Haskell programs and SQL
  relational databases. This package provides profiling information for using
  HDBC with GHC.
 
 Package: libghc-hdbc-doc
-Replaces: haskell-hdbc-doc (<< 2.2.3-2)
-Conflicts: haskell-hdbc-doc (<< 2.2.3-2)
-Provides: haskell-hdbc-doc, ${haskell:Provides}
-Section: doc
 Architecture: all
-Depends: ${haskell:Depends}, ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: haskell-hdbc-doc (<< 2.2.3-2),
+Provides: haskell-hdbc-doc,
+ ${haskell:Provides},
+Replaces: haskell-hdbc-doc (<< 2.2.3-2),
 Description: Haskell Database Connectivity, Documentation
  HDBC provides an abstraction layer between Haskell programs and SQL
  relational databases. This lets you write database code once, in

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