[DHG_packages] 01/01: Add unexceptionalio

Clint Adams clint at moszumanska.debian.org
Wed May 25 14:49:49 UTC 2016


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

clint pushed a commit to branch master
in repository DHG_packages.

commit f8b94854a570d9da6af40a1d100067d21e0b7a26
Author: Clint Adams <clint at debian.org>
Date:   Wed May 25 10:48:57 2016 -0400

    Add unexceptionalio
---
 p/haskell-unexceptionalio/debian/changelog     |  5 +++
 p/haskell-unexceptionalio/debian/compat        |  1 +
 p/haskell-unexceptionalio/debian/control       | 58 ++++++++++++++++++++++++++
 p/haskell-unexceptionalio/debian/copyright     | 25 +++++++++++
 p/haskell-unexceptionalio/debian/rules         |  7 ++++
 p/haskell-unexceptionalio/debian/source/format |  1 +
 p/haskell-unexceptionalio/debian/watch         |  2 +
 7 files changed, 99 insertions(+)

diff --git a/p/haskell-unexceptionalio/debian/changelog b/p/haskell-unexceptionalio/debian/changelog
new file mode 100644
index 0000000..f13d513
--- /dev/null
+++ b/p/haskell-unexceptionalio/debian/changelog
@@ -0,0 +1,5 @@
+haskell-unexceptionalio (0.3.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Wed, 25 May 2016 10:45:18 -0400
diff --git a/p/haskell-unexceptionalio/debian/compat b/p/haskell-unexceptionalio/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-unexceptionalio/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-unexceptionalio/debian/control b/p/haskell-unexceptionalio/debian/control
new file mode 100644
index 0000000..9cecb6a
--- /dev/null
+++ b/p/haskell-unexceptionalio/debian/control
@@ -0,0 +1,58 @@
+Source: haskell-unexceptionalio
+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.8
+Homepage: https://github.com/singpolyma/unexceptionalio
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-unexceptionalio
+Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git
+X-Description: IO without any non-error, synchronous exceptions
+ When you've caught all the exceptions that can be handled safely,
+ this is what you're left with.
+
+Package: libghc-unexceptionalio-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-unexceptionalio-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-unexceptionalio-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-unexceptionalio/debian/copyright b/p/haskell-unexceptionalio/debian/copyright
new file mode 100644
index 0000000..07bb9a6
--- /dev/null
+++ b/p/haskell-unexceptionalio/debian/copyright
@@ -0,0 +1,25 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: unexceptionalio
+Upstream-Contact: Stephen Paul Weber <singpolyma at singpolyma.net>
+Source: https://hackage.haskell.org/package/unexceptionalio
+
+Files: *
+Copyright: 2013-2014 Stephen Paul Weber
+License: ISC
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: ISC
+
+License: ISC
+ Permission to use, copy, modify, and/or distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/p/haskell-unexceptionalio/debian/rules b/p/haskell-unexceptionalio/debian/rules
new file mode 100755
index 0000000..318c2f7
--- /dev/null
+++ b/p/haskell-unexceptionalio/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = unexceptionalio
+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-unexceptionalio/debian/source/format b/p/haskell-unexceptionalio/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-unexceptionalio/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-unexceptionalio/debian/watch b/p/haskell-unexceptionalio/debian/watch
new file mode 100644
index 0000000..2f12c2f
--- /dev/null
+++ b/p/haskell-unexceptionalio/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/unexceptionalio/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