summaryrefslogtreecommitdiff
path: root/p/haskell-crypto
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 15:36:58 -0400
committerClint Adams <clint@debian.org>2016-10-14 15:36:58 -0400
commit70259b2b49233986eef7c2ea204684d1bd921cb1 (patch)
tree0ea775b4b4ca1ef127cbe8ae4878a63e06d70cba /p/haskell-crypto
parent13c7f791bc4afb00ce8e27004d22446a0f019ac9 (diff)
downloadDHG_packages-70259b2b49233986eef7c2ea204684d1bd921cb1.tar.gz
Crypto: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-crypto')
-rw-r--r--p/haskell-crypto/debian/changelog8
-rw-r--r--p/haskell-crypto/debian/control39
-rw-r--r--p/haskell-crypto/debian/copyright2
3 files changed, 22 insertions, 27 deletions
diff --git a/p/haskell-crypto/debian/changelog b/p/haskell-crypto/debian/changelog
index 8822fb14c..bce86ec02 100644
--- a/p/haskell-crypto/debian/changelog
+++ b/p/haskell-crypto/debian/changelog
@@ -1,14 +1,14 @@
-haskell-crypto (4.2.5.1-6) UNRELEASED; urgency=medium
+haskell-crypto (4.2.5.1-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:35:02 +0300
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 15:36:42 -0400
haskell-crypto (4.2.5.1-5) unstable; urgency=medium
diff --git a/p/haskell-crypto/debian/control b/p/haskell-crypto/debian/control
index b6a61c000..494b9025c 100644
--- a/p/haskell-crypto/debian/control
+++ b/p/haskell-crypto/debian/control
@@ -3,31 +3,28 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Joachim Breitner <nomeata@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-hunit-dev,
libghc-hunit-prof,
libghc-random-dev,
libghc-random-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-hunit-doc,
- libghc-random-doc,
+Build-Depends-Indep: ghc-doc, libghc-hunit-doc, libghc-random-doc
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/Crypto
-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-crypto
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-crypto-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: cryptographical algorithms for Haskell${haskell:ShortBlurb}
This package contains the following cryptographical algorithms:
* DES
@@ -48,11 +45,10 @@ Description: cryptographical algorithms for Haskell${haskell:ShortBlurb}
Package: libghc-crypto-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: cryptographical algorithms for Haskell${haskell:ShortBlurb}
This package contains the following cryptographical algorithms:
* DES
@@ -74,10 +70,9 @@ Description: cryptographical algorithms for Haskell${haskell:ShortBlurb}
Package: libghc-crypto-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: cryptographical algorithms for Haskell${haskell:ShortBlurb}
This package contains the following cryptographical algorithms:
* DES
diff --git a/p/haskell-crypto/debian/copyright b/p/haskell-crypto/debian/copyright
index 9a2c618a6..656f8cfd2 100644
--- a/p/haskell-crypto/debian/copyright
+++ b/p/haskell-crypto/debian/copyright
@@ -58,4 +58,4 @@ License: GPL-2+
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian system, copy of GNU Lesser General Public License version 2
- is also located at `/usr/share/common-licenses/GPL-2' \ No newline at end of file
+ is also located at `/usr/share/common-licenses/GPL-2'