[Pkg-haskell-commits] darcs: haskell-strict: Initial import

Joachim Breitner mail at joachim-breitner.de
Fri May 27 18:20:30 UTC 2011


Fri May 27 18:20:15 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Initial import
  Ignore-this: a7d71e2efdf865582c62df63a124542c

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

Fri May 27 18:20:15 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Initial import
  Ignore-this: a7d71e2efdf865582c62df63a124542c
diff -rN -u old-haskell-strict//changelog new-haskell-strict//changelog
--- old-haskell-strict//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-strict//changelog	2011-05-27 18:20:30.565276592 +0000
@@ -0,0 +1,5 @@
+haskell-strict (0.3.2-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #628156)
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-haskell-strict//compat new-haskell-strict//compat
--- old-haskell-strict//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-strict//compat	2011-05-27 18:20:30.565276592 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-strict//control new-haskell-strict//control
--- old-haskell-strict//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-strict//control	2011-05-27 18:20:30.565276592 +0000
@@ -0,0 +1,59 @@
+Source: haskell-strict
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: John Maintainer <maintainer at example.com>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/strict
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-strict
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-strict
+
+Package: libghc-strict-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Strict variants of standard Haskell datatypes
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package provides strict versions of some standard Haskell data types
+ (pairs, Maybe and Either). It also contains strict IO operations.
+
+Package: libghc-strict-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Strict variants of standard Haskell datatypes; profiling data
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package provides strict versions of some standard Haskell data types
+ (pairs, Maybe and Either). It also contains strict IO operations.
+
+Package: libghc-strict-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Strict variants of standard Haskell datatypes; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package provides strict versions of some standard Haskell data types
+ (pairs, Maybe and Either). It also contains strict IO operations.
diff -rN -u old-haskell-strict//copyright new-haskell-strict//copyright
--- old-haskell-strict//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-strict//copyright	2011-05-27 18:20:30.565276592 +0000
@@ -0,0 +1,33 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: strict
+Maintainer: Joachim Breitner <nomeata at debian.org>
+Source: http://hackage.haskell.org/package/strict
+
+Copyright:
+ Roman Leshchinskiy 2006-2007
+ Don Stewart 2007
+License: 
+ 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 the author nor the names of his contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ 
+ THIS SOFTWARE IS PROVIDED BY THE 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 AUTHORS 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-strict//rules new-haskell-strict//rules
--- old-haskell-strict//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-strict//rules	2011-05-27 18:20:30.565276592 +0000
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-strict//source/format new-haskell-strict//source/format
--- old-haskell-strict//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-strict//source/format	2011-05-27 18:20:30.565276592 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-strict//watch new-haskell-strict//watch
--- old-haskell-strict//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-strict//watch	2011-05-27 18:20:30.569276330 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|strict-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/strict \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list