[DHG_packages] 01/05: persistable-types-hdbc-pg: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 19:19:57 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 de14da360d0bcb57a90f00236dc997c57ad48029
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 15:14:27 2016 -0400
persistable-types-hdbc-pg: build with ghc 8 in experimental
---
.../debian/changelog | 6 +++
p/haskell-persistable-types-hdbc-pg/debian/control | 61 ++++++++++++++--------
2 files changed, 45 insertions(+), 22 deletions(-)
diff --git a/p/haskell-persistable-types-hdbc-pg/debian/changelog b/p/haskell-persistable-types-hdbc-pg/debian/changelog
index 243e611..da1774a 100644
--- a/p/haskell-persistable-types-hdbc-pg/debian/changelog
+++ b/p/haskell-persistable-types-hdbc-pg/debian/changelog
@@ -1,3 +1,9 @@
+haskell-persistable-types-hdbc-pg (0.0.1.4-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 15:14:09 -0400
+
haskell-persistable-types-hdbc-pg (0.0.1.4-1) unstable; urgency=low
* Initial release (Closes: #834880)
diff --git a/p/haskell-persistable-types-hdbc-pg/debian/control b/p/haskell-persistable-types-hdbc-pg/debian/control
index bc70ae2..0f085b1 100644
--- a/p/haskell-persistable-types-hdbc-pg/debian/control
+++ b/p/haskell-persistable-types-hdbc-pg/debian/control
@@ -1,26 +1,29 @@
Source: haskell-persistable-types-hdbc-pg
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Kei Hibino <ex8k.hibino at gmail.com>
+Uploaders:
+ Kei Hibino <ex8k.hibino at gmail.com>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-hdbc-dev,
- libghc-hdbc-prof,
+ haskell-devscripts (>= 0.9),
libghc-convertible-dev,
libghc-convertible-prof,
+ libghc-hdbc-dev,
+ libghc-hdbc-prof,
libghc-persistable-record-dev (>= 0.4),
libghc-persistable-record-prof,
libghc-relational-query-hdbc-dev,
libghc-relational-query-hdbc-prof,
libghc-text-postgresql-dev,
libghc-text-postgresql-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-hdbc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-convertible-doc,
+ libghc-hdbc-doc,
libghc-persistable-record-doc,
libghc-relational-query-hdbc-doc,
libghc-text-postgresql-doc,
@@ -35,13 +38,18 @@ X-Description: Relational-Record instances of PostgreSQL extended types
Package: libghc-persistable-types-hdbc-pg-dev
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
${shlibs: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}
.
@@ -49,12 +57,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-persistable-types-hdbc-pg-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}
.
@@ -63,11 +76,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-persistable-types-hdbc-pg-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}
.
--
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