[DHG_packages] 01/06: carettah: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 23:50:03 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 dfcd566237a85f0a12c45e85768f7156a60de398
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 19:45:14 2016 -0400
carettah: build with ghc 8 in experimental
---
p/carettah/debian/changelog | 6 ++++++
p/carettah/debian/control | 52 +++++++++++++++++++++++++--------------------
2 files changed, 35 insertions(+), 23 deletions(-)
diff --git a/p/carettah/debian/changelog b/p/carettah/debian/changelog
index 5afc4c5..16a2a9e 100644
--- a/p/carettah/debian/changelog
+++ b/p/carettah/debian/changelog
@@ -1,3 +1,9 @@
+carettah (0.4.2-3) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 19:45:03 -0400
+
carettah (0.4.2-2) unstable; urgency=medium
* Adjust Homepage and Description to not point to obsolete URLs,
diff --git a/p/carettah/debian/control b/p/carettah/debian/control
index f9323c3..a76653d 100644
--- a/p/carettah/debian/control
+++ b/p/carettah/debian/control
@@ -2,28 +2,30 @@ Source: carettah
Priority: extra
Section: haskell
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Kiwamu Okabe <kiwamu at debian.or.jp>
- , Louis Bettens <louis at bettens.info>
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.8.19),
- cdbs,
- ghc,
- ghc-prof,
- libghc-cairo-dev,
- libghc-cairo-prof,
- libghc-gtk-dev,
- libghc-gtk-prof,
- libghc-mtl-dev,
- libghc-mtl-prof,
- libghc-pandoc-dev,
- libghc-pandoc-prof,
- libghc-pango-dev,
- libghc-pango-prof,
- libghc-hcwiid-dev,
- libghc-hcwiid-prof,
- libghc-highlighting-kate-dev,
- libghc-highlighting-kate-prof,
- libcwiid-dev
+Uploaders:
+ Kiwamu Okabe <kiwamu at debian.or.jp>,
+ Louis Bettens <louis at bettens.info>,
+Build-Depends:
+ cdbs,
+ debhelper (>= 9),
+ ghc (>= 8),
+ ghc-prof,
+ haskell-devscripts (>= 0.8.19),
+ libcwiid-dev,
+ libghc-cairo-dev,
+ libghc-cairo-prof,
+ libghc-gtk-dev,
+ libghc-gtk-prof,
+ libghc-hcwiid-dev,
+ libghc-hcwiid-prof,
+ libghc-highlighting-kate-dev,
+ libghc-highlighting-kate-prof,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-pandoc-dev,
+ libghc-pandoc-prof,
+ libghc-pango-dev,
+ libghc-pango-prof,
Standards-Version: 3.9.8
Homepage: https://github.com/master-q/carettah
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/carettah
@@ -32,7 +34,11 @@ Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
Package: carettah
Architecture: any
Section: misc
-Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends}, fonts-noto-cjk
+Depends:
+ fonts-noto-cjk,
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: presentation tool that renders Markdown
A presentation tool, Carettah generates new presentation boilerplate
and displays it when invoked like `carettah -n markdown.md`. You can
--
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