[DHG_packages] 03/06: pwstore-fast: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 20:03:11 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 b0cd9ef7bb3ff9424455d58961e8c307cbb52679
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 15:59:43 2016 -0400
pwstore-fast: build with ghc 8 in experimental
---
p/haskell-pwstore-fast/debian/changelog | 8 +++---
p/haskell-pwstore-fast/debian/control | 50 +++++++++++++++++++++------------
2 files changed, 36 insertions(+), 22 deletions(-)
diff --git a/p/haskell-pwstore-fast/debian/changelog b/p/haskell-pwstore-fast/debian/changelog
index 46d32e7..114331f 100644
--- a/p/haskell-pwstore-fast/debian/changelog
+++ b/p/haskell-pwstore-fast/debian/changelog
@@ -1,14 +1,14 @@
-haskell-pwstore-fast (2.4.4-6) UNRELEASED; urgency=medium
+haskell-pwstore-fast (2.4.4-6) 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:02 +0300
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 15:59:38 -0400
haskell-pwstore-fast (2.4.4-5) unstable; urgency=medium
diff --git a/p/haskell-pwstore-fast/debian/control b/p/haskell-pwstore-fast/debian/control
index b81db08..0916b7f 100644
--- a/p/haskell-pwstore-fast/debian/control
+++ b/p/haskell-pwstore-fast/debian/control
@@ -1,13 +1,15 @@
Source: haskell-pwstore-fast
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-base64-bytestring-dev (>= 0.1),
libghc-base64-bytestring-prof,
libghc-byteable-dev (>= 0.1),
@@ -16,24 +18,29 @@ Build-Depends: debhelper (>= 9),
libghc-cryptohash-prof,
libghc-random-dev (>= 1),
libghc-random-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-base64-bytestring-doc,
libghc-byteable-doc,
libghc-cryptohash-doc,
libghc-random-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/PeterScott/pwstore
-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-pwstore-fast
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-pwstore-fast-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: secure password storage${haskell:ShortBlurb}
To store passwords securely, they should be salted, then hashed with a
slow hash function. This library uses PBKDF1-SHA256, and handles all
@@ -46,11 +53,15 @@ Description: secure password storage${haskell:ShortBlurb}
Package: libghc-pwstore-fast-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: secure password storage${haskell:ShortBlurb}
To store passwords securely, they should be salted, then hashed with a
slow hash function. This library uses PBKDF1-SHA256, and handles all
@@ -64,10 +75,13 @@ Description: secure password storage${haskell:ShortBlurb}
Package: libghc-pwstore-fast-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: secure password storage${haskell:ShortBlurb}
To store passwords securely, they should be salted, then hashed with a
slow hash function. This library uses PBKDF1-SHA256, and handles all
--
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