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

Dmitry Bogatov KAction at gnu.org
Mon Jan 12 13:40:28 UTC 2015


Sat Jan 10 16:18:17 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 10 16:18:17 UTC 2015  Dmitry Bogatov <KAction at gnu.org>
  * Initial Check-In
diff -rN -u old-haskell-extra/changelog new-haskell-extra/changelog
--- old-haskell-extra/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-extra/changelog	2015-01-12 13:40:28.161207312 +0000
@@ -0,0 +1,5 @@
+haskell-extra (1.0.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #775028)
+
+ -- Dmitry Bogatov <KAction at gnu.org>  Sat, 10 Jan 2015 15:51:17 +0300
diff -rN -u old-haskell-extra/compat new-haskell-extra/compat
--- old-haskell-extra/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-extra/compat	2015-01-12 13:40:28.161207312 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-extra/control new-haskell-extra/control
--- old-haskell-extra/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-extra/control	2015-01-12 13:40:28.161207312 +0000
@@ -0,0 +1,60 @@
+Source: haskell-extra
+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.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/extra
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-extra
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-extra
+X-Description: Extra functions for base library
+ Library of extra functions for the standard Haskell libraries. Most
+ functions are simple additions, filling out missing functionality. A
+ few functions are available in later versions of GHC, but this
+ package makes them available back to GHC 7.2.
+
+Package: libghc-extra-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-extra-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-extra-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-extra/copyright new-haskell-extra/copyright
--- old-haskell-extra/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-extra/copyright	2015-01-12 13:40:28.161207312 +0000
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: extra
+Upstream-Contact: Neil Mitchell <ndmitchell at gmail.com>
+Source: https://hackage.haskell.org/package/extra
+
+Files: *
+Copyright: 2014 Neil Mitchell
+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:
+ .
+     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-extra/rules new-haskell-extra/rules
--- old-haskell-extra/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-extra/rules	2015-01-12 13:40:28.165207315 +0000
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = extra
+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-extra/source/format new-haskell-extra/source/format
--- old-haskell-extra/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-extra/source/format	2015-01-12 13:40:28.165207315 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-extra/watch new-haskell-extra/watch
--- old-haskell-extra/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-extra/watch	2015-01-12 13:40:28.165207315 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/extra/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list