[DHG_packages] 02/06: uulib: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 18:49:06 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 aa9c28902ad4503c10ae4e74685e6deb07ebd74a
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 14:42:25 2016 -0400
uulib: build with ghc 8 in experimental
---
p/haskell-uulib/debian/changelog | 8 ++++----
p/haskell-uulib/debian/control | 37 +++++++++++++++++--------------------
p/haskell-uulib/debian/copyright | 2 +-
3 files changed, 22 insertions(+), 25 deletions(-)
diff --git a/p/haskell-uulib/debian/changelog b/p/haskell-uulib/debian/changelog
index 3b6a097..b817530 100644
--- a/p/haskell-uulib/debian/changelog
+++ b/p/haskell-uulib/debian/changelog
@@ -1,14 +1,14 @@
-haskell-uulib (0.9.20-3) UNRELEASED; urgency=medium
+haskell-uulib (0.9.20-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:36:26 +0300
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 14:42:11 -0400
haskell-uulib (0.9.20-2) unstable; urgency=medium
diff --git a/p/haskell-uulib/debian/control b/p/haskell-uulib/debian/control
index 0818c0a..07dc6de 100644
--- a/p/haskell-uulib/debian/control
+++ b/p/haskell-uulib/debian/control
@@ -3,15 +3,16 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Joachim Breitner <nomeata 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: https://github.com/UU-ComputerScience/uulib
-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-uulib
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: parser and pretty print combinator library for GHC
The uulib Haskell library contains fast, error repairing parser
@@ -24,12 +25,10 @@ X-Description: parser and pretty print combinator library for GHC
Package: libghc-uulib-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -37,11 +36,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-uulib-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -50,10 +48,9 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-uulib-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:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
diff --git a/p/haskell-uulib/debian/copyright b/p/haskell-uulib/debian/copyright
index 5dbf42f..b119151 100644
--- a/p/haskell-uulib/debian/copyright
+++ b/p/haskell-uulib/debian/copyright
@@ -36,4 +36,4 @@ License: BSD-3-clause
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 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
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 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