[DHG_packages] 03/05: highlighting-kate: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 05:01:44 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 ad42a85779084cc423e5801a27c305fd41ab0b9d
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 00:58:09 2016 -0400
highlighting-kate: build with ghc 8 in experimental
---
p/highlighting-kate/debian/changelog | 6 ++++
p/highlighting-kate/debian/control | 59 ++++++++++++++++++++++--------------
p/highlighting-kate/debian/copyright | 2 +-
3 files changed, 44 insertions(+), 23 deletions(-)
diff --git a/p/highlighting-kate/debian/changelog b/p/highlighting-kate/debian/changelog
index 5d7d055..b943c3e 100644
--- a/p/highlighting-kate/debian/changelog
+++ b/p/highlighting-kate/debian/changelog
@@ -1,3 +1,9 @@
+highlighting-kate (0.6.3-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 00:58:00 -0400
+
highlighting-kate (0.6.3-1) unstable; urgency=medium
* New upstream release
diff --git a/p/highlighting-kate/debian/control b/p/highlighting-kate/debian/control
index 91a8d38..e0bc683 100644
--- a/p/highlighting-kate/debian/control
+++ b/p/highlighting-kate/debian/control
@@ -1,27 +1,31 @@
Source: highlighting-kate
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>, Kiwamu Okabe <kiwamu at debian.or.jp>
+Uploaders:
+ Joachim Breitner <nomeata at debian.org>,
+ Kiwamu Okabe <kiwamu at debian.or.jp>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-blaze-html-dev (>= 0.4.2),
+ haskell-devscripts (>= 0.10),
libghc-blaze-html-dev (<< 0.9),
+ libghc-blaze-html-dev (>= 0.4.2),
libghc-blaze-html-prof,
+ libghc-diff-dev,
libghc-mtl-dev,
libghc-mtl-prof,
libghc-parsec3-dev,
libghc-parsec3-prof,
- libghc-pcre-light-dev (>= 0.4),
libghc-pcre-light-dev (<< 0.5),
+ libghc-pcre-light-dev (>= 0.4),
libghc-pcre-light-prof,
libghc-utf8-string-dev,
libghc-utf8-string-prof,
- libghc-diff-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-blaze-html-doc,
libghc-mtl-doc,
libghc-parsec3-doc,
@@ -29,17 +33,21 @@ Build-Depends-Indep: ghc-doc,
libghc-utf8-string-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/jgm/highlighting-kate
-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/highlighting-kate
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-highlighting-kate-dev
Architecture: any
-Depends: ${misc:Depends},
- ${shlibs:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: syntax highlighting library based on Kate syntax descriptions${haskell:ShortBlurb}
Highlighting-kate is a syntax highlighting library with support for over
50 languages. The syntax parsers are automatically generated from Kate syntax
@@ -58,12 +66,16 @@ Description: syntax highlighting library based on Kate syntax descriptions${hask
Package: libghc-highlighting-kate-prof
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: highlighting-kate library with profiling enabled${haskell:ShortBlurb}
Highlighting-kate is a syntax highlighting library with support for over
50 languages. The syntax parsers are automatically generated from Kate syntax
@@ -83,10 +95,13 @@ Description: highlighting-kate library with profiling enabled${haskell:ShortBlur
Package: libghc-highlighting-kate-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: library documentation for highlighting-kate${haskell:ShortBlurb}
Highlighting-kate is a syntax highlighting library with support for over
50 languages. The syntax parsers are automatically generated from Kate syntax
diff --git a/p/highlighting-kate/debian/copyright b/p/highlighting-kate/debian/copyright
index afa1461..d97e55b 100644
--- a/p/highlighting-kate/debian/copyright
+++ b/p/highlighting-kate/debian/copyright
@@ -26,4 +26,4 @@ License: GPL-2+
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian system, copy of GNU Lesser General Public License version 2
- is also located at `/usr/share/common-licenses/GPL-2'
\ No newline at end of file
+ is also located at `/usr/share/common-licenses/GPL-2'
--
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