[Pkg-haskell-commits] darcs: haskell-chell: Upstream release of haskell-chell_0.3

John Millikin jmillikin at gmail.com
Sat Jun 2 01:04:57 UTC 2012


Sat Jun  2 01:01:13 UTC 2012  John Millikin <jmillikin at gmail.com>
  * Upstream release of haskell-chell_0.3
  Ignore-this: 2593b946ba00949ac1e7b9a81449ff8c

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

Sat Jun  2 01:01:13 UTC 2012  John Millikin <jmillikin at gmail.com>
  * Upstream release of haskell-chell_0.3
  Ignore-this: 2593b946ba00949ac1e7b9a81449ff8c
diff -rN -u old-haskell-chell//changelog new-haskell-chell//changelog
--- old-haskell-chell//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-chell//changelog	2012-06-02 01:04:57.266327226 +0000
@@ -0,0 +1,5 @@
+haskell-chell (0.3-1) unstable; urgency=low
+
+  * Initial release. (closes: #674418)
+
+ -- John Millikin <jmillikin at gmail.com>  Thu, 24 May 2012 18:18:12 -0700
diff -rN -u old-haskell-chell//compat new-haskell-chell//compat
--- old-haskell-chell//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-chell//compat	2012-06-02 01:04:57.266327226 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-chell//control new-haskell-chell//control
--- old-haskell-chell//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-chell//control	2012-06-02 01:04:57.270328936 +0000
@@ -0,0 +1,91 @@
+Source: haskell-chell
+Priority: optional
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: John Millikin <jmillikin at gmail.com>
+DM-Upload-Allowed: yes
+Build-Depends:
+    cdbs
+  , debhelper (>= 7.0)
+  , haskell-devscripts (>= 0.8)
+  , ghc (>= 6.12)
+  , ghc-prof
+  , ghc-ghci
+  , libghc-options-dev (>= 0.1)
+  , libghc-options-dev (<< 0.2)
+  , libghc-options-prof
+  , libghc-patience-dev (>= 0.1)
+  , libghc-patience-dev (<< 0.2)
+  , libghc-patience-prof
+  , libghc-random-dev (>= 1.0)
+  , libghc-random-prof
+  , libghc-system-filepath-dev (>= 0.4)
+  , libghc-system-filepath-dev (<< 0.5)
+  , libghc-system-filepath-prof
+  , libghc-text-dev
+  , libghc-text-prof
+  , libghc-transformers-dev (>= 0.2)
+  , libghc-transformers-prof
+Build-Depends-Indep:
+    ghc-doc
+  , haddock
+  , libghc-options-doc
+  , libghc-patience-doc
+  , libghc-system-filepath-doc
+  , libghc-text-doc
+  , libghc-transformers-doc
+Standards-Version: 3.9.3
+Homepage: https://john-millikin.com/software/chell/
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-chell
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-chell
+
+Package: libghc-chell-dev
+Architecture: any
+Depends:
+    ${haskell:Depends}
+  , ${misc:Depends}
+  , ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell library for simple and intuitive automated testing
+ Chell is a simple and intuitive library for automated testing. It natively
+ supports assertion-based testing, and can use companion libraries to
+ support more complex testing strategies.
+ .
+ This package provides a library written in the Haskell programming
+ language. See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-chell-prof
+Architecture: any
+Depends:
+    ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell library for simple and intuitive automated testing; profiling libraries
+ Chell is a simple and intuitive library for automated testing. It natively
+ supports assertion-based testing, and can use companion libraries to
+ support more complex testing strategies.
+ .
+ This package provides a library written in the Haskell programming language,
+ compiled for profiling. See http://www.haskell.org/ for more information on
+ Haskell.
+
+Package: libghc-chell-doc
+Section: doc
+Architecture: all
+Depends:
+    ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Haskell library for simple and intuitive automated testing; documentation
+ Chell is a simple and intuitive library for automated testing. It natively
+ supports assertion-based testing, and can use companion libraries to
+ support more complex testing strategies.
+ .
+ This package provides documentation for a library written in the Haskell
+ programming language. See http://www.haskell.org/ for more information on
+ Haskell.
diff -rN -u old-haskell-chell//copyright new-haskell-chell//copyright
--- old-haskell-chell//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-chell//copyright	2012-06-02 01:04:57.270328936 +0000
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: chell
+Upstream-Contact: John Millikin <jmillikin at gmail.com>
+Source: https://john-millikin.com/software/chell/
+
+Files: *
+Copyright: 2011-2012 John Millikin
+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-chell//rules new-haskell-chell//rules
--- old-haskell-chell//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-chell//rules	2012-06-02 01:04:57.270328936 +0000
@@ -0,0 +1,3 @@
+#!/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-chell//source/format new-haskell-chell//source/format
--- old-haskell-chell//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-chell//source/format	2012-06-02 01:04:57.270328936 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-chell//watch new-haskell-chell//watch
--- old-haskell-chell//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-chell//watch	2012-06-02 01:04:57.270328936 +0000
@@ -0,0 +1,2 @@
+version=3
+https://john-millikin.com/downloads/chell_(.+)\.tar\.xz debian uupdate





More information about the Pkg-haskell-commits mailing list