[DHG_packages] 02/05: skein: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 04:50:13 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 3e74d70574aca215d1014db8a15680b5a3a32da9
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 00:46:36 2016 -0400
skein: build with ghc 8 in experimental
---
p/haskell-skein/debian/changelog | 8 +++---
p/haskell-skein/debian/control | 59 +++++++++++++++++++++++++---------------
p/haskell-skein/debian/copyright | 2 +-
3 files changed, 42 insertions(+), 27 deletions(-)
diff --git a/p/haskell-skein/debian/changelog b/p/haskell-skein/debian/changelog
index 53da37c..1a9756c 100644
--- a/p/haskell-skein/debian/changelog
+++ b/p/haskell-skein/debian/changelog
@@ -1,14 +1,14 @@
-haskell-skein (1.0.9.4-2) UNRELEASED; urgency=medium
+haskell-skein (1.0.9.4-2) 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:11 +0300
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 00:46:29 -0400
haskell-skein (1.0.9.4-1) unstable; urgency=medium
diff --git a/p/haskell-skein/debian/control b/p/haskell-skein/debian/control
index 076eed0..86c2a73 100644
--- a/p/haskell-skein/debian/control
+++ b/p/haskell-skein/debian/control
@@ -1,40 +1,48 @@
Source: haskell-skein
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Iain Lane <laney at debian.org>, Clint Adams <clint at debian.org>
+Uploaders:
+ Iain Lane <laney at debian.org>,
+ 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,
- libghc-cereal-dev (>= 0.3),
+ haskell-devscripts (>= 0.10),
libghc-cereal-dev (<< 0.6),
+ libghc-cereal-dev (>= 0.3),
libghc-cereal-prof,
- libghc-crypto-api-dev (>= 0.6),
libghc-crypto-api-dev (<< 0.14),
+ libghc-crypto-api-dev (>= 0.6),
libghc-crypto-api-prof,
- libghc-tagged-dev (>= 0.2),
+ libghc-hspec-dev (>= 1.3),
libghc-tagged-dev (<< 0.9),
+ libghc-tagged-dev (>= 0.2),
libghc-tagged-prof,
- libghc-hspec-dev (>= 1.3),
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-cereal-doc,
libghc-crypto-api-doc,
libghc-tagged-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/meteficha/skein
-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-skein
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-skein-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: family of cryptographic hash functions${haskell:ShortBlurb}
Skein is a family of fast secure cryptographic hash functions designed by
Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare,
@@ -49,11 +57,15 @@ Description: family of cryptographic hash functions${haskell:ShortBlurb}
Package: libghc-skein-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: family of cryptographic hash functions${haskell:ShortBlurb}
Skein is a family of fast secure cryptographic hash functions designed by
Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare,
@@ -69,10 +81,13 @@ Description: family of cryptographic hash functions${haskell:ShortBlurb}
Package: libghc-skein-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: family of cryptographic hash functions${haskell:ShortBlurb}
Skein is a family of fast secure cryptographic hash functions designed by
Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare,
diff --git a/p/haskell-skein/debian/copyright b/p/haskell-skein/debian/copyright
index 71b8de1..caed6ac 100644
--- a/p/haskell-skein/debian/copyright
+++ b/p/haskell-skein/debian/copyright
@@ -67,4 +67,4 @@ License: public-domain
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
.
- For more information, please refer to <http://unlicense.org/>
\ No newline at end of file
+ For more information, please refer to <http://unlicense.org/>
--
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