diff options
| author | Dmitry Bogatov <KAction@gnu.org> | 2015-01-17 15:02:51 +0300 |
|---|---|---|
| committer | Dmitry Bogatov <KAction@gnu.org> | 2015-01-17 15:02:51 +0300 |
| commit | 39f982dc29a12d345a54ca4e137a7c31c35ea2d4 (patch) | |
| tree | 6224f4a4d1721ec6427ea2990ea2efae452ce5dd | |
| parent | b036cff99faf71119c637dc9fac317a388cb47a0 (diff) | |
| download | DHG_packages-39f982dc29a12d345a54ca4e137a7c31c35ea2d4.tar.gz | |
haskell-stylish-haskell: Initial Check-In
| -rw-r--r-- | p/haskell-stylish-haskell/debian/changelog | 5 | ||||
| -rw-r--r-- | p/haskell-stylish-haskell/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskell-stylish-haskell/debian/control | 87 | ||||
| -rw-r--r-- | p/haskell-stylish-haskell/debian/copyright | 38 | ||||
| -rwxr-xr-x | p/haskell-stylish-haskell/debian/rules | 9 | ||||
| -rw-r--r-- | p/haskell-stylish-haskell/debian/source/format | 1 | ||||
| -rw-r--r-- | p/haskell-stylish-haskell/debian/watch | 2 |
7 files changed, 143 insertions, 0 deletions
diff --git a/p/haskell-stylish-haskell/debian/changelog b/p/haskell-stylish-haskell/debian/changelog new file mode 100644 index 000000000..6bbfed05b --- /dev/null +++ b/p/haskell-stylish-haskell/debian/changelog @@ -0,0 +1,5 @@ +haskell-stylish-haskell (0.5.11.0-1) experimental; urgency=low + + * Initial release (Closes: #775557) + + -- Dmitry Bogatov <KAction@gnu.org> Sat, 17 Jan 2015 14:00:08 +0300 diff --git a/p/haskell-stylish-haskell/debian/compat b/p/haskell-stylish-haskell/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/p/haskell-stylish-haskell/debian/compat @@ -0,0 +1 @@ +9 diff --git a/p/haskell-stylish-haskell/debian/control b/p/haskell-stylish-haskell/debian/control new file mode 100644 index 000000000..78baffd9c --- /dev/null +++ b/p/haskell-stylish-haskell/debian/control @@ -0,0 +1,87 @@ +Source: haskell-stylish-haskell +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Dmitry Bogatov <KAction@gnu.org> +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9.0), + haskell-devscripts (>= 0.9), + cdbs, + ghc, + ghc-prof, + libghc-aeson-dev (>= 0.6), + libghc-aeson-dev (<< 0.9), + libghc-aeson-prof, + libghc-cmdargs-dev (>= 0.9), + libghc-cmdargs-dev (<< 0.11), + libghc-cmdargs-prof, + libghc-src-exts-dev (>= 1.16), + libghc-src-exts-dev (<< 1.17), + libghc-src-exts-prof, + libghc-mtl-dev (>= 2.0), + libghc-mtl-dev (<< 2.3), + libghc-mtl-prof, + libghc-strict-dev (>= 0.3), + libghc-strict-dev (<< 0.4), + libghc-strict-prof, + libghc-syb-dev (>= 0.3), + libghc-syb-dev (<< 0.5), + libghc-syb-prof, + libghc-yaml-dev (>= 0.7), + libghc-yaml-dev (<< 0.9), + libghc-yaml-prof, +Build-Depends-Indep: ghc-doc, + libghc-aeson-doc, + libghc-cmdargs-doc, + libghc-src-exts-doc, + libghc-mtl-doc, + libghc-strict-doc, + libghc-syb-doc, + libghc-yaml-doc, +Standards-Version: 3.9.6 +Homepage: http://hackage.haskell.org/package/stylish-haskell +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-stylish-haskell +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-stylish-haskell +X-Description: Haskell code prettifier + A Haskell code prettifier. For more information, see: + . + <https://github.com/jaspervdj/stylish-haskell/blob/master/README.markdown> + +Package: libghc-stylish-haskell-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-stylish-haskell-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-stylish-haskell-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-stylish-haskell/debian/copyright b/p/haskell-stylish-haskell/debian/copyright new file mode 100644 index 000000000..3d703f2a0 --- /dev/null +++ b/p/haskell-stylish-haskell/debian/copyright @@ -0,0 +1,38 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: stylish-haskell +Upstream-Contact: Jasper Van der Jeugt <m@jaspervdj.be> +Source: https://hackage.haskell.org/package/stylish-haskell + +Files: debian/* +Copyright: held by the contributors mentioned in debian/changelog +License: BSD-3-clause + +Files: * +Copyright: 2012 Jasper Van der Jeugt +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: + . + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + . + 2. 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. + . + 3. Neither the name of cligh 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 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-stylish-haskell/debian/rules b/p/haskell-stylish-haskell/debian/rules new file mode 100755 index 000000000..030c3cae3 --- /dev/null +++ b/p/haskell-stylish-haskell/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +DEB_CABAL_PACKAGE = stylish-haskell +DEB_DEFAULT_COMPILER = ghc + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk + +build/haskell-stylish-haskell-utils:: build-ghc-stamp diff --git a/p/haskell-stylish-haskell/debian/source/format b/p/haskell-stylish-haskell/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-stylish-haskell/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-stylish-haskell/debian/watch b/p/haskell-stylish-haskell/debian/watch new file mode 100644 index 000000000..94ecc38c6 --- /dev/null +++ b/p/haskell-stylish-haskell/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://hackage.haskell.org/package/stylish-haskell/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) |
