[DHG_packages] 01/01: add shell-conduit

Clint Adams clint at moszumanska.debian.org
Mon Nov 27 20:19:17 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 0e22ca9910c01774042f4c0c4bd8b116f2a993b4
Author: Clint Adams <clint at debian.org>
Date:   Mon Nov 27 15:12:18 2017 -0500

    add shell-conduit
---
 p/haskell-shell-conduit/debian/changelog     |  5 ++
 p/haskell-shell-conduit/debian/compat        |  1 +
 p/haskell-shell-conduit/debian/control       | 91 ++++++++++++++++++++++++++++
 p/haskell-shell-conduit/debian/copyright     | 35 +++++++++++
 p/haskell-shell-conduit/debian/rules         |  9 +++
 p/haskell-shell-conduit/debian/source/format |  1 +
 p/haskell-shell-conduit/debian/watch         |  2 +
 7 files changed, 144 insertions(+)

diff --git a/p/haskell-shell-conduit/debian/changelog b/p/haskell-shell-conduit/debian/changelog
new file mode 100644
index 0000000..fc4f127
--- /dev/null
+++ b/p/haskell-shell-conduit/debian/changelog
@@ -0,0 +1,5 @@
+haskell-shell-conduit (4.6.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Mon, 27 Nov 2017 15:05:56 -0500
diff --git a/p/haskell-shell-conduit/debian/compat b/p/haskell-shell-conduit/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-shell-conduit/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-shell-conduit/debian/control b/p/haskell-shell-conduit/debian/control
new file mode 100644
index 0000000..a0e3a48
--- /dev/null
+++ b/p/haskell-shell-conduit/debian/control
@@ -0,0 +1,91 @@
+Source: haskell-shell-conduit
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-async-dev (>= 2.0.1.5),
+ libghc-async-prof (>= 2.0.1.5),
+ libghc-conduit-dev,
+ libghc-conduit-prof,
+ libghc-conduit-extra-dev,
+ libghc-conduit-extra-prof,
+ libghc-control-monad-loop-dev,
+ libghc-control-monad-loop-prof,
+ libghc-monad-control-dev,
+ libghc-monad-control-prof,
+ libghc-monads-tf-dev,
+ libghc-monads-tf-prof,
+ libghc-resourcet-dev,
+ libghc-resourcet-prof,
+ libghc-semigroups-dev,
+ libghc-semigroups-prof,
+ libghc-split-dev,
+ libghc-split-prof,
+ libghc-text-dev,
+ libghc-text-prof,
+ libghc-transformers-base-dev,
+ libghc-transformers-base-prof,
+ libghc-hspec-dev (>= 2.1),
+ libghc-hspec-dev (<< 3),
+ libghc-hspec-expectations-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-async-doc,
+ libghc-conduit-doc,
+ libghc-conduit-extra-doc,
+ libghc-control-monad-loop-doc,
+ libghc-monad-control-doc,
+ libghc-monads-tf-doc,
+ libghc-resourcet-doc,
+ libghc-semigroups-doc,
+ libghc-split-doc,
+ libghc-text-doc,
+ libghc-transformers-base-doc,
+Standards-Version: 4.1.1
+Homepage: https://github.com/psibi/shell-conduit
+X-Description: write shell scripts with Conduit
+ Framework for using Conduits in the style of shell scripting.
+
+Package: libghc-shell-conduit-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-shell-conduit-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-shell-conduit-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-shell-conduit/debian/copyright b/p/haskell-shell-conduit/debian/copyright
new file mode 100644
index 0000000..2d0f661
--- /dev/null
+++ b/p/haskell-shell-conduit/debian/copyright
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: shell-conduit
+Upstream-Contact: Sibi Prabakaran <sibi at psibi.in>
+Source: https://hackage.haskell.org/package/shell-conduit
+
+Files: *
+Copyright: 2014-2017 Chris Done
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-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.
+     * Neither the name of shell-conduit nor the
+       names of its contributors may be used to endorse or promote products
+       derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 <COPYRIGHT HOLDER> 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-shell-conduit/debian/rules b/p/haskell-shell-conduit/debian/rules
new file mode 100755
index 0000000..c99ad8f
--- /dev/null
+++ b/p/haskell-shell-conduit/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = shell-conduit
+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-shell-conduit/debian/source/format b/p/haskell-shell-conduit/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-shell-conduit/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-shell-conduit/debian/watch b/p/haskell-shell-conduit/debian/watch
new file mode 100644
index 0000000..be4abdf
--- /dev/null
+++ b/p/haskell-shell-conduit/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/shell-conduit/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