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

Dmitry Bogatov KAction at gnu.org
Sun Jan 18 03:23:36 UTC 2015


Sun Jan 18 03:21:49 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

Sun Jan 18 03:21:49 UTC 2015  Dmitry Bogatov <KAction at gnu.org>
  * Initial Check-In
diff -rN -u old-haskell-formatting/changelog new-haskell-formatting/changelog
--- old-haskell-formatting/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-formatting/changelog	2015-01-18 03:23:36.776889052 +0000
@@ -0,0 +1,5 @@
+haskell-formatting (6.1.1-1) experimental; urgency=low
+
+  * Initial commit (Closes: #775649)
+
+ -- Dmitry Bogatov <KAction at gnu.org>  Sat, 17 Jan 2015 16:04:10 +0300
diff -rN -u old-haskell-formatting/compat new-haskell-formatting/compat
--- old-haskell-formatting/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-formatting/compat	2015-01-18 03:23:36.776889052 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-formatting/control new-haskell-formatting/control
--- old-haskell-formatting/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-formatting/control	2015-01-18 03:23:36.776889052 +0000
@@ -0,0 +1,70 @@
+Source: haskell-formatting
+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-scientific-dev (>= 0.3.0.0),
+ libghc-scientific-prof,
+ libghc-text-dev (>= 0.11.0.8),
+ libghc-text-prof,
+ libghc-text-format-dev,
+ libghc-text-format-prof,
+ libghc-clock-dev (>= 0.4),
+ libghc-clock-prof
+Build-Depends-Indep: ghc-doc,
+ libghc-scientific-doc,
+ libghc-text-doc,
+ libghc-text-format-doc,
+ libghc-clock-doc
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/formatting
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-formatting
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-formatting
+X-Description: Combinator-based type-safe formatting
+ Combinator-based type-safe formatting (like printf() or FORMAT),
+ modelled from the HoleyMonoids package.
+
+Package: libghc-formatting-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-formatting-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-formatting-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-formatting/copyright new-haskell-formatting/copyright
--- old-haskell-formatting/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-formatting/copyright	2015-01-18 03:23:36.776889052 +0000
@@ -0,0 +1,41 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: formatting
+Upstream-Contact: Chris Done <chrisdone at gmail.com>
+Source: https://hackage.haskell.org/package/formatting
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+Files: *
+Copyright: 2013 Chris Done
+	   2013 Martijn van Steenbergen
+	   2013 Mike Meyer
+	   2013 Shachaf Ben-Kiki
+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-formatting/rules new-haskell-formatting/rules
--- old-haskell-formatting/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-formatting/rules	2015-01-18 03:23:36.776889052 +0000
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = formatting
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-formatting/source/format new-haskell-formatting/source/format
--- old-haskell-formatting/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-formatting/source/format	2015-01-18 03:23:36.776889052 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-formatting/watch new-haskell-formatting/watch
--- old-haskell-formatting/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-formatting/watch	2015-01-18 03:23:36.776889052 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/formatting/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list