summaryrefslogtreecommitdiff
path: root/p/haskell-lifted-async/debian
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-06-19 19:47:47 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2014-06-19 19:47:47 +0400
commit2777bbef76408945d77d2ce6db8b3685aa6d58f4 (patch)
treeff4f3a07f6b94cf8ae5c5046a7de66d306c0391f /p/haskell-lifted-async/debian
parent81b80658370491b62fa45f94535543ce19fdac84 (diff)
downloadDHG_packages-2777bbef76408945d77d2ce6db8b3685aa6d58f4.tar.gz
haskell-lifted-async: Initial check-in
Diffstat (limited to 'p/haskell-lifted-async/debian')
-rw-r--r--p/haskell-lifted-async/debian/changelog5
-rw-r--r--p/haskell-lifted-async/debian/compat1
-rw-r--r--p/haskell-lifted-async/debian/control66
-rw-r--r--p/haskell-lifted-async/debian/copyright42
-rwxr-xr-xp/haskell-lifted-async/debian/rules6
-rw-r--r--p/haskell-lifted-async/debian/source/format1
-rw-r--r--p/haskell-lifted-async/debian/watch2
7 files changed, 123 insertions, 0 deletions
diff --git a/p/haskell-lifted-async/debian/changelog b/p/haskell-lifted-async/debian/changelog
new file mode 100644
index 000000000..fd78f1504
--- /dev/null
+++ b/p/haskell-lifted-async/debian/changelog
@@ -0,0 +1,5 @@
+haskell-lifted-async (0.2.0-1) UNRELEASED; urgency=low
+
+ * Initial release.
+
+ -- Joachim Breitner <nomeata@debian.org> Thu, 01 Jan 1970 00:00:00 +0000
diff --git a/p/haskell-lifted-async/debian/compat b/p/haskell-lifted-async/debian/compat
new file mode 100644
index 000000000..ec635144f
--- /dev/null
+++ b/p/haskell-lifted-async/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-lifted-async/debian/control b/p/haskell-lifted-async/debian/control
new file mode 100644
index 000000000..f0e623934
--- /dev/null
+++ b/p/haskell-lifted-async/debian/control
@@ -0,0 +1,66 @@
+Source: haskell-lifted-async
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata@debian.org>
+Build-Depends: debhelper (>= 9)
+ , cdbs
+ , haskell-devscripts (>= 0.8.15)
+ , ghc
+ , ghc-prof
+ , libghc-async-dev (>= 2.0.1)
+ , libghc-async-prof
+ , libghc-lifted-base-dev (>= 0.2)
+ , libghc-lifted-base-prof
+ , libghc-monad-control-dev (>= 0.3.1)
+ , libghc-monad-control-prof
+ , libghc-transformers-base-dev (>= 0.4)
+ , libghc-transformers-base-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-async-base-doc
+ , libghc-lifted-base-doc
+ , libghc-monad-control-doc
+ , libghc-transformers-base-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/lifted-async
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-lifted-async
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-lifted-async
+X-Description: operations from async lifted to MonadBase
+ This package provides IO operations from @async@ package lifted to any
+ instance of 'MonadBase' or 'MonadBaseControl'.
+
+Package: libghc-lifted-async-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-lifted-async-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-lifted-async-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff --git a/p/haskell-lifted-async/debian/copyright b/p/haskell-lifted-async/debian/copyright
new file mode 100644
index 000000000..b8163b81d
--- /dev/null
+++ b/p/haskell-lifted-async/debian/copyright
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: lifted-async
+Upstream-Contact: Jack Upstream Developer <upstream@example.com>
+Source: http://hackage.haskell.org/package/lifted-async
+
+Files: *
+Copyright: 2012, Mitsutoshi Aoe
+License: lifted-async license
+
+Files: debian/*
+Copyright: 2014 Joachim Breitner
+License: lifted-async license
+
+License: lifted-async license
+ All rights reserved.
+ .
+ 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.
+ .
+ * Neither the name of Mitsutoshi Aoe nor the names of other
+ contributors may 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-lifted-async/debian/rules b/p/haskell-lifted-async/debian/rules
new file mode 100755
index 000000000..d730346e0
--- /dev/null
+++ b/p/haskell-lifted-async/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+# DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-lifted-async/debian/source/format b/p/haskell-lifted-async/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-lifted-async/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-lifted-async/debian/watch b/p/haskell-lifted-async/debian/watch
new file mode 100644
index 000000000..ba6484eb8
--- /dev/null
+++ b/p/haskell-lifted-async/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/lifted-async/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))