diff options
| author | Clint Adams <clint@debian.org> | 2016-05-16 20:28:01 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-05-16 20:28:01 -0400 |
| commit | 2b4cf85a3b53ac46fc74bb0b73de2feb3c1ad9f6 (patch) | |
| tree | eaaac3a9afda9c27a4b618493d9ae4de44cbb854 | |
| parent | ab48d8b3388bcd115c58628cad14eb9506fe669c (diff) | |
| download | DHG_packages-2b4cf85a3b53ac46fc74bb0b73de2feb3c1ad9f6.tar.gz | |
Add string-conversions 0.4
| -rw-r--r-- | p/haskell-string-conversions/debian/changelog | 5 | ||||
| -rw-r--r-- | p/haskell-string-conversions/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskell-string-conversions/debian/control | 64 | ||||
| -rw-r--r-- | p/haskell-string-conversions/debian/copyright | 40 | ||||
| -rwxr-xr-x | p/haskell-string-conversions/debian/rules | 7 | ||||
| -rw-r--r-- | p/haskell-string-conversions/debian/source/format | 1 | ||||
| -rw-r--r-- | p/haskell-string-conversions/debian/watch | 2 |
7 files changed, 120 insertions, 0 deletions
diff --git a/p/haskell-string-conversions/debian/changelog b/p/haskell-string-conversions/debian/changelog new file mode 100644 index 000000000..2c353cd58 --- /dev/null +++ b/p/haskell-string-conversions/debian/changelog @@ -0,0 +1,5 @@ +haskell-string-conversions (0.4-1) unstable; urgency=low + + * Initial release. + + -- Clint Adams <clint@debian.org> Mon, 16 May 2016 20:23:45 -0400 diff --git a/p/haskell-string-conversions/debian/compat b/p/haskell-string-conversions/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/p/haskell-string-conversions/debian/compat @@ -0,0 +1 @@ +9 diff --git a/p/haskell-string-conversions/debian/control b/p/haskell-string-conversions/debian/control new file mode 100644 index 000000000..8ee6d8310 --- /dev/null +++ b/p/haskell-string-conversions/debian/control @@ -0,0 +1,64 @@ +Source: haskell-string-conversions +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Clint Adams <clint@debian.org> +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + haskell-devscripts (>= 0.9), + cdbs, + ghc, + ghc-prof, + libghc-text-dev (>= 0.11), + libghc-text-prof, + libghc-utf8-string-dev (>= 0.3), + libghc-utf8-string-prof, +Build-Depends-Indep: ghc-doc, + libghc-text-doc, + libghc-utf8-string-doc, +Standards-Version: 3.9.8 +Homepage: http://hackage.haskell.org/package/string-conversions +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-string-conversions +Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git +X-Description: Simplifies dealing with different types for strings + Provides a simple type class for converting values + of different string types into values of other string types. + +Package: libghc-string-conversions-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-string-conversions-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-string-conversions-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-string-conversions/debian/copyright b/p/haskell-string-conversions/debian/copyright new file mode 100644 index 000000000..5258bf557 --- /dev/null +++ b/p/haskell-string-conversions/debian/copyright @@ -0,0 +1,40 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: string-conversions +Upstream-Contact: Sönke Hahn <soenkehahn@gmail.com> +Source: https://hackage.haskell.org/package/string-conversions + +Files: * +Copyright: 2012 Sönke Hahn +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 Sönke Hahn 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. diff --git a/p/haskell-string-conversions/debian/rules b/p/haskell-string-conversions/debian/rules new file mode 100755 index 000000000..e6d4ba061 --- /dev/null +++ b/p/haskell-string-conversions/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +DEB_CABAL_PACKAGE = string-conversions +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-string-conversions/debian/source/format b/p/haskell-string-conversions/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-string-conversions/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-string-conversions/debian/watch b/p/haskell-string-conversions/debian/watch new file mode 100644 index 000000000..0e3285957 --- /dev/null +++ b/p/haskell-string-conversions/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://hackage.haskell.org/package/string-conversions/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) |
