[DHG_packages] 03/26: Initial packaging of monad-unlift-0.2.0

Joachim Breitner nomeata at moszumanska.debian.org
Wed Jun 1 11:15:54 UTC 2016


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

nomeata pushed a commit to branch LTS-6
in repository DHG_packages.

commit 91d439f0a00bc9d633ba731287949acf84284413
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Jun 1 11:25:13 2016 +0200

    Initial packaging of monad-unlift-0.2.0
---
 p/haskell-monad-unlift/debian/changelog     |  5 ++
 p/haskell-monad-unlift/debian/compat        |  1 +
 p/haskell-monad-unlift/debian/control       | 71 +++++++++++++++++++++++++++++
 p/haskell-monad-unlift/debian/copyright     | 32 +++++++++++++
 p/haskell-monad-unlift/debian/rules         |  7 +++
 p/haskell-monad-unlift/debian/source/format |  1 +
 p/haskell-monad-unlift/debian/watch         |  2 +
 7 files changed, 119 insertions(+)

diff --git a/p/haskell-monad-unlift/debian/changelog b/p/haskell-monad-unlift/debian/changelog
new file mode 100644
index 0000000..dd93a2e
--- /dev/null
+++ b/p/haskell-monad-unlift/debian/changelog
@@ -0,0 +1,5 @@
+haskell-monad-unlift (0.2.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Joachim Breitner <nomeata at debian.org>  Wed, 01 Jun 2016 11:25:14 +0200
diff --git a/p/haskell-monad-unlift/debian/compat b/p/haskell-monad-unlift/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-monad-unlift/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-monad-unlift/debian/control b/p/haskell-monad-unlift/debian/control
new file mode 100644
index 0000000..c732fc9
--- /dev/null
+++ b/p/haskell-monad-unlift/debian/control
@@ -0,0 +1,71 @@
+Source: haskell-monad-unlift
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-constraints-dev,
+ libghc-constraints-prof,
+ libghc-monad-control-dev (>= 1.0),
+ libghc-monad-control-dev (<< 1.1),
+ libghc-monad-control-prof,
+ libghc-transformers-base-dev,
+ libghc-transformers-base-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-constraints-doc,
+ libghc-monad-control-doc,
+ libghc-transformers-base-doc,
+Standards-Version: 3.9.6
+Homepage: https://github.com/fpco/monad-unlift
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-monad-unlift
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
+X-Description: Typeclasses for representing monad transformer unlifting
+ This package provides typeclasses for providing for unlifting of monad
+ transformers and stacks.
+ .
+ Note that concrete implementations of common transformers implementing these
+ type classes are provided by the monad-unlift-ref package.
+
+Package: libghc-monad-unlift-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-monad-unlift-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-monad-unlift-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-monad-unlift/debian/copyright b/p/haskell-monad-unlift/debian/copyright
new file mode 100644
index 0000000..4b89158
--- /dev/null
+++ b/p/haskell-monad-unlift/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: monad-unlift
+Upstream-Contact: michael at fpcomplete.com
+Source: https://hackage.haskell.org/package/monad-unlift
+
+Files: *
+Copyright: FP Complete, 2015 Michael Snoyman
+License: MIT
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/p/haskell-monad-unlift/debian/rules b/p/haskell-monad-unlift/debian/rules
new file mode 100755
index 0000000..f48c53f
--- /dev/null
+++ b/p/haskell-monad-unlift/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = monad-unlift
+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-monad-unlift/debian/source/format b/p/haskell-monad-unlift/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-monad-unlift/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-monad-unlift/debian/watch b/p/haskell-monad-unlift/debian/watch
new file mode 100644
index 0000000..6713b53
--- /dev/null
+++ b/p/haskell-monad-unlift/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/monad-unlift/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