[DHG_packages] 01/06: tabular: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 05:45:08 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 c77d556aa9fe7c776c54150236268ed9c3acb665
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 01:38:23 2016 -0400
tabular: build with ghc 8 in experimental
---
p/haskell-tabular/debian/changelog | 8 +++---
p/haskell-tabular/debian/control | 56 ++++++++++++++++++++++++--------------
2 files changed, 39 insertions(+), 25 deletions(-)
diff --git a/p/haskell-tabular/debian/changelog b/p/haskell-tabular/debian/changelog
index 1f4092b..b45aa71 100644
--- a/p/haskell-tabular/debian/changelog
+++ b/p/haskell-tabular/debian/changelog
@@ -1,13 +1,13 @@
-haskell-tabular (0.2.2.7-5) UNRELEASED; urgency=medium
+haskell-tabular (0.2.2.7-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)
- [ 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:16 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 01:38:15 -0400
haskell-tabular (0.2.2.7-4) unstable; urgency=medium
diff --git a/p/haskell-tabular/debian/control b/p/haskell-tabular/debian/control
index d46c743..d465122 100644
--- a/p/haskell-tabular/debian/control
+++ b/p/haskell-tabular/debian/control
@@ -1,29 +1,32 @@
Source: haskell-tabular
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-csv-dev (>= 0.1),
+ haskell-devscripts (>= 0.10),
libghc-csv-dev (<< 0.2),
+ libghc-csv-dev (>= 0.1),
libghc-csv-prof,
- libghc-html-dev (>= 1.0),
libghc-html-dev (<< 2.0),
+ libghc-html-dev (>= 1.0),
libghc-html-prof,
- libghc-mtl-dev (>= 1),
libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 1),
libghc-mtl-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-csv-doc,
libghc-html-doc,
libghc-mtl-doc,
Standards-Version: 3.9.8
Homepage: http://hub.darcs.net/kowey/tabular
-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-tabular
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: two-dimensional data tables with rendering functions
Tabular provides a Haskell representation of two-dimensional data
@@ -38,12 +41,16 @@ X-Description: two-dimensional data tables with rendering functions
Package: libghc-tabular-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -51,11 +58,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-tabular-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -64,10 +75,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-tabular-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
--
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