[DHG_packages] 01/01: add config-schema
Clint Adams
clint at moszumanska.debian.org
Fri Jul 14 12:32:34 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 bfc76896691b2cf044b9649695b4cd9cbe0e2b2a
Author: Clint Adams <clint at debian.org>
Date: Fri Jul 14 08:31:40 2017 -0400
add config-schema
---
p/haskell-config-schema/debian/changelog | 5 ++
p/haskell-config-schema/debian/compat | 1 +
p/haskell-config-schema/debian/control | 86 ++++++++++++++++++++++++++++
p/haskell-config-schema/debian/copyright | 25 ++++++++
p/haskell-config-schema/debian/rules | 9 +++
p/haskell-config-schema/debian/source/format | 1 +
p/haskell-config-schema/debian/watch | 2 +
7 files changed, 129 insertions(+)
diff --git a/p/haskell-config-schema/debian/changelog b/p/haskell-config-schema/debian/changelog
new file mode 100644
index 0000000..b74f83d
--- /dev/null
+++ b/p/haskell-config-schema/debian/changelog
@@ -0,0 +1,5 @@
+haskell-config-schema (0.5.0.0-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint at debian.org> Fri, 14 Jul 2017 08:27:27 -0400
diff --git a/p/haskell-config-schema/debian/compat b/p/haskell-config-schema/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/p/haskell-config-schema/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/p/haskell-config-schema/debian/control b/p/haskell-config-schema/debian/control
new file mode 100644
index 0000000..7b5e334
--- /dev/null
+++ b/p/haskell-config-schema/debian/control
@@ -0,0 +1,86 @@
+Source: haskell-config-schema
+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-config-value-dev (>= 0.6),
+ libghc-config-value-dev (<< 0.7),
+ libghc-config-value-prof (>= 0.6),
+ libghc-config-value-prof (<< 0.7),
+ libghc-free-dev (>= 4.12),
+ libghc-free-dev (<< 4.13),
+ libghc-free-prof (>= 4.12),
+ libghc-free-prof (<< 4.13),
+ libghc-kan-extensions-dev (>= 5.0.2),
+ libghc-kan-extensions-dev (<< 5.1),
+ libghc-kan-extensions-prof (>= 5.0.2),
+ libghc-kan-extensions-prof (<< 5.1),
+ libghc-semigroupoids-dev (>= 5.1),
+ libghc-semigroupoids-dev (<< 5.3),
+ libghc-semigroupoids-prof (>= 5.1),
+ libghc-semigroupoids-prof (<< 5.3),
+ libghc-text-dev (>= 1.2),
+ libghc-text-dev (<< 1.3),
+ libghc-text-prof (>= 1.2),
+ libghc-text-prof (<< 1.3),
+ libghc-config-value-dev,
+ libghc-text-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-config-value-doc,
+ libghc-free-doc,
+ libghc-kan-extensions-doc,
+ libghc-semigroupoids-doc,
+ libghc-text-doc,
+Standards-Version: 4.0.0
+Homepage: https://github.com/glguy/config-schema
+X-Description: schema definitions for the config-value package
+ This package makes it possible to defined schemas for use when
+ loading configuration files using the config-value format.
+ These schemas can be used to be process a configuration file into
+ a Haskell value, or to automatically generate documentation for
+ the file format.
+
+Package: libghc-config-schema-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-config-schema-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-config-schema-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-config-schema/debian/copyright b/p/haskell-config-schema/debian/copyright
new file mode 100644
index 0000000..026614d
--- /dev/null
+++ b/p/haskell-config-schema/debian/copyright
@@ -0,0 +1,25 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: config-schema
+Upstream-Contact: Eric Mertens <emertens at gmail.com>
+Source: https://hackage.haskell.org/package/config-schema
+
+Files: *
+Copyright: 2017 Eric Mertens
+License: ISC
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: ISC
+
+License: ISC
+ Permission to use, copy, modify, and/or distribute this software for any purpose
+ with or without fee is hereby granted, provided that the above copyright notice
+ and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
+ THIS SOFTWARE.
diff --git a/p/haskell-config-schema/debian/rules b/p/haskell-config-schema/debian/rules
new file mode 100755
index 0000000..f7a65f6
--- /dev/null
+++ b/p/haskell-config-schema/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = config-schema
+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-config-schema/debian/source/format b/p/haskell-config-schema/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-config-schema/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-config-schema/debian/watch b/p/haskell-config-schema/debian/watch
new file mode 100644
index 0000000..ea3b1ae
--- /dev/null
+++ b/p/haskell-config-schema/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/config-schema/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