[Pkg-haskell-commits] darcs: haskell-chasingbottoms: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Mon Mar 25 12:30:41 UTC 2013


Mon Mar 25 12:30:26 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: 49f7f667065d182badff2e2e7d913c9

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

Mon Mar 25 12:30:26 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: 49f7f667065d182badff2e2e7d913c9
diff -rN -u old-haskell-chasingbottoms//changelog new-haskell-chasingbottoms//changelog
--- old-haskell-chasingbottoms//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-chasingbottoms//changelog	2013-03-25 12:30:41.555268345 +0000
@@ -0,0 +1,5 @@
+haskell-chasingbottoms (1.3.0.5-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-haskell-chasingbottoms//compat new-haskell-chasingbottoms//compat
--- old-haskell-chasingbottoms//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-chasingbottoms//compat	2013-03-25 12:30:41.555268345 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-chasingbottoms//control new-haskell-chasingbottoms//control
--- old-haskell-chasingbottoms//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-chasingbottoms//control	2013-03-25 12:30:41.555268345 +0000
@@ -0,0 +1,92 @@
+Source: haskell-chasingbottoms
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8.13)
+  , ghc
+  , ghc-prof
+  , libghc-quickcheck2-dev (>= 2.1)
+  , libghc-quickcheck2-dev (<< 2.6)
+  , libghc-quickcheck2-prof
+  , libghc-mtl-dev (>= 1.1)
+  , libghc-mtl-dev (<< 2.2)
+  , libghc-mtl-prof
+  , libghc-random-dev (>= 1.0)
+  , libghc-random-dev (<< 1.1)
+  , libghc-random-prof
+  , libghc-syb-dev (>= 0.1.0.2)
+  , libghc-syb-dev (<< 0.4)
+  , libghc-syb-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-quickcheck2-prof
+  , libghc-mtl-prof
+  , libghc-random-prof
+  , libghc-syb-prof
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/chasingbottoms
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-chasingbottoms
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-chasingbottoms
+
+Package: libghc-chasingbottoms-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Library for testing partial and infinite values
+ Do you ever feel the need to test code involving bottoms (e.g. calls to the
+ error function), or code involving infinite values? Then this library could be
+ useful for you.
+ .
+ It is usually easy to get a grip on bottoms by showing a value and waiting to
+ see how much gets printed before the first exception is encountered. However,
+ that quickly gets tiresome and is hard to automate using e.g. QuickCheck. With
+ this library you can do such tests like other automatic tests.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-chasingbottoms-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Library for testing partial and infinite values; profiling libraries
+ Do you ever feel the need to test code involving bottoms (e.g. calls to the
+ error function), or code involving infinite values? Then this library could be
+ useful for you.
+ .
+ It is usually easy to get a grip on bottoms by showing a value and waiting to
+ see how much gets printed before the first exception is encountered. However,
+ that quickly gets tiresome and is hard to automate using e.g. QuickCheck. With
+ this library you can do such tests like other automatic tests.
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling.  See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-chasingbottoms-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Library for testing partial and infinite values; documentation
+ Do you ever feel the need to test code involving bottoms (e.g. calls to the
+ error function), or code involving infinite values? Then this library could be
+ useful for you.
+ .
+ It is usually easy to get a grip on bottoms by showing a value and waiting to
+ see how much gets printed before the first exception is encountered. However,
+ that quickly gets tiresome and is hard to automate using e.g. QuickCheck. With
+ this library you can do such tests like other automatic tests.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
diff -rN -u old-haskell-chasingbottoms//copyright new-haskell-chasingbottoms//copyright
--- old-haskell-chasingbottoms//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-chasingbottoms//copyright	2013-03-25 12:30:41.555268345 +0000
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: chasingbottoms
+Upstream-Contact: Nils Anders Danielsson
+Source: http://hackage.haskell.org/package/chasingbottoms
+
+Files: *
+Copyright: 2004-2011 Nils Anders Danielsson
+License: Expat
+
+Files: debian/*
+Copyright: 2013 Joachim Breitner
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff -rN -u old-haskell-chasingbottoms//rules new-haskell-chasingbottoms//rules
--- old-haskell-chasingbottoms//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-chasingbottoms//rules	2013-03-25 12:30:41.555268345 +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-chasingbottoms//source/format new-haskell-chasingbottoms//source/format
--- old-haskell-chasingbottoms//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-chasingbottoms//source/format	2013-03-25 12:30:41.559252508 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-chasingbottoms//watch new-haskell-chasingbottoms//watch
--- old-haskell-chasingbottoms//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-chasingbottoms//watch	2013-03-25 12:30:41.559252508 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|chasingbottoms-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/chasingbottoms \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list