summaryrefslogtreecommitdiff
path: root/p/haskell-pwstore-fast
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 15:59:43 -0400
committerClint Adams <clint@debian.org>2016-10-17 15:59:43 -0400
commitb0cd9ef7bb3ff9424455d58961e8c307cbb52679 (patch)
tree12036064fa36561e80c51b63bedc5623f4c799ea /p/haskell-pwstore-fast
parent060e61edf052856b6fdf61bb084ea90e76c6320d (diff)
downloadDHG_packages-b0cd9ef7bb3ff9424455d58961e8c307cbb52679.tar.gz
pwstore-fast: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-pwstore-fast')
-rw-r--r--p/haskell-pwstore-fast/debian/changelog8
-rw-r--r--p/haskell-pwstore-fast/debian/control50
2 files changed, 36 insertions, 22 deletions
diff --git a/p/haskell-pwstore-fast/debian/changelog b/p/haskell-pwstore-fast/debian/changelog
index 46d32e73d..114331f60 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@gnu.org> Tue, 10 May 2016 09:36:02 +0300
+ -- Clint Adams <clint@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 b81db0864..0916b7f88 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@lists.alioth.debian.org>
-Uploaders: Clint Adams <clint@debian.org>
+Uploaders:
+ Clint Adams <clint@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