[DHG_packages] 01/01: Remove maybeT (already removed from the archive)

Joachim Breitner nomeata at moszumanska.debian.org
Thu Jan 21 22:15:23 UTC 2016


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

nomeata pushed a commit to branch master
in repository DHG_packages.

commit 56261216ba176f71566ec4f265d3bb628a2a0627
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Jan 21 23:10:54 2016 +0100

    Remove maybeT (already removed from the archive)
---
 p/haskell-maybet/debian/changelog     |  5 ---
 p/haskell-maybet/debian/compat        |  1 -
 p/haskell-maybet/debian/control       | 71 -----------------------------------
 p/haskell-maybet/debian/copyright     | 37 ------------------
 p/haskell-maybet/debian/rules         |  7 ----
 p/haskell-maybet/debian/source/format |  1 -
 p/haskell-maybet/debian/watch         |  2 -
 7 files changed, 124 deletions(-)

diff --git a/p/haskell-maybet/debian/changelog b/p/haskell-maybet/debian/changelog
deleted file mode 100644
index 0e821c0..0000000
--- a/p/haskell-maybet/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-haskell-maybet (0.1.2-1) unstable; urgency=low
-
-  * Initial release
-
- -- Dmitry Bogatov <KAction at gnu.org>  Mon, 21 Dec 2015 17:33:41 +0300
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 58876ef..0000000
--- a/p/haskell-maybet/debian/control
+++ /dev/null
@@ -1,71 +0,0 @@
-Source: haskell-maybet
-Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Dmitry Bogatov <KAction at gnu.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.6
-Homepage: http://hackage.haskell.org/package/MaybeT
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-maybet
-Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: MaybeT monad transformer
- Package provides monad transformer MaybeT with following properties:
- .
-  * Computation type: computations which may fail or return nothing.
-  * Binding strategy: Failure returns the value 'Nothing', bypassing any
-    bound functions which follow.  Success returns a value wrapped in 'Just'.
- .
- This monad transformer is useful for building computations from steps which
- may fail. No error information is returned.
- .
- If error information is required, see 'Control.Monad.Except', provided by
- 'libghc-mtl-dev' package.
-
-
-Package: libghc-maybet-dev
-Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
-Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
- ${haskell:LongDescription}
- .
- ${haskell:Blurb}
-
-Package: libghc-maybet-prof
-Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
-Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
- ${haskell:LongDescription}
- .
- ${haskell:Blurb}
-
-Package: libghc-maybet-doc
-Architecture: all
-Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
- ${haskell:LongDescription}
- .
- ${haskell:Blurb}
diff --git a/p/haskell-maybet/debian/copyright b/p/haskell-maybet/debian/copyright
deleted file mode 100644
index d419594..0000000
--- a/p/haskell-maybet/debian/copyright
+++ /dev/null
@@ -1,37 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: MaybeT
-Upstream-Contact: Eric Kidd <haskell at randomhacks.net>
-Source: https://hackage.haskell.org/package/MaybeT
-
-Files: *
-Copyright: 2007 Eric Kidd <haskell at randomhacks.net>
-License: BSD3
-
-Files: debian/*
-Copyright: held by the contributors mentioned in debian/changelog
-License: BSD3
-
-License: BSD3
- 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.
diff --git a/p/haskell-maybet/debian/rules b/p/haskell-maybet/debian/rules
deleted file mode 100755
index 09037bb..0000000
--- a/p/haskell-maybet/debian/rules
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/make -f
-
-DEB_CABAL_PACKAGE = maybet
-DEB_DEFAULT_COMPILER = ghc
-
-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 33ccb79..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