[DHG_packages] 01/05: RSA: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 20:48:47 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 45382d35354f9e8a5e46fea191c0a3b7cf0a048e
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 16:44:57 2016 -0400
RSA: build with ghc 8 in experimental
---
p/haskell-rsa/debian/changelog | 8 +++---
p/haskell-rsa/debian/control | 64 +++++++++++++++++++++++++-----------------
p/haskell-rsa/debian/copyright | 2 +-
3 files changed, 44 insertions(+), 30 deletions(-)
diff --git a/p/haskell-rsa/debian/changelog b/p/haskell-rsa/debian/changelog
index 4927d21..63d3ee9 100644
--- a/p/haskell-rsa/debian/changelog
+++ b/p/haskell-rsa/debian/changelog
@@ -1,14 +1,14 @@
-haskell-rsa (2.2.0-2) UNRELEASED; urgency=medium
+haskell-rsa (2.2.0-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:07 +0300
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 16:44:52 -0400
haskell-rsa (2.2.0-1) unstable; urgency=medium
diff --git a/p/haskell-rsa/debian/control b/p/haskell-rsa/debian/control
index 6672b91..68840b9 100644
--- a/p/haskell-rsa/debian/control
+++ b/p/haskell-rsa/debian/control
@@ -1,43 +1,50 @@
Source: haskell-rsa
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,
- libghc-sha-dev (>= 1.6.4.1),
- libghc-sha-dev (<< 2.0),
- libghc-sha-prof,
- libghc-crypto-api-dev (>= 0.10),
+ haskell-devscripts (>= 0.10),
libghc-crypto-api-dev (<< 0.14),
+ libghc-crypto-api-dev (>= 0.10),
libghc-crypto-api-prof,
- libghc-crypto-pubkey-types-dev (>= 0.2),
libghc-crypto-pubkey-types-dev (<< 0.6),
+ libghc-crypto-pubkey-types-dev (>= 0.2),
libghc-crypto-pubkey-types-prof,
- libghc-puremd5-dev (>= 2.1),
libghc-puremd5-dev (<< 2.3),
+ libghc-puremd5-dev (>= 2.1),
libghc-puremd5-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-sha-doc,
+ libghc-sha-dev (<< 2.0),
+ libghc-sha-dev (>= 1.6.4.1),
+ libghc-sha-prof,
+Build-Depends-Indep:
+ ghc-doc,
libghc-crypto-api-doc,
libghc-crypto-pubkey-types-doc,
libghc-puremd5-doc,
+ libghc-sha-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/RSA
-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-rsa
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-rsa-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: implementation of RSA, using the padding schemes of PKCS#1 v2.1.${haskell:ShortBlurb}
This library implements the RSA encryption and signature algorithms for
arbitrarily-sized ByteStrings. While the implementations work, they are not
@@ -49,11 +56,15 @@ Description: implementation of RSA, using the padding schemes of PKCS#1 v2.1.${h
Package: libghc-rsa-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: implementation of RSA, using padding schemes of PKCS#1${haskell:ShortBlurb}
This library implements the RSA encryption and signature algorithms for
arbitrarily-sized ByteStrings. While the implementations work, they are not
@@ -66,10 +77,13 @@ Description: implementation of RSA, using padding schemes of PKCS#1${haskell:Sho
Package: libghc-rsa-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: implementation of RSA, using padding schemes of PKCS#1 v2.1.${haskell:ShortBlurb}
This library implements the RSA encryption and signature algorithms for
arbitrarily-sized ByteStrings. While the implementations work, they are not
diff --git a/p/haskell-rsa/debian/copyright b/p/haskell-rsa/debian/copyright
index 02eda23..23f6b7e 100644
--- a/p/haskell-rsa/debian/copyright
+++ b/p/haskell-rsa/debian/copyright
@@ -37,4 +37,4 @@ License: BSD-3-clause
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--
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