diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-09-20 11:55:05 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-09-20 11:55:05 +0300 |
commit | 13d63c65a5011219c102b63ea4768ff41a5941e7 (patch) | |
tree | 65879b8411085b696d66a293e4402e4200d5620e | |
parent | 367ef6a88761d4ab88c246166c5a79089a97aa5b (diff) | |
download | DHG_packages-13d63c65a5011219c102b63ea4768ff41a5941e7.tar.gz |
Add docopt 0.7.0.5-1
-rw-r--r-- | p/haskell-docopt/debian/changelog | 5 | ||||
-rw-r--r-- | p/haskell-docopt/debian/compat | 1 | ||||
-rw-r--r-- | p/haskell-docopt/debian/control | 87 | ||||
-rw-r--r-- | p/haskell-docopt/debian/copyright | 34 | ||||
-rw-r--r-- | p/haskell-docopt/debian/haskell-docopt-utils.install | 2 | ||||
-rwxr-xr-x | p/haskell-docopt/debian/rules | 11 | ||||
-rw-r--r-- | p/haskell-docopt/debian/source/format | 1 | ||||
-rw-r--r-- | p/haskell-docopt/debian/watch | 2 |
8 files changed, 143 insertions, 0 deletions
diff --git a/p/haskell-docopt/debian/changelog b/p/haskell-docopt/debian/changelog new file mode 100644 index 000000000..cedd38d87 --- /dev/null +++ b/p/haskell-docopt/debian/changelog @@ -0,0 +1,5 @@ +haskell-docopt (0.7.0.5-1) unstable; urgency=low + + * Initial release + + -- Igor Pashev <pashev.igor@gmail.com> Wed, 20 Sep 2017 11:47:22 +0300 diff --git a/p/haskell-docopt/debian/compat b/p/haskell-docopt/debian/compat new file mode 100644 index 000000000..f599e28b8 --- /dev/null +++ b/p/haskell-docopt/debian/compat @@ -0,0 +1 @@ +10 diff --git a/p/haskell-docopt/debian/control b/p/haskell-docopt/debian/control new file mode 100644 index 000000000..2b863f53d --- /dev/null +++ b/p/haskell-docopt/debian/control @@ -0,0 +1,87 @@ +Source: haskell-docopt +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 10), + haskell-devscripts-minimal | haskell-devscripts (>= 0.9), + cdbs, + ghc, + ghc-prof, + libghc-parsec3-dev (>= 3.1.0), + libghc-parsec3-prof, + libghc-th-lift-dev, + libghc-th-lift-prof, + libghc-hunit-dev, + libghc-aeson-dev, + libghc-ansi-terminal-dev, + libghc-parsec3-dev, + libghc-split-dev, + libghc-text-dev, +Build-Depends-Indep: ghc-doc, + libghc-parsec3-doc, + libghc-th-lift-doc, +Standards-Version: 3.9.6 +Homepage: https://github.com/docopt/docopt.hs +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-docopt +Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git +X-Description: A command-line interface parser that will make you smile + Docopt parses command-line interface usage text that + adheres to a familiar syntax, and from it builds + a command-line argument parser that will ensure your + program is invoked correctly with the available options + specified in the usage text. This allows the developer + to write a usage text and get an argument parser for free. + +Package: libghc-docopt-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-docopt-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-docopt-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: haskell-docopt-utils +Architecture: all +Section: misc +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} diff --git a/p/haskell-docopt/debian/copyright b/p/haskell-docopt/debian/copyright new file mode 100644 index 000000000..0884764cc --- /dev/null +++ b/p/haskell-docopt/debian/copyright @@ -0,0 +1,34 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: docopt +Upstream-Contact: ryanartecona@gmail.com +Source: https://hackage.haskell.org/package/docopt + +Files: * +Copyright: (c) 2013-2015 Ryan Artecona +License: MIT + +Files: debian/* +Copyright: held by the contributors mentioned in debian/changelog +License: MIT + +License: MIT + The MIT License (MIT) + Copyright (c) 2013 Ryan Artecona + . + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE + OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/p/haskell-docopt/debian/haskell-docopt-utils.install b/p/haskell-docopt/debian/haskell-docopt-utils.install new file mode 100644 index 000000000..a9644b704 --- /dev/null +++ b/p/haskell-docopt/debian/haskell-docopt-utils.install @@ -0,0 +1,2 @@ +./test/regressions.txt usr/share/docopt/test +./test/testcases.docopt usr/share/docopt/test diff --git a/p/haskell-docopt/debian/rules b/p/haskell-docopt/debian/rules new file mode 100755 index 000000000..5d3960c76 --- /dev/null +++ b/p/haskell-docopt/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +DEB_ENABLE_TESTS = yes +DEB_SETUP_BIN_NAME = debian/hlibrary.setup +DEB_CABAL_PACKAGE = docopt +DEB_DEFAULT_COMPILER = ghc + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk + +build/haskell-docopt-utils:: build-ghc-stamp diff --git a/p/haskell-docopt/debian/source/format b/p/haskell-docopt/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-docopt/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-docopt/debian/watch b/p/haskell-docopt/debian/watch new file mode 100644 index 000000000..ead1abd87 --- /dev/null +++ b/p/haskell-docopt/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://hackage.haskell.org/package/docopt/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) |