[DHG_packages] 05/101: Remove obsolete maybet

Joachim Breitner nomeata at moszumanska.debian.org
Sun Aug 16 14:05:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch st3
in repository DHG_packages.

commit 8db2a65e89c5ca2faccf60dbcc04690f03a7073e
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Aug 15 17:01:26 2015 +0200

    Remove obsolete maybet
---
 p/haskell-maybet/debian/changelog     | 71 -----------------------------------
 p/haskell-maybet/debian/compat        |  1 -
 p/haskell-maybet/debian/control       | 67 ---------------------------------
 p/haskell-maybet/debian/copyright     | 38 -------------------
 p/haskell-maybet/debian/rules         |  4 --
 p/haskell-maybet/debian/source/format |  1 -
 p/haskell-maybet/debian/watch         |  2 -
 7 files changed, 184 deletions(-)

diff --git a/p/haskell-maybet/debian/changelog b/p/haskell-maybet/debian/changelog
deleted file mode 100644
index 6f4df51..0000000
--- a/p/haskell-maybet/debian/changelog
+++ /dev/null
@@ -1,71 +0,0 @@
-haskell-maybet (0.1.2-8) unstable; urgency=medium
-
-  * Upload to unstable
-
- -- Joachim Breitner <nomeata at debian.org>  Mon, 27 Apr 2015 11:51:30 +0200
-
-haskell-maybet (0.1.2-7) experimental; urgency=low
-
-  * Fix Vcs-Darcs url: http://darcs.debian.org/ instead of
-    http://darcs.debian.org/darcs/
-  * Adjust watch file to new hackage layout
-  * Depend on haskell-devscripts 0.9, found in experimental
-
- -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Dec 2014 17:11:20 +0100
-
-haskell-maybet (0.1.2-6) unstable; urgency=low
-
-  * Enable compat level 9
-  * Use substvars for Haskell description blurbs
-
- -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 12:51:22 +0200
-
-haskell-maybet (0.1.2-5) experimental; urgency=low
-
-  * Previous upload should have gone to experimental; fixing
-
- -- Joachim Breitner <nomeata at debian.org>  Sun, 21 Oct 2012 15:53:29 +0200
-
-haskell-maybet (0.1.2-5~sid) unstable; urgency=low
-
-  * Sid-compatible re-upload
-
- -- Joachim Breitner <nomeata at debian.org>  Sun, 21 Oct 2012 16:43:31 +0200
-
-haskell-maybet (0.1.2-4) unstable; urgency=low
-
-  * Bump standards version, no change
-  * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
-    against experimental
-
- -- Joachim Breitner <nomeata at debian.org>  Mon, 15 Oct 2012 16:19:26 +0200
-
-haskell-maybet (0.1.2-3) unstable; urgency=low
-
-  * Sourceful upload to rebuild documentation package
-
- -- Joachim Breitner <nomeata at debian.org>  Tue, 07 Feb 2012 23:11:33 +0100
-
-haskell-maybet (0.1.2-2) unstable; urgency=low
-
-  [ Marco Silva ]
-  * Use ghc instead of ghc6
-
-  [ 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>  Sat, 16 Apr 2011 17:12:56 +0200
-
-haskell-maybet (0.1.2-1) unstable; urgency=low
-
-  [ Giovanni Mascellani ]
-  * Initial release. (closes: #576693)
-
-  [ Joachim Breitner ]
-  * Add Haskell Provides: substvars
-
- -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it>  Wed, 07 Apr 2010 13:56:41 +0200
diff --git a/p/haskell-maybet/debian/compat b/p/haskell-maybet/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/p/haskell-maybet/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/p/haskell-maybet/debian/control b/p/haskell-maybet/debian/control
deleted file mode 100644
index 3e2282b..0000000
--- a/p/haskell-maybet/debian/control
+++ /dev/null
@@ -1,67 +0,0 @@
-Source: haskell-maybet
-Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Giovanni Mascellani <gio at debian.org>
-Priority: extra
-Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
- cdbs,
- ghc,
- ghc-prof,
- libghc-mtl-dev,
- libghc-mtl-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-mtl-doc,
-Standards-Version: 3.9.4
-Homepage: http://hackage.haskell.org/package/MaybeT
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-maybet
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-maybet
-
-Package: libghc-maybet-dev
-Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
-Description: Haskell MaybeT monad transformer${haskell:ShortBlurb}
- 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.
- .
- ${haskell:Blurb}
-
-Package: libghc-maybet-prof
-Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
-Description: Haskell MaybeT monad transformer${haskell:ShortBlurb}
- 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.
- .
- ${haskell:Blurb}
-
-Package: libghc-maybet-doc
-Architecture: all
-Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Description: Haskell MaybeT monad transformer${haskell:ShortBlurb}
- 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.
- .
- ${haskell:Blurb}
diff --git a/p/haskell-maybet/debian/copyright b/p/haskell-maybet/debian/copyright
deleted file mode 100644
index 492f01e..0000000
--- a/p/haskell-maybet/debian/copyright
+++ /dev/null
@@ -1,38 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-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: © 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
- Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
diff --git a/p/haskell-maybet/debian/rules b/p/haskell-maybet/debian/rules
deleted file mode 100755
index 683e77b..0000000
--- a/p/haskell-maybet/debian/rules
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-maybet/debian/source/format b/p/haskell-maybet/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/p/haskell-maybet/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/p/haskell-maybet/debian/watch b/p/haskell-maybet/debian/watch
deleted file mode 100644
index 952785b..0000000
--- a/p/haskell-maybet/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-version=3
-http://hackage.haskell.org/package/MaybeT/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list