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

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 18:01:35 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 607f118ccc9365172be8bbba2f1c6eee105d7ff6
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 13:57:38 2016 -0400

    qrencode: build with ghc 8 in experimental
---
 p/haskell-qrencode/debian/changelog |  8 ++++----
 p/haskell-qrencode/debian/control   | 40 ++++++++++++++++++-------------------
 2 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/p/haskell-qrencode/debian/changelog b/p/haskell-qrencode/debian/changelog
index eb765d1..103196a 100644
--- a/p/haskell-qrencode/debian/changelog
+++ b/p/haskell-qrencode/debian/changelog
@@ -1,13 +1,13 @@
-haskell-qrencode (1.0.4-7) UNRELEASED; urgency=medium
+haskell-qrencode (1.0.4-7) 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)
 
-  [ 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>  Fri, 14 Oct 2016 13:57:06 -0400
 
 haskell-qrencode (1.0.4-6) unstable; urgency=medium
 
diff --git a/p/haskell-qrencode/debian/control b/p/haskell-qrencode/debian/control
index 4ae6878..b09a511 100644
--- a/p/haskell-qrencode/debian/control
+++ b/p/haskell-qrencode/debian/control
@@ -3,16 +3,17 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Joachim Breitner <nomeata 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),
  libqrencode-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.8
 Homepage: https://github.com/jamessanders/haskell-qrencode
-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-qrencode
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: Haskell bindings for libqrencode
  Libqrencode is a C library for encoding data in a QR Code symbol, a kind
@@ -24,13 +25,14 @@ X-Description: Haskell bindings for libqrencode
 
 Package: libghc-qrencode-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
+Depends:
  libqrencode-dev,
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -38,11 +40,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-qrencode-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -51,10 +52,9 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-qrencode-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .

-- 
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