[DHG_packages] 01/03: knob: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 03:37:29 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 e6557366a638897bf7313147b813a9ed5e12f9a5
Author: Clint Adams <clint at debian.org>
Date:   Thu Oct 13 23:35:00 2016 -0400

    knob: build with ghc 8 in experimental
---
 p/haskell-knob/debian/changelog |  8 ++++----
 p/haskell-knob/debian/control   | 27 +++++++++------------------
 p/haskell-knob/debian/copyright |  4 ++--
 3 files changed, 15 insertions(+), 24 deletions(-)

diff --git a/p/haskell-knob/debian/changelog b/p/haskell-knob/debian/changelog
index 88ffef3..7523979 100644
--- a/p/haskell-knob/debian/changelog
+++ b/p/haskell-knob/debian/changelog
@@ -1,13 +1,13 @@
-haskell-knob (0.1.1-9) UNRELEASED; urgency=medium
+haskell-knob (0.1.1-9) 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:35:39 +0300
+ -- Clint Adams <clint at debian.org>  Thu, 13 Oct 2016 23:34:38 -0400
 
 haskell-knob (0.1.1-8) unstable; urgency=medium
 
diff --git a/p/haskell-knob/debian/control b/p/haskell-knob/debian/control
index 17e2129..70e0c3a 100644
--- a/p/haskell-knob/debian/control
+++ b/p/haskell-knob/debian/control
@@ -4,14 +4,12 @@ Section: haskell
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: John Millikin <jmillikin at gmail.com>
 Build-Depends:
-    cdbs
-  , debhelper (>= 9)
-  , haskell-devscripts (>= 0.10)
-  , ghc
-  , ghc-prof
-Build-Depends-Indep:
-    ghc-doc
-  , haddock
+ cdbs,
+ debhelper (>= 9),
+ ghc (>= 8),
+ ghc-prof,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc, haddock
 Standards-Version: 3.9.8
 Homepage: https://john-millikin.com/software/knob/
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
@@ -19,10 +17,7 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-knob-dev
 Architecture: any
-Depends:
-    ${haskell:Depends}
-  , ${misc:Depends}
-  , ${shlibs:Depends}
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
@@ -34,9 +29,7 @@ Description: Haskell library for memory-backed handles${haskell:ShortBlurb}
 
 Package: libghc-knob-prof
 Architecture: any
-Depends:
-    ${haskell:Depends}
-  , ${misc:Depends}
+Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
@@ -49,9 +42,7 @@ Description: Haskell library for memory-backed handles${haskell:ShortBlurb}
 Package: libghc-knob-doc
 Section: doc
 Architecture: all
-Depends:
-    ${haskell:Depends}
-  , ${misc:Depends}
+Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Haskell library for memory-backed handles${haskell:ShortBlurb}
diff --git a/p/haskell-knob/debian/copyright b/p/haskell-knob/debian/copyright
index 77a8dc7..76b3bab 100644
--- a/p/haskell-knob/debian/copyright
+++ b/p/haskell-knob/debian/copyright
@@ -11,7 +11,7 @@ License: Expat
  files (the "Software"), to deal in the Software without
  restriction, including without limitation the rights to use,
  copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the 
+ copies of the Software, and to permit persons to whom the
  Software is furnished to do so, subject to the following
  conditions:
  .
@@ -20,7 +20,7 @@ License: Expat
  .
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

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