[Git][haskell-team/DHG_packages][master] add butcher

Clint Adams gitlab at salsa.debian.org
Wed Jul 22 17:55:49 BST 2020



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
98d2dc5d by Clint Adams at 2020-07-22T12:55:33-04:00
add butcher

- - - - -


7 changed files:

- + p/haskell-butcher/debian/changelog
- + p/haskell-butcher/debian/compat
- + p/haskell-butcher/debian/control
- + p/haskell-butcher/debian/copyright
- + p/haskell-butcher/debian/rules
- + p/haskell-butcher/debian/source/format
- + p/haskell-butcher/debian/watch


Changes:

=====================================
p/haskell-butcher/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-butcher (1.3.3.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Wed, 22 Jul 2020 12:35:46 -0400


=====================================
p/haskell-butcher/debian/compat
=====================================
@@ -0,0 +1 @@
+10


=====================================
p/haskell-butcher/debian/control
=====================================
@@ -0,0 +1,110 @@
+Source: haskell-butcher
+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 (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-bifunctors-dev (<< 5.6),
+ libghc-bifunctors-prof (<< 5.6),
+ libghc-deque-dev (>= 0.3),
+ libghc-deque-dev (<< 0.5),
+ libghc-deque-prof (>= 0.3),
+ libghc-deque-prof (<< 0.5),
+ libghc-extra-dev (<< 1.8),
+ libghc-extra-prof (<< 1.8),
+ libghc-free-dev (<< 5.2),
+ libghc-free-prof (<< 5.2),
+ libghc-microlens-dev (<< 0.5),
+ libghc-microlens-prof (<< 0.5),
+ libghc-microlens-th-dev (<< 0.5),
+ libghc-microlens-th-prof (<< 0.5),
+ libghc-multistate-dev (>= 0.7),
+ libghc-multistate-dev (<< 0.9),
+ libghc-multistate-prof (>= 0.7),
+ libghc-multistate-prof (<< 0.9),
+ libghc-unsafe-dev (<< 0.1),
+ libghc-unsafe-prof (<< 0.1),
+ libghc-void-dev (<< 0.8),
+ libghc-void-prof (<< 0.8),
+ libghc-deque-dev,
+ libghc-deque-prof,
+ libghc-extra-dev,
+ libghc-extra-prof,
+ libghc-free-dev,
+ libghc-free-prof,
+ libghc-hspec-dev,
+ libghc-hspec-prof,
+ libghc-microlens-dev,
+ libghc-microlens-prof,
+ libghc-microlens-th-dev,
+ libghc-microlens-th-prof,
+ libghc-multistate-dev,
+ libghc-multistate-prof,
+ libghc-unsafe-dev,
+ libghc-unsafe-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-bifunctors-doc,
+ libghc-deque-doc,
+ libghc-extra-doc,
+ libghc-free-doc,
+ libghc-microlens-doc,
+ libghc-microlens-th-doc,
+ libghc-multistate-doc,
+ libghc-unsafe-doc,
+ libghc-void-doc,
+Standards-Version: 4.5.0
+Homepage: https://github.com/lspitzner/butcher/
+X-Description: chop a command/program invocation into pieces
+ Similar to the optparse-applicative package, but less features, more
+ flexibility and more evil.  The main differences are:
+ .
+  * Provides a pure interface by default
+  * Exposes an evil monadic interface, which allows for much nicer
+    binding of command part results to some variable name.
+  * The monadic interface allows much clearer definitions of
+    command parses with (nested) subcommands. No pesky sum-types are
+    necessary.
+
+Package: libghc-butcher-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-butcher-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-butcher-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}


=====================================
p/haskell-butcher/debian/copyright
=====================================
@@ -0,0 +1,40 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: butcher
+Upstream-Contact: Lennart Spitzner <hexagoxel at hexagoxel.de>
+Source: https://hackage.haskell.org/package/butcher
+
+Files: *
+Copyright: 2016-2020 Lennart Spitzner
+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 Lennart Spitzner nor the names of other
+       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 THE COPYRIGHT
+ OWNER OR CONTRIBUTORS 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.


=====================================
p/haskell-butcher/debian/rules
=====================================
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = butcher
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


=====================================
p/haskell-butcher/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
p/haskell-butcher/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/butcher/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/98d2dc5d0c48ab191e25013c3550134205f3edd2

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/98d2dc5d0c48ab191e25013c3550134205f3edd2
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20200722/b3872444/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list