[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [DHG_packages] 01/01: add haskell-maybet 0.1.2



Hi Dmitry,

just checking: Why do you re-add maybet? It was just removed from the
archive a few days ago: https://bugs.debian.org/807768

Greetings,
Joachim

Am Montag, den 21.12.2015, 14:38 +0000 schrieb Dmitry Bogatov:
> This is an automated email from the git hooks/post-receive script.
> 
> kaction-guest pushed a commit to branch master
> in repository DHG_packages.
> 
> commit b2be5733253825a8b88e6eac591d61ed5a47011e
> Author: Dmitry Bogatov <KAction@gnu.org>
> Date:   Mon Dec 21 17:34:04 2015 +0300
> 
>     add haskell-maybet 0.1.2
> ---
>  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 insertions(+)
> 
> diff --git a/p/haskell-maybet/debian/changelog b/p/haskell-
> maybet/debian/changelog
> new file mode 100644
> index 0000000..0e821c0
> --- /dev/null
> +++ b/p/haskell-maybet/debian/changelog
> @@ -0,0 +1,5 @@
> +haskell-maybet (0.1.2-1) unstable; urgency=low
> +
> +  * Initial release
> +
> + -- Dmitry Bogatov <KAction@gnu.org>  Mon, 21 Dec 2015 17:33:41
> +0300
> diff --git a/p/haskell-maybet/debian/compat b/p/haskell-
> maybet/debian/compat
> new file mode 100644
> index 0000000..ec63514
> --- /dev/null
> +++ b/p/haskell-maybet/debian/compat
> @@ -0,0 +1 @@
> +9
> diff --git a/p/haskell-maybet/debian/control b/p/haskell-
> maybet/debian/control
> new file mode 100644
> index 0000000..58876ef
> --- /dev/null
> +++ b/p/haskell-maybet/debian/control
> @@ -0,0 +1,71 @@
> +Source: haskell-maybet
> +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alio
> th.debian.org>
> +Uploaders: Dmitry Bogatov <KAction@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_package
> s.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
> new file mode 100644
> index 0000000..d419594
> --- /dev/null
> +++ b/p/haskell-maybet/debian/copyright
> @@ -0,0 +1,37 @@
> +Format: http://www.debian.org/doc/packaging-manuals/copyright-format
> /1.0/
> +Upstream-Name: MaybeT
> +Upstream-Contact: Eric Kidd <haskell@randomhacks.net>
> +Source: https://hackage.haskell.org/package/MaybeT
> +
> +Files: *
> +Copyright: 2007 Eric Kidd <haskell@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
> new file mode 100755
> index 0000000..09037bb
> --- /dev/null
> +++ b/p/haskell-maybet/debian/rules
> @@ -0,0 +1,7 @@
> +#!/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
> new file mode 100644
> index 0000000..163aaf8
> --- /dev/null
> +++ b/p/haskell-maybet/debian/source/format
> @@ -0,0 +1 @@
> +3.0 (quilt)
> diff --git a/p/haskell-maybet/debian/watch b/p/haskell-
> maybet/debian/watch
> new file mode 100644
> index 0000000..33ccb79
> --- /dev/null
> +++ b/p/haskell-maybet/debian/watch
> @@ -0,0 +1,2 @@
> +version=3
> +http://hackage.haskell.org/package/MaybeT/distro-monitor .*-([0-
> 9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
> 
-- 
Joachim "nomeata" Breitner
Debian Developer
  nomeata@debian.org | ICQ# 74513189 | GPG-Keyid: F0FBF51F
  JID: nomeata@joachim-breitner.de | http://people.debian.org/~nomeata

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: