[DHG_packages] 01/01: Add megaparsec

Clint Adams clint at moszumanska.debian.org
Wed Oct 26 22:13:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit d0dd337c88d76de042f34f92f370fb13ce4d6f2c
Author: Clint Adams <clint at debian.org>
Date:   Wed Oct 26 18:13:01 2016 -0400

    Add megaparsec
---
 p/haskell-megaparsec/debian/changelog     |  5 ++
 p/haskell-megaparsec/debian/compat        |  1 +
 p/haskell-megaparsec/debian/control       | 84 +++++++++++++++++++++++++++++++
 p/haskell-megaparsec/debian/copyright     | 36 +++++++++++++
 p/haskell-megaparsec/debian/rules         |  8 +++
 p/haskell-megaparsec/debian/source/format |  1 +
 p/haskell-megaparsec/debian/watch         |  2 +
 7 files changed, 137 insertions(+)

diff --git a/p/haskell-megaparsec/debian/changelog b/p/haskell-megaparsec/debian/changelog
new file mode 100644
index 0000000..49db522
--- /dev/null
+++ b/p/haskell-megaparsec/debian/changelog
@@ -0,0 +1,5 @@
+haskell-megaparsec (4.4.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Wed, 26 Oct 2016 18:05:18 -0400
diff --git a/p/haskell-megaparsec/debian/compat b/p/haskell-megaparsec/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/p/haskell-megaparsec/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/p/haskell-megaparsec/debian/control b/p/haskell-megaparsec/debian/control
new file mode 100644
index 0000000..b744c69
--- /dev/null
+++ b/p/haskell-megaparsec/debian/control
@@ -0,0 +1,84 @@
+Source: haskell-megaparsec
+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 (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-fail-dev (>= 4.9),
+ libghc-fail-dev (<< 4.10),
+ libghc-fail-prof (>= 4.9),
+ libghc-fail-prof (<< 4.10),
+ libghc-mtl-dev (>= 2),
+ libghc-mtl-dev (<< 3),
+ libghc-mtl-prof (>= 2),
+ libghc-mtl-prof (<< 3),
+ libghc-semigroups-dev (>= 0.18),
+ libghc-semigroups-dev (<< 0.19),
+ libghc-semigroups-prof (>= 0.18),
+ libghc-semigroups-prof (<< 0.19),
+ libghc-text-dev (>= 0.2),
+ libghc-text-prof (>= 0.2),
+ libghc-hunit-dev (>= 1.2),
+ libghc-hunit-dev (<< 1.4),
+ libghc-quickcheck2-dev (>= 2.4),
+ libghc-quickcheck2-dev (<< 3),
+ libghc-test-framework-dev (>= 0.6),
+ libghc-test-framework-dev (<< 1),
+ libghc-test-framework-hunit-dev (>= 0.3),
+ libghc-test-framework-hunit-dev (<< 0.4),
+ libghc-test-framework-quickcheck2-dev (>= 0.3),
+ libghc-test-framework-quickcheck2-dev (<< 0.4),
+Build-Depends-Indep: ghc-doc,
+ libghc-fail-doc,
+ libghc-mtl-doc,
+ libghc-semigroups-doc,
+ libghc-text-doc,
+Standards-Version: 3.9.8
+Homepage: https://github.com/mrkkrp/megaparsec
+X-Description: monadic parser combinators
+ This is industrial-strength monadic parser combinator library. Megaparsec
+ is a fork of Parsec library originally written by Daan Leijen.
+
+Package: libghc-megaparsec-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-megaparsec-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-megaparsec-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}
diff --git a/p/haskell-megaparsec/debian/copyright b/p/haskell-megaparsec/debian/copyright
new file mode 100644
index 0000000..078c101
--- /dev/null
+++ b/p/haskell-megaparsec/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: megaparsec
+Upstream-Contact: Mark Karpov <markkarpov at opmbx.org>
+Source: https://hackage.haskell.org/package/megaparsec
+
+Files: *
+Copyright: 2015-2016 Megaparsec contributors
+           2007 Paolo Martini
+           1999-2000 Daan Leijen
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-2-clause
+
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright notice,
+   this list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS “AS IS” AND ANY EXPRESS
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
+ NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 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.
diff --git a/p/haskell-megaparsec/debian/rules b/p/haskell-megaparsec/debian/rules
new file mode 100755
index 0000000..bba2095
--- /dev/null
+++ b/p/haskell-megaparsec/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_CABAL_PACKAGE = megaparsec
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-megaparsec/debian/source/format b/p/haskell-megaparsec/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-megaparsec/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-megaparsec/debian/watch b/p/haskell-megaparsec/debian/watch
new file mode 100644
index 0000000..e574973
--- /dev/null
+++ b/p/haskell-megaparsec/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/megaparsec/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