[DHG_packages] 02/05: temporary: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 16:22:00 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 dcebe9623120917faa6d57946875639448efc78e
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 12:17:04 2016 -0400
temporary: build with ghc 8 in experimental
---
p/haskell-temporary/debian/changelog | 6 ++---
p/haskell-temporary/debian/control | 48 +++++++++++++++++++++++-------------
2 files changed, 34 insertions(+), 20 deletions(-)
diff --git a/p/haskell-temporary/debian/changelog b/p/haskell-temporary/debian/changelog
index 49a9f8f..7b8ee97 100644
--- a/p/haskell-temporary/debian/changelog
+++ b/p/haskell-temporary/debian/changelog
@@ -1,8 +1,8 @@
-haskell-temporary (1.2.0.4-2) UNRELEASED; urgency=medium
+haskell-temporary (1.2.0.4-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:13:06 +0200
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 12:16:55 -0400
haskell-temporary (1.2.0.4-1) unstable; urgency=medium
diff --git a/p/haskell-temporary/debian/control b/p/haskell-temporary/debian/control
index e36b92a..99b9c1d 100644
--- a/p/haskell-temporary/debian/control
+++ b/p/haskell-temporary/debian/control
@@ -1,16 +1,19 @@
Source: haskell-temporary
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),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-exceptions-dev (>= 0.6),
libghc-exceptions-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-exceptions-doc,
Standards-Version: 3.9.8
Homepage: http://www.github.com/feuerbach/temporary
@@ -19,12 +22,16 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-temporary-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: Temporary files and directories${haskell:ShortBlurb}
This library provide functions to create temporary files and directories. The
code comes from the Cabal library, and is extracted into this package so that
@@ -34,11 +41,15 @@ Description: Temporary files and directories${haskell:ShortBlurb}
Package: libghc-temporary-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: Temporary files and directories${haskell:ShortBlurb}
This library provide functions to create temporary files and directories. The
code comes from the Cabal library, and is extracted into this package so that
@@ -49,10 +60,13 @@ Description: Temporary files and directories${haskell:ShortBlurb}
Package: libghc-temporary-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: Temporary files and directories${haskell:ShortBlurb}
This library provide functions to create temporary files and directories. The
code comes from the Cabal library, and is extracted into this package so that
--
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