[DHG_packages] 01/01: add skylighting
Clint Adams
clint at moszumanska.debian.org
Fri Jul 7 19:45:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit 76096ed9518c33cab19c1d89e3fe766360fe4f7b
Author: Clint Adams <clint at debian.org>
Date: Fri Jul 7 15:44:32 2017 -0400
add skylighting
---
p/haskell-skylighting/debian/changelog | 5 +
p/haskell-skylighting/debian/compat | 1 +
p/haskell-skylighting/debian/control | 107 +++++++++++++++++++++
p/haskell-skylighting/debian/copyright | 15 +++
p/haskell-skylighting/debian/patches/series | 1 +
p/haskell-skylighting/debian/patches/system-pcre | 20 ++++
p/haskell-skylighting/debian/rules | 11 +++
.../debian/skylighting.haskell-binaries | 1 +
p/haskell-skylighting/debian/source/format | 1 +
p/haskell-skylighting/debian/watch | 2 +
10 files changed, 164 insertions(+)
diff --git a/p/haskell-skylighting/debian/changelog b/p/haskell-skylighting/debian/changelog
new file mode 100644
index 0000000..57ef8d7
--- /dev/null
+++ b/p/haskell-skylighting/debian/changelog
@@ -0,0 +1,5 @@
+haskell-skylighting (0.1.1.5-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint at debian.org> Fri, 07 Jul 2017 11:09:14 -0400
diff --git a/p/haskell-skylighting/debian/compat b/p/haskell-skylighting/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/p/haskell-skylighting/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/p/haskell-skylighting/debian/control b/p/haskell-skylighting/debian/control
new file mode 100644
index 0000000..0b2c363
--- /dev/null
+++ b/p/haskell-skylighting/debian/control
@@ -0,0 +1,107 @@
+Source: haskell-skylighting
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-aeson-dev,
+ libghc-aeson-prof,
+ libghc-blaze-html-dev (>= 0.5),
+ libghc-blaze-html-prof (>= 0.5),
+ libghc-case-insensitive-dev,
+ libghc-case-insensitive-prof,
+ libghc-hxt-dev,
+ libghc-hxt-prof,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-regex-pcre-dev,
+ libghc-regex-pcre-prof,
+ libghc-safe-dev,
+ libghc-safe-prof,
+ libghc-text-dev,
+ libghc-text-prof,
+ libghc-utf8-string-dev,
+ libghc-utf8-string-prof,
+ libghc-diff-dev,
+ libghc-hunit-dev,
+ libghc-pretty-show-dev,
+ libghc-random-dev,
+ libghc-tasty-dev,
+ libghc-tasty-golden-dev,
+ libghc-tasty-hunit-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-aeson-doc,
+ libghc-blaze-html-doc,
+ libghc-case-insensitive-doc,
+ libghc-hxt-doc,
+ libghc-mtl-doc,
+ libghc-regex-pcre-doc,
+ libghc-safe-doc,
+ libghc-text-doc,
+ libghc-utf8-string-doc,
+Standards-Version: 4.0.0
+Homepage: https://github.com/jgm/skylighting
+X-Description: syntax highlighting library
+ Skylighting is a syntax highlighting library with
+ support for over one hundred languages. It derives
+ its tokenizers from XML syntax definitions used
+ by KDE's KSyntaxHighlighting framework, so any
+ syntax supported by that framework can be added.
+ An optional command-line program is provided.
+ Skylighting is intended to be the successor to
+ highlighting-kate.
+
+Package: libghc-skylighting-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-skylighting-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-skylighting-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: skylighting
+Architecture: any
+Section: devel
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: syntax highlighting tool
+ ${haskell:LongDescription}
+ .
+ This is a command-line tool that can output HTML and LaTeX.
diff --git a/p/haskell-skylighting/debian/copyright b/p/haskell-skylighting/debian/copyright
new file mode 100644
index 0000000..755d320
--- /dev/null
+++ b/p/haskell-skylighting/debian/copyright
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: skylighting
+Upstream-Contact: John MacFarlane <jgm at berkeley.edu>
+Source: https://hackage.haskell.org/package/skylighting
+
+Files: *
+Copyright: 2016 John MacFarlane
+License: GPL-2+
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: GPL-2+
+
+License: GPL-2+
+ See /usr/share/common-licenses/GPL-2 on your Debian-based system.
diff --git a/p/haskell-skylighting/debian/patches/series b/p/haskell-skylighting/debian/patches/series
new file mode 100644
index 0000000..d6048bb
--- /dev/null
+++ b/p/haskell-skylighting/debian/patches/series
@@ -0,0 +1 @@
+system-pcre
diff --git a/p/haskell-skylighting/debian/patches/system-pcre b/p/haskell-skylighting/debian/patches/system-pcre
new file mode 100644
index 0000000..541e019
--- /dev/null
+++ b/p/haskell-skylighting/debian/patches/system-pcre
@@ -0,0 +1,20 @@
+--- a/skylighting.cabal
++++ b/skylighting.cabal
+@@ -228,7 +228,7 @@
+ mtl,
+ text,
+ bytestring,
+- regex-pcre-builtin,
++ regex-pcre,
+ directory,
+ filepath,
+ aeson,
+@@ -260,7 +260,7 @@
+ filepath,
+ bytestring,
+ text,
+- regex-pcre-builtin,
++ regex-pcre,
+ safe,
+ hxt,
+ utf8-string,
diff --git a/p/haskell-skylighting/debian/rules b/p/haskell-skylighting/debian/rules
new file mode 100755
index 0000000..41b8aee
--- /dev/null
+++ b/p/haskell-skylighting/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+#DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = skylighting
+DEB_DEFAULT_COMPILER = ghc
+
+DEB_SETUP_GHC_CONFIGURE_ARGS += --flags="system-pcre executable"
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-skylighting/debian/skylighting.haskell-binaries b/p/haskell-skylighting/debian/skylighting.haskell-binaries
new file mode 100644
index 0000000..9da64bf
--- /dev/null
+++ b/p/haskell-skylighting/debian/skylighting.haskell-binaries
@@ -0,0 +1 @@
+skylighting
diff --git a/p/haskell-skylighting/debian/source/format b/p/haskell-skylighting/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-skylighting/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-skylighting/debian/watch b/p/haskell-skylighting/debian/watch
new file mode 100644
index 0000000..532fbb3
--- /dev/null
+++ b/p/haskell-skylighting/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/skylighting/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
--
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