[DHG_packages] 02/06: hOpenPGP: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 23:34:15 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 7c55f098ee3715567a75d4cec87e760cc1bab80a
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 19:29:39 2016 -0400
hOpenPGP: build with ghc 8 in experimental
---
p/haskell-hopenpgp/debian/changelog | 6 ++++
p/haskell-hopenpgp/debian/control | 66 ++++++++++++++++++++++---------------
p/haskell-hopenpgp/debian/copyright | 2 +-
3 files changed, 47 insertions(+), 27 deletions(-)
diff --git a/p/haskell-hopenpgp/debian/changelog b/p/haskell-hopenpgp/debian/changelog
index 33bc8f7..b18d5ff 100644
--- a/p/haskell-hopenpgp/debian/changelog
+++ b/p/haskell-hopenpgp/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hopenpgp (2.5.5-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 19:29:36 -0400
+
haskell-hopenpgp (2.5.5-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-hopenpgp/debian/control b/p/haskell-hopenpgp/debian/control
index 72e914d..bfe9e25 100644
--- a/p/haskell-hopenpgp/debian/control
+++ b/p/haskell-hopenpgp/debian/control
@@ -1,13 +1,15 @@
Source: haskell-hopenpgp
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-prof,
libghc-attoparsec-dev,
@@ -24,11 +26,13 @@ Build-Depends: debhelper (>= 9),
libghc-byteable-prof,
libghc-bzlib-dev,
libghc-bzlib-prof,
- libghc-conduit-dev (>= 0.5),
+ libghc-conduit-dev,
libghc-conduit-dev (<< 1.3),
- libghc-conduit-prof,
+ libghc-conduit-dev (>= 0.5),
+ libghc-conduit-extra-dev,
libghc-conduit-extra-dev (>= 1.1),
libghc-conduit-extra-prof,
+ libghc-conduit-prof,
libghc-crypto-cipher-types-dev,
libghc-crypto-cipher-types-prof,
libghc-cryptonite-dev (>= 0.5),
@@ -59,6 +63,8 @@ Build-Depends: debhelper (>= 9),
libghc-newtype-prof,
libghc-openpgp-asciiarmor-dev (>= 0.1),
libghc-openpgp-asciiarmor-prof,
+ libghc-quickcheck-instances-dev,
+ libghc-quickcheck2-dev,
libghc-resourcet-dev (>> 0.4),
libghc-resourcet-prof,
libghc-securemem-dev,
@@ -67,6 +73,9 @@ Build-Depends: debhelper (>= 9),
libghc-semigroups-prof,
libghc-split-dev,
libghc-split-prof,
+ libghc-tasty-dev,
+ libghc-tasty-hunit-dev,
+ libghc-tasty-quickcheck-dev,
libghc-text-dev,
libghc-text-prof,
libghc-time-locale-compat-dev,
@@ -77,14 +86,8 @@ Build-Depends: debhelper (>= 9),
libghc-wl-pprint-extras-prof,
libghc-zlib-dev,
libghc-zlib-prof,
- libghc-quickcheck2-dev,
- libghc-conduit-dev,
- libghc-conduit-extra-dev,
- libghc-quickcheck-instances-dev,
- libghc-tasty-dev,
- libghc-tasty-hunit-dev,
- libghc-tasty-quickcheck-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-aeson-doc,
libghc-attoparsec-doc,
libghc-base16-bytestring-doc,
@@ -121,17 +124,21 @@ Build-Depends-Indep: ghc-doc,
libghc-zlib-doc,
Standards-Version: 3.9.8
Homepage: http://floss.scru.org/hOpenPGP/
-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-hopenpgp
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-hopenpgp-dev
Architecture: any
-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: implementation of OpenPGP (RFC4880)
This is a native Haskell implementation of OpenPGP (RFC4880),
including message format serialization and some cryptographic
@@ -141,11 +148,15 @@ Description: implementation of OpenPGP (RFC4880)
Package: libghc-hopenpgp-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: OpenPGP (RFC4880); profiling libraries
This is a native Haskell implementation of OpenPGP (RFC4880),
including message format serialization and some cryptographic
@@ -156,10 +167,13 @@ Description: OpenPGP (RFC4880); profiling libraries
Package: libghc-hopenpgp-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: implementation of OpenPGP (RFC4880); documentation
This is a native Haskell implementation of OpenPGP (RFC4880),
including message format serialization and some cryptographic
diff --git a/p/haskell-hopenpgp/debian/copyright b/p/haskell-hopenpgp/debian/copyright
index e0987f9..f18bc1a 100644
--- a/p/haskell-hopenpgp/debian/copyright
+++ b/p/haskell-hopenpgp/debian/copyright
@@ -30,4 +30,4 @@ License: MIT
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
\ No newline at end of file
+ THE SOFTWARE.
--
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