diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2014-08-03 21:22:22 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-08-03 21:22:22 +0400 |
| commit | 3e864a9c37272e4af578473ef573e2836ff3e095 (patch) | |
| tree | 845a246d8776710021e87dee6cc9af7508ba8128 | |
| parent | 2c18fd01993143211e238a23e2e7b7b6178682c6 (diff) | |
| download | DHG_packages-3e864a9c37272e4af578473ef573e2836ff3e095.tar.gz | |
haskell-unbounded-delays: Initial check-in
| -rw-r--r-- | p/haskell-unbounded-delays/debian/changelog | 5 | ||||
| -rw-r--r-- | p/haskell-unbounded-delays/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskell-unbounded-delays/debian/control | 56 | ||||
| -rw-r--r-- | p/haskell-unbounded-delays/debian/copyright | 44 | ||||
| -rwxr-xr-x | p/haskell-unbounded-delays/debian/rules | 6 | ||||
| -rw-r--r-- | p/haskell-unbounded-delays/debian/source/format | 1 | ||||
| -rw-r--r-- | p/haskell-unbounded-delays/debian/watch | 2 |
7 files changed, 115 insertions, 0 deletions
diff --git a/p/haskell-unbounded-delays/debian/changelog b/p/haskell-unbounded-delays/debian/changelog new file mode 100644 index 000000000..b45262d9a --- /dev/null +++ b/p/haskell-unbounded-delays/debian/changelog @@ -0,0 +1,5 @@ +haskell-unbounded-delays (0.1.0.8-1) UNRELEASED; urgency=low + + * Initial release. + + -- Joachim Breitner <nomeata@debian.org> Thu, 01 Jan 1970 00:00:00 +0000 diff --git a/p/haskell-unbounded-delays/debian/compat b/p/haskell-unbounded-delays/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/p/haskell-unbounded-delays/debian/compat @@ -0,0 +1 @@ +9 diff --git a/p/haskell-unbounded-delays/debian/control b/p/haskell-unbounded-delays/debian/control new file mode 100644 index 000000000..d9bb4c249 --- /dev/null +++ b/p/haskell-unbounded-delays/debian/control @@ -0,0 +1,56 @@ +Source: haskell-unbounded-delays +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 +Build-Depends-Indep: ghc-doc + , libghc-bar-doc +Standards-Version: 3.9.2 +Homepage: http://hackage.haskell.org/package/unbounded-delays +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-unbounded-delays +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-unbounded-delays +X-Description: Unbounded thread delays and timeouts + The threadDelay and timeout functions from the base library use the bounded + Int type for specifying the delay or timeout period. This packages provides + alternatives which use the unbounded Integer type. + +Package: libghc-unbounded-delays-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-unbounded-delays-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-unbounded-delays-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-unbounded-delays/debian/copyright b/p/haskell-unbounded-delays/debian/copyright new file mode 100644 index 000000000..7ca73f3f5 --- /dev/null +++ b/p/haskell-unbounded-delays/debian/copyright @@ -0,0 +1,44 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: unbounded-delays +Upstream-Contact: Bas van Dijk <v.dijk.bas@gmail.com> +Source: http://hackage.haskell.org/package/unbounded-delays + +Files: * +Copyright: (c) 2011-2012 Bas van Dijk & Roel van Dijk +License: unbounded-delays license + +Files: debian/* +Copyright: 2014 Joachim Breitner +License: unbounded-delays license + +License: unbounded-delays 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. + . + * The names of Bas van Dijk, Roel van Dijk and the names of + 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-unbounded-delays/debian/rules b/p/haskell-unbounded-delays/debian/rules new file mode 100755 index 000000000..d730346e0 --- /dev/null +++ b/p/haskell-unbounded-delays/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-unbounded-delays/debian/source/format b/p/haskell-unbounded-delays/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-unbounded-delays/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-unbounded-delays/debian/watch b/p/haskell-unbounded-delays/debian/watch new file mode 100644 index 000000000..4a4cb1bb0 --- /dev/null +++ b/p/haskell-unbounded-delays/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://hackage.haskell.org/package/unbounded-delays/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) |
