[Pkg-haskell-commits] darcs: haskell-stylish-haskell: Initial Check-In

Dmitry Bogatov KAction at gnu.org
Sat Jan 17 12:06:00 UTC 2015


Sat Jan 17 12:02:51 UTC 2015  Dmitry Bogatov <KAction at gnu.org>
  * Initial Check-In

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Sat Jan 17 12:02:51 UTC 2015  Dmitry Bogatov <KAction at gnu.org>
  * Initial Check-In
diff -rN -u old-haskell-stylish-haskell/changelog new-haskell-stylish-haskell/changelog
--- old-haskell-stylish-haskell/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-stylish-haskell/changelog	2015-01-17 12:05:59.836477174 +0000
@@ -0,0 +1,5 @@
+haskell-stylish-haskell (0.5.11.0-1) experimental; urgency=low
+
+  * Initial release (Closes: #775557)
+
+ -- Dmitry Bogatov <KAction at gnu.org>  Sat, 17 Jan 2015 14:00:08 +0300
diff -rN -u old-haskell-stylish-haskell/compat new-haskell-stylish-haskell/compat
--- old-haskell-stylish-haskell/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-stylish-haskell/compat	2015-01-17 12:05:59.836477174 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-stylish-haskell/control new-haskell-stylish-haskell/control
--- old-haskell-stylish-haskell/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-stylish-haskell/control	2015-01-17 12:05:59.840477170 +0000
@@ -0,0 +1,87 @@
+Source: haskell-stylish-haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Dmitry Bogatov <KAction at 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 -rN -u old-haskell-stylish-haskell/copyright new-haskell-stylish-haskell/copyright
--- old-haskell-stylish-haskell/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-stylish-haskell/copyright	2015-01-17 12:05:59.840477170 +0000
@@ -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 at 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 -rN -u old-haskell-stylish-haskell/rules new-haskell-stylish-haskell/rules
--- old-haskell-stylish-haskell/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-stylish-haskell/rules	2015-01-17 12:05:59.840477170 +0000
@@ -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 -rN -u old-haskell-stylish-haskell/source/format new-haskell-stylish-haskell/source/format
--- old-haskell-stylish-haskell/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-stylish-haskell/source/format	2015-01-17 12:05:59.840477170 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-stylish-haskell/watch new-haskell-stylish-haskell/watch
--- old-haskell-stylish-haskell/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-stylish-haskell/watch	2015-01-17 12:05:59.840477170 +0000
@@ -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)))




More information about the Pkg-haskell-commits mailing list