[DHG_packages] 02/05: path-pieces: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 00:17:09 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 f055b51cc0aee3b18d6df2981b5c4710af557b50
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 20:13:58 2016 -0400
path-pieces: build with ghc 8 in experimental
---
p/haskell-path-pieces/debian/changelog | 8 ++---
p/haskell-path-pieces/debian/control | 54 +++++++++++++++++++++-------------
2 files changed, 38 insertions(+), 24 deletions(-)
diff --git a/p/haskell-path-pieces/debian/changelog b/p/haskell-path-pieces/debian/changelog
index d9b5bab..d877ea1 100644
--- a/p/haskell-path-pieces/debian/changelog
+++ b/p/haskell-path-pieces/debian/changelog
@@ -1,14 +1,14 @@
-haskell-path-pieces (0.2.1-3) UNRELEASED; urgency=medium
+haskell-path-pieces (0.2.1-3) 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:35:56 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 20:13:48 -0400
haskell-path-pieces (0.2.1-2) unstable; urgency=medium
diff --git a/p/haskell-path-pieces/debian/control b/p/haskell-path-pieces/debian/control
index 3928a8c..b8d4ed1 100644
--- a/p/haskell-path-pieces/debian/control
+++ b/p/haskell-path-pieces/debian/control
@@ -1,32 +1,39 @@
Source: haskell-path-pieces
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,
- libghc-text-dev (>= 0.5),
- libghc-text-prof,
+ haskell-devscripts (>= 0.10),
libghc-hspec-dev (>> 1.3),
libghc-quickcheck2-dev,
-Build-Depends-Indep: ghc-doc,
+ libghc-text-dev (>= 0.5),
+ libghc-text-prof,
+Build-Depends-Indep:
+ ghc-doc,
libghc-text-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/path-pieces
-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-path-pieces
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-path-pieces-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: components of paths${haskell:ShortBlurb}
It contains path pieces.
.
@@ -34,11 +41,15 @@ Description: components of paths${haskell:ShortBlurb}
Package: libghc-path-pieces-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: components of paths${haskell:ShortBlurb}
It contains path pieces.
.
@@ -47,10 +58,13 @@ Description: components of paths${haskell:ShortBlurb}
Package: libghc-path-pieces-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: components of paths${haskell:ShortBlurb}
It contains path pieces.
.
--
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