diff options
| author | Clint Adams <clint@debian.org> | 2017-07-13 17:55:29 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2017-07-13 17:55:29 -0400 |
| commit | 1266c316f0ac59254b98f19d801c3ef5115bcd37 (patch) | |
| tree | 13bd94f685e5b63918a36340740f72d1ecd7df07 /p/haskell-neat-interpolation/debian | |
| parent | e30a38d1945cd2f10850d69fb406adadc346da28 (diff) | |
| download | DHG_packages-1266c316f0ac59254b98f19d801c3ef5115bcd37.tar.gz | |
add neat-interpolation
Diffstat (limited to 'p/haskell-neat-interpolation/debian')
| -rw-r--r-- | p/haskell-neat-interpolation/debian/changelog | 5 | ||||
| -rw-r--r-- | p/haskell-neat-interpolation/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskell-neat-interpolation/debian/control | 73 | ||||
| -rw-r--r-- | p/haskell-neat-interpolation/debian/copyright | 34 | ||||
| -rwxr-xr-x | p/haskell-neat-interpolation/debian/rules | 9 | ||||
| -rw-r--r-- | p/haskell-neat-interpolation/debian/source/format | 1 | ||||
| -rw-r--r-- | p/haskell-neat-interpolation/debian/watch | 2 |
7 files changed, 125 insertions, 0 deletions
diff --git a/p/haskell-neat-interpolation/debian/changelog b/p/haskell-neat-interpolation/debian/changelog new file mode 100644 index 000000000..a7e62323d --- /dev/null +++ b/p/haskell-neat-interpolation/debian/changelog @@ -0,0 +1,5 @@ +haskell-neat-interpolation (0.3.2.1-1) unstable; urgency=low + + * Initial release. + + -- Clint Adams <clint@debian.org> Fri, 07 Jul 2017 08:14:02 -0400 diff --git a/p/haskell-neat-interpolation/debian/compat b/p/haskell-neat-interpolation/debian/compat new file mode 100644 index 000000000..f599e28b8 --- /dev/null +++ b/p/haskell-neat-interpolation/debian/compat @@ -0,0 +1 @@ +10 diff --git a/p/haskell-neat-interpolation/debian/control b/p/haskell-neat-interpolation/debian/control new file mode 100644 index 000000000..85d160054 --- /dev/null +++ b/p/haskell-neat-interpolation/debian/control @@ -0,0 +1,73 @@ +Source: haskell-neat-interpolation +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Clint Adams <clint@debian.org> +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 10), + haskell-devscripts-minimal | haskell-devscripts (>= 0.8), + cdbs, + ghc, + ghc-prof, + libghc-base-prelude-dev (<< 2), + libghc-base-prelude-prof (<< 2), + libghc-parsec3-dev (>= 3), + libghc-parsec3-dev (<< 4), + libghc-parsec3-prof (>= 3), + libghc-parsec3-prof (<< 4), + libghc-text-dev (>= 1), + libghc-text-dev (<< 2), + libghc-text-prof (>= 1), + libghc-text-prof (<< 2), + libghc-base-prelude-dev, +Build-Depends-Indep: ghc-doc, + libghc-base-prelude-doc, + libghc-parsec3-doc, + libghc-text-doc, +Standards-Version: 4.0.0 +Homepage: https://github.com/nikita-volkov/neat-interpolation +X-Description: quasiquoter for simple multiline text interpolation + A quasiquoter for producing Text values with support for + a neat and simple interpolation of input values. + It removes the excessive indentation from the input and + accurately manages the indentation of all lines of the interpolated + variables. + +Package: libghc-neat-interpolation-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-neat-interpolation-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-neat-interpolation-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-neat-interpolation/debian/copyright b/p/haskell-neat-interpolation/debian/copyright new file mode 100644 index 000000000..db077a8e6 --- /dev/null +++ b/p/haskell-neat-interpolation/debian/copyright @@ -0,0 +1,34 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: neat-interpolation +Upstream-Contact: Nikita Volkov <nikita.y.volkov@mail.ru> +Source: https://hackage.haskell.org/package/neat-interpolation + +Files: * +Copyright: 2013 Nikita Volkov +License: Expat + +Files: debian/* +Copyright: held by the contributors mentioned in debian/changelog +License: Expat + +License: Expat + 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-neat-interpolation/debian/rules b/p/haskell-neat-interpolation/debian/rules new file mode 100755 index 000000000..fbf3ffe21 --- /dev/null +++ b/p/haskell-neat-interpolation/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +#DEB_ENABLE_TESTS = yes +DEB_SETUP_BIN_NAME = debian/hlibrary.setup +DEB_CABAL_PACKAGE = neat-interpolation +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-neat-interpolation/debian/source/format b/p/haskell-neat-interpolation/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-neat-interpolation/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-neat-interpolation/debian/watch b/p/haskell-neat-interpolation/debian/watch new file mode 100644 index 000000000..f6b765e9f --- /dev/null +++ b/p/haskell-neat-interpolation/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://hackage.haskell.org/package/neat-interpolation/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) |
