[DHG_packages] 04/05: utf8-light: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 18:39:41 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 8cf0722f6b235aa0117b3ef48cb97ae351fb9f8c
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 14:37:09 2016 -0400

    utf8-light: build with ghc 8 in experimental
---
 p/haskell-utf8-light/debian/changelog |  8 ++++----
 p/haskell-utf8-light/debian/control   | 37 ++++++++++++++++-------------------
 p/haskell-utf8-light/debian/copyright |  2 +-
 3 files changed, 22 insertions(+), 25 deletions(-)

diff --git a/p/haskell-utf8-light/debian/changelog b/p/haskell-utf8-light/debian/changelog
index 8e22cd5..09fad6e 100644
--- a/p/haskell-utf8-light/debian/changelog
+++ b/p/haskell-utf8-light/debian/changelog
@@ -1,14 +1,14 @@
-haskell-utf8-light (0.4.2-5) UNRELEASED; urgency=medium
+haskell-utf8-light (0.4.2-5) 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:25 +0300
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 14:36:51 -0400
 
 haskell-utf8-light (0.4.2-4) unstable; urgency=medium
 
diff --git a/p/haskell-utf8-light/debian/control b/p/haskell-utf8-light/debian/control
index 0caf81c..35c3e89 100644
--- a/p/haskell-utf8-light/debian/control
+++ b/p/haskell-utf8-light/debian/control
@@ -3,25 +3,24 @@ 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,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/utf8-light
-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-utf8-light
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-utf8-light-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs: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: Lightweight UTF-8 handling library${haskell:ShortBlurb}
  It is a fast parser combinator library, aimed particularly at dealing
  efficiently with network protocols and complicated text/binary file
@@ -33,11 +32,10 @@ Description: Lightweight UTF-8 handling library${haskell:ShortBlurb}
 
 Package: libghc-utf8-light-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: Lightweight UTF-8 handling library${haskell:ShortBlurb}
  It is a fast parser combinator library, aimed particularly at dealing
  efficiently with network protocols and complicated text/binary file
@@ -50,10 +48,9 @@ Description: Lightweight UTF-8 handling library${haskell:ShortBlurb}
 Package: libghc-utf8-light-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: Lightweight UTF-8 handling library${haskell:ShortBlurb}
  It is a fast parser combinator library, aimed particularly at dealing
  efficiently with network protocols and complicated text/binary file
diff --git a/p/haskell-utf8-light/debian/copyright b/p/haskell-utf8-light/debian/copyright
index b05a73f..5d75489 100644
--- a/p/haskell-utf8-light/debian/copyright
+++ b/p/haskell-utf8-light/debian/copyright
@@ -34,4 +34,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
+ 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