[Pkg-haskell-commits] darcs: haskell-maybet: Many changes
Giovanni Mascellani
gio at debian.org
Sat Apr 16 15:24:23 UTC 2011
Sat Apr 16 15:11:27 UTC 2011 Giovanni Mascellani <gio at debian.org>
* Many changes
Ignore-this: 5c710f7f5b8b551b0e2977f6aff26cbc
* Removing doc-base files because of team policy.
* Description: removing references to GHC 6.
* debian/copyright: copyright years updated.
* Standards-Version bumped to 3.9.1 (no changes required).
M ./changelog +4
M ./control -5 +5
M ./copyright -1 +1
R ./libghc-maybet-doc.doc-base
Sat Apr 16 15:11:27 UTC 2011 Giovanni Mascellani <gio at debian.org>
* Many changes
Ignore-this: 5c710f7f5b8b551b0e2977f6aff26cbc
* Removing doc-base files because of team policy.
* Description: removing references to GHC 6.
* debian/copyright: copyright years updated.
* Standards-Version bumped to 3.9.1 (no changes required).
diff -rN -u old-haskell-maybet/changelog new-haskell-maybet/changelog
--- old-haskell-maybet/changelog 2011-04-16 15:24:23.374677876 +0000
+++ new-haskell-maybet/changelog 2011-04-16 15:24:23.378678087 +0000
@@ -5,6 +5,10 @@
[ Giovanni Mascellani ]
* Updated my email address.
+ * Removing doc-base files because of team policy.
+ * Description: removing references to GHC 6.
+ * debian/copyright: copyright years updated.
+ * Standards-Version bumped to 3.9.1 (no changes required).
-- Giovanni Mascellani <gio at debian.org> Sun, 16 Jan 2011 10:27:17 +0100
diff -rN -u old-haskell-maybet/control new-haskell-maybet/control
--- old-haskell-maybet/control 2011-04-16 15:24:23.374677876 +0000
+++ new-haskell-maybet/control 2011-04-16 15:24:23.378678087 +0000
@@ -14,7 +14,7 @@
Build-Depends-Indep:
ghc-doc,
libghc-mtl-doc
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
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
@@ -28,14 +28,14 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell MaybeT monad transformer - GHC 6 libraries
+Description: Haskell MaybeT monad transformer - GHC 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.
+ This package contains the libraries compiled for GHC.
Package: libghc-maybet-prof
Architecture: any
@@ -45,14 +45,14 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell MaybeT monad transformer - GHC 6 profiling libraries
+Description: Haskell MaybeT monad transformer - GHC 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.
+ This package contains the profiling libraries compiled for GHC.
Package: libghc-maybet-doc
Section: doc
diff -rN -u old-haskell-maybet/copyright new-haskell-maybet/copyright
--- old-haskell-maybet/copyright 2011-04-16 15:24:23.370677666 +0000
+++ new-haskell-maybet/copyright 2011-04-16 15:24:23.378678087 +0000
@@ -33,7 +33,7 @@
POSSIBILITY OF SUCH DAMAGE.
Files: debian/*
-Copyright: © 2010 Giovanni Mascellani <gio at debian.org>
+Copyright: © 2011-2011 Giovanni Mascellani <gio at debian.org>
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
diff -rN -u old-haskell-maybet/libghc-maybet-doc.doc-base new-haskell-maybet/libghc-maybet-doc.doc-base
--- old-haskell-maybet/libghc-maybet-doc.doc-base 2011-04-16 15:24:23.370677666 +0000
+++ new-haskell-maybet/libghc-maybet-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
@@ -1,9 +0,0 @@
-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/libghc-maybet-doc/html/index.html
-Files: /usr/share/doc/libghc-maybet-doc/html/*.html
More information about the Pkg-haskell-commits
mailing list