[DHG_packages] 01/05: parallel: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 17:20: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 7a8df5c3d5e993631c897f6f8d9dbbbdcf2e540c
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 13:14:37 2016 -0400
parallel: build with ghc 8 in experimental
---
p/haskell-parallel/debian/changelog | 8 ++++----
p/haskell-parallel/debian/control | 32 ++++++++++++++------------------
p/haskell-parallel/debian/copyright | 2 +-
3 files changed, 19 insertions(+), 23 deletions(-)
diff --git a/p/haskell-parallel/debian/changelog b/p/haskell-parallel/debian/changelog
index 018b4f9..714bdb4 100644
--- a/p/haskell-parallel/debian/changelog
+++ b/p/haskell-parallel/debian/changelog
@@ -1,14 +1,14 @@
-haskell-parallel (3.2.1.0-2) UNRELEASED; urgency=medium
+haskell-parallel (3.2.1.0-2) 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> Fri, 14 Oct 2016 13:14:22 -0400
haskell-parallel (3.2.1.0-1) unstable; urgency=medium
diff --git a/p/haskell-parallel/debian/control b/p/haskell-parallel/debian/control
index ef2959e..9565c1f 100644
--- a/p/haskell-parallel/debian/control
+++ b/p/haskell-parallel/debian/control
@@ -3,24 +3,23 @@ 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/parallel
-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-parallel
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-parallel-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: Haskell parallel programming library for GHC${haskell:ShortBlurb}
Provides a library for parallel programming in Haskell.
.
@@ -28,10 +27,8 @@ Description: Haskell parallel programming library for GHC${haskell:ShortBlurb}
Package: libghc-parallel-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Provides: ${haskell:Provides}
Description: Haskell parallel programming library for GHC${haskell:ShortBlurb}
Provides a library for parallel programming in Haskell.
.
@@ -40,10 +37,9 @@ Description: Haskell parallel programming library for GHC${haskell:ShortBlurb}
Package: libghc-parallel-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 parallel programming library for GHC${haskell:ShortBlurb}
Provides a library for parallel programming in Haskell.
.
diff --git a/p/haskell-parallel/debian/copyright b/p/haskell-parallel/debian/copyright
index ea81c20..caf9ac6 100644
--- a/p/haskell-parallel/debian/copyright
+++ b/p/haskell-parallel/debian/copyright
@@ -37,4 +37,4 @@ License: BSD-3-clause
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
+ 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