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

mascellani at poisson.phc.unipi.it mascellani at poisson.phc.unipi.it
Wed Apr 7 11:50:59 UTC 2010


Wed Apr  7 11:49:48 UTC 2010  mascellani at poisson.phc.unipi.it
  * Initial import
  Ignore-this: 406798d2ce8fc078465d257cfed86631

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./libghc6-maybet-doc.doc-base
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Wed Apr  7 11:49:48 UTC 2010  mascellani at poisson.phc.unipi.it
  * Initial import
  Ignore-this: 406798d2ce8fc078465d257cfed86631
diff -rN -u old-haskell-maybet/changelog new-haskell-maybet/changelog
--- old-haskell-maybet/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-maybet/changelog	2010-04-07 11:50:59.235005867 +0000
@@ -0,0 +1,5 @@
+haskell-maybet (0.1.2-1) UNRELEASED; urgency=low
+
+  * Initial release. (closes: #576693)
+
+ -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it>  Tue, 06 Apr 2010 15:10:56 +0200
diff -rN -u old-haskell-maybet/compat new-haskell-maybet/compat
--- old-haskell-maybet/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-maybet/compat	2010-04-07 11:50:59.235005867 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-maybet/control new-haskell-maybet/control
--- old-haskell-maybet/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-maybet/control	2010-04-07 11:50:59.235005867 +0000
@@ -0,0 +1,70 @@
+Source: haskell-maybet
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
+Build-Depends:
+ debhelper (>= 7),
+ haskell-devscripts,
+ cdbs,
+ ghc6,
+ ghc6-prof,
+ libghc6-mtl-dev,
+ libghc6-mtl-prof
+Build-Depends-Indep:
+ ghc6-doc,
+ libghc6-mtl-doc
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/MaybeT
+Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-maybet
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-maybet
+
+Package: libghc6-maybet-dev
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell MaybeT monad transformer - GHC 6 libraries
+ MaybeT is a Haskell monad transformer that adds Maybe semantics to an
+ existing monad, making it able to fail (i.e. return Nothing) or be
+ successful (return the result wrapped in a Just).
+ .
+ If you don't know what a Haskell monad is, you can just ignore this package.
+ .
+ This package contains the libraries compiled for GHC 6.
+
+Package: libghc6-maybet-prof
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell MaybeT monad transformer - GHC 6 profiling libraries
+ MaybeT is a Haskell monad transformer that adds Maybe semantics to an
+ existing monad, making it able to fail (i.e. return Nothing) or be
+ successful (return the result wrapped in a Just).
+ .
+ If you don't know what a Haskell monad is, you can just ignore this package.
+ .
+ This package contains the profiling libraries compiled for GHC 6.
+
+Package: libghc6-maybet-doc
+Section: doc
+Architecture: all
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell MaybeT monad transformer - documentation
+ MaybeT is a Haskell monad transformer that adds Maybe semantics to an
+ existing monad, making it able to fail (i.e. return Nothing) or be
+ successful (return the result wrapped in a Just).
+ .
+ If you don't know what a Haskell monad is, you can just ignore this package.
+ .
+ This package contains the library documentation.
diff -rN -u old-haskell-maybet/copyright new-haskell-maybet/copyright
--- old-haskell-maybet/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-maybet/copyright	2010-04-07 11:50:59.235005867 +0000
@@ -0,0 +1,41 @@
+Format-Specification: http://dep.debian.net/deps/dep5
+Name: Haskell MaybeT monad transformer
+Maintainer: Eric Kidd <haskell at randomhacks.net>
+Source: http://hackage.haskell.org/package/MaybeT
+
+Files: *
+Copyright: © 2007, Eric Kidd <haskell at randomhacks.net>
+License: BSD
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+   * Redistributions of source code must retain the above copyright notice,
+     this list of conditions and the following disclaimer.
+   * 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.
+   * The names of this library's contributors may not 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.
+
+Files: debian/*
+Copyright: © 2010 Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
+License: GPL-3+
+ The Debian packaging information is under the GPL, version 3 or later.  On
+ Debian GNU/Linux systems, the complete text of the GNU General Public License
+ Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
diff -rN -u old-haskell-maybet/libghc6-maybet-doc.doc-base new-haskell-maybet/libghc6-maybet-doc.doc-base
--- old-haskell-maybet/libghc6-maybet-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-maybet/libghc6-maybet-doc.doc-base	2010-04-07 11:50:59.235005867 +0000
@@ -0,0 +1,9 @@
+Document: haskell-maybet-api
+Title: Documentation for the haskell maybet library
+Author: Eric Kidd
+Abstract: maybet is a Haskell library that adds Maybe semantics to monads
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc6-maybet-doc/html/index.html
+Files: /usr/share/doc/libghc6-maybet-doc/html/*.html
diff -rN -u old-haskell-maybet/rules new-haskell-maybet/rules
--- old-haskell-maybet/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-maybet/rules	2010-04-07 11:50:59.231005658 +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-maybet/source/format new-haskell-maybet/source/format
--- old-haskell-maybet/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-maybet/source/format	2010-04-07 11:50:59.231005658 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-maybet/watch new-haskell-maybet/watch
--- old-haskell-maybet/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-maybet/watch	2010-04-07 11:50:59.231005658 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|MaybeT-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/MaybeT \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list