[DHG_packages] 03/06: bindings-sane: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 18:59:24 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 b8de18839c4e8ab4c975a10439ec6c7da6048508
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 14:53:16 2016 -0400

    bindings-sane: build with ghc 8 in experimental
---
 p/haskell-bindings-sane/debian/changelog |  8 +++----
 p/haskell-bindings-sane/debian/control   | 39 +++++++++++++++-----------------
 p/haskell-bindings-sane/debian/copyright |  2 +-
 3 files changed, 23 insertions(+), 26 deletions(-)

diff --git a/p/haskell-bindings-sane/debian/changelog b/p/haskell-bindings-sane/debian/changelog
index a394b15..e1a71b1 100644
--- a/p/haskell-bindings-sane/debian/changelog
+++ b/p/haskell-bindings-sane/debian/changelog
@@ -1,14 +1,14 @@
-haskell-bindings-sane (0.0.1-8) UNRELEASED; urgency=medium
+haskell-bindings-sane (0.0.1-8) 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:34:49 +0300
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 14:52:37 -0400
 
 haskell-bindings-sane (0.0.1-7) unstable; urgency=medium
 
diff --git a/p/haskell-bindings-sane/debian/control b/p/haskell-bindings-sane/debian/control
index 1ca8bfe..695f814 100644
--- a/p/haskell-bindings-sane/debian/control
+++ b/p/haskell-bindings-sane/debian/control
@@ -3,29 +3,28 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 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-bindings-dsl-dev (>= 1.0.15),
+ haskell-devscripts (>= 0.10),
  libghc-bindings-dsl-dev (<< 1.1),
+ libghc-bindings-dsl-dev (>= 1.0.15),
  libsane-dev,
  pkg-config,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.8
 Homepage: http://floss.scru.org/bindings-sane
-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-bindings-sane
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-bindings-sane-dev
 Architecture: any
-Depends: ${shlibs:Depends},
- ${haskell: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: FFI bindings to libsane
  These are Haskell bindings to the SANE API (version 1.0)
  .
@@ -33,11 +32,10 @@ Description: FFI bindings to libsane
 
 Package: libghc-bindings-sane-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: FFI bindings to libsane
  These are Haskell bindings to the SANE API (version 1.0)
  .
@@ -46,10 +44,9 @@ Description: FFI bindings to libsane
 Package: libghc-bindings-sane-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Description: FFI bindings to libsane
  These are Haskell bindings to the SANE API (version 1.0)
  .
diff --git a/p/haskell-bindings-sane/debian/copyright b/p/haskell-bindings-sane/debian/copyright
index 4a563b5..ae408ba 100644
--- a/p/haskell-bindings-sane/debian/copyright
+++ b/p/haskell-bindings-sane/debian/copyright
@@ -26,4 +26,4 @@ License: LGPL-3+
  License along with this library. If not, see <http://www.gnu.org/licenses/>.
  .
  On Debian system, copy of GNU Lesser General Public License version 3
- is also located at `/usr/share/common-licenses/GPL-3'
\ No newline at end of file
+ is also located at `/usr/share/common-licenses/GPL-3'

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