[DHG_packages] 01/01: add monadlib 3.7.3

Clint Adams clint at moszumanska.debian.org
Tue Dec 15 19:18:20 UTC 2015


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

clint pushed a commit to branch master
in repository DHG_packages.

commit ed44858dfaf4c8e4e712fe417ef41a29a477c9bb
Author: Clint Adams <clint at debian.org>
Date:   Tue Dec 15 14:18:01 2015 -0500

    add monadlib 3.7.3
---
 p/haskell-monadlib/debian/changelog     |  5 +++
 p/haskell-monadlib/debian/compat        |  1 +
 p/haskell-monadlib/debian/control       | 57 +++++++++++++++++++++++++++++++++
 p/haskell-monadlib/debian/copyright     | 19 +++++++++++
 p/haskell-monadlib/debian/rules         |  7 ++++
 p/haskell-monadlib/debian/source/format |  1 +
 p/haskell-monadlib/debian/watch         |  2 ++
 7 files changed, 92 insertions(+)

diff --git a/p/haskell-monadlib/debian/changelog b/p/haskell-monadlib/debian/changelog
new file mode 100644
index 0000000..a62d8f0
--- /dev/null
+++ b/p/haskell-monadlib/debian/changelog
@@ -0,0 +1,5 @@
+haskell-monadlib (3.7.3-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Tue, 15 Dec 2015 14:08:19 -0500
diff --git a/p/haskell-monadlib/debian/compat b/p/haskell-monadlib/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-monadlib/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-monadlib/debian/control b/p/haskell-monadlib/debian/control
new file mode 100644
index 0000000..89bd8c7
--- /dev/null
+++ b/p/haskell-monadlib/debian/control
@@ -0,0 +1,57 @@
+Source: haskell-monadlib
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 3.9.6
+Homepage: http://wiki.github.com/yav/monadlib
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git
+X-Description: collection of monad transformers
+ A collection of monad transformers.
+
+Package: libghc-monadlib-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-monadlib-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-monadlib-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-monadlib/debian/copyright b/p/haskell-monadlib/debian/copyright
new file mode 100644
index 0000000..1ccd968
--- /dev/null
+++ b/p/haskell-monadlib/debian/copyright
@@ -0,0 +1,19 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: monadLib
+Upstream-Contact: Iavor S. Diatchki <diatchki at galois.com>
+Source: https://hackage.haskell.org/package/monadLib
+
+Files: *
+Copyright: 2006 Iavor S. Diatchki
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ 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-monadlib/debian/rules b/p/haskell-monadlib/debian/rules
new file mode 100755
index 0000000..370642e
--- /dev/null
+++ b/p/haskell-monadlib/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = monadlib
+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-monadlib/debian/source/format b/p/haskell-monadlib/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-monadlib/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-monadlib/debian/watch b/p/haskell-monadlib/debian/watch
new file mode 100644
index 0000000..df78d20
--- /dev/null
+++ b/p/haskell-monadlib/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/monadLib/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