[DHG_packages] 02/05: pureMD5: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 05:36:57 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 87492365b0525e95cf6966c1b5cfa8064a0f40c7
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 01:33:16 2016 -0400

    pureMD5: build with ghc 8 in experimental
---
 p/haskell-puremd5/debian/changelog |  6 ++---
 p/haskell-puremd5/debian/control   | 50 ++++++++++++++++++++++++--------------
 p/haskell-puremd5/debian/copyright |  2 +-
 3 files changed, 36 insertions(+), 22 deletions(-)

diff --git a/p/haskell-puremd5/debian/changelog b/p/haskell-puremd5/debian/changelog
index c9653dd..9123d4e 100644
--- a/p/haskell-puremd5/debian/changelog
+++ b/p/haskell-puremd5/debian/changelog
@@ -1,8 +1,8 @@
-haskell-puremd5 (2.1.3-2) UNRELEASED; urgency=medium
+haskell-puremd5 (2.1.3-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:57 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 01:33:04 -0400
 
 haskell-puremd5 (2.1.3-1) unstable; urgency=medium
 
diff --git a/p/haskell-puremd5/debian/control b/p/haskell-puremd5/debian/control
index 67729df..40212d6 100644
--- a/p/haskell-puremd5/debian/control
+++ b/p/haskell-puremd5/debian/control
@@ -1,36 +1,43 @@
 Source: haskell-puremd5
 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-cereal-dev (>= 0.2),
  libghc-cereal-prof,
  libghc-crypto-api-dev,
  libghc-crypto-api-prof,
  libghc-tagged-dev,
  libghc-tagged-prof,
-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: http://hackage.haskell.org/package/pureMD5
-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-puremd5
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-puremd5-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 the MD5 digest (hash) algorithm${haskell:ShortBlurb}
  It is a Haskell-only implementation of the MD5 digest (hash) algorithm.
  This now supports the crypto-api class interface.
@@ -39,11 +46,15 @@ Description: implementation of the MD5 digest (hash) algorithm${haskell:ShortBlu
 
 Package: libghc-puremd5-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 the MD5 digest (hash) algorithm${haskell:ShortBlurb}
  It is a Haskell-only implementation of the MD5 digest (hash) algorithm.
  This now supports the crypto-api class interface.
@@ -53,10 +64,13 @@ Description: implementation of the MD5 digest (hash) algorithm${haskell:ShortBlu
 Package: libghc-puremd5-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 the MD5 digest (hash) algorithm${haskell:ShortBlurb}
  It is a Haskell-only implementation of the MD5 digest (hash) algorithm.
  This now supports the crypto-api class interface.
diff --git a/p/haskell-puremd5/debian/copyright b/p/haskell-puremd5/debian/copyright
index 6c60cbb..6175233 100644
--- a/p/haskell-puremd5/debian/copyright
+++ b/p/haskell-puremd5/debian/copyright
@@ -37,4 +37,4 @@ License: BSD-3-clause
  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
+ 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