[DHG_packages] 05/05: static-hash: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 20:28: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 25529331ad764d76ac8d4d8069a5571e520f8071
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 16:27:01 2016 -0400
static-hash: build with ghc 8 in experimental
---
p/haskell-static-hash/debian/changelog | 8 +++---
p/haskell-static-hash/debian/control | 50 ++++++++++++++++++++++------------
2 files changed, 36 insertions(+), 22 deletions(-)
diff --git a/p/haskell-static-hash/debian/changelog b/p/haskell-static-hash/debian/changelog
index cc2ca6f..0da3384 100644
--- a/p/haskell-static-hash/debian/changelog
+++ b/p/haskell-static-hash/debian/changelog
@@ -1,14 +1,14 @@
-haskell-static-hash (0.0.1-10) UNRELEASED; urgency=medium
+haskell-static-hash (0.0.1-10) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:36:14 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 16:26:54 -0400
haskell-static-hash (0.0.1-9) unstable; urgency=medium
diff --git a/p/haskell-static-hash/debian/control b/p/haskell-static-hash/debian/control
index fd743b8..4efdd9c 100644
--- a/p/haskell-static-hash/debian/control
+++ b/p/haskell-static-hash/debian/control
@@ -1,33 +1,40 @@
Source: haskell-static-hash
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-hashable-dev,
libghc-hashable-prof,
libghc-primes-dev,
libghc-primes-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-hashable-doc,
libghc-primes-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/static-hash
-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-static-hash
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-static-hash-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: pure immutable hash${haskell:ShortBlurb}
Pure immutable hash whose lookup is O(1) on the average, but O(N) in the
worst case.
@@ -36,11 +43,15 @@ Description: pure immutable hash${haskell:ShortBlurb}
Package: libghc-static-hash-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: pure immutable hash${haskell:ShortBlurb}
Pure immutable hash whose lookup is O(1) on the average, but O(N) in the
worst case.
@@ -50,10 +61,13 @@ Description: pure immutable hash${haskell:ShortBlurb}
Package: libghc-static-hash-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: pure immutable hash${haskell:ShortBlurb}
Pure immutable hash whose lookup is O(1) on the average, but O(N) in the
worst case.
--
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