diff options
| author | clint <clint@debian.org> | 2011-10-19 04:02:16 +0400 |
|---|---|---|
| committer | clint <clint@debian.org> | 2011-10-19 04:02:16 +0400 |
| commit | a3e4c8c365f2fba0efcb1203aacb5e596f40930f (patch) | |
| tree | bd21e7ea321c977e9f6912d37c71e44ee1c9759a /p/haskell-netwire/debian | |
| parent | 94b9905112531dd54224d878b1962649ce434908 (diff) | |
| download | DHG_packages-a3e4c8c365f2fba0efcb1203aacb5e596f40930f.tar.gz | |
haskell-netwire: Initial Check-In
Diffstat (limited to 'p/haskell-netwire/debian')
| -rw-r--r-- | p/haskell-netwire/debian/changelog | 5 | ||||
| -rw-r--r-- | p/haskell-netwire/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskell-netwire/debian/control | 81 | ||||
| -rw-r--r-- | p/haskell-netwire/debian/copyright | 43 | ||||
| -rwxr-xr-x | p/haskell-netwire/debian/rules | 4 | ||||
| -rw-r--r-- | p/haskell-netwire/debian/source/format | 1 | ||||
| -rw-r--r-- | p/haskell-netwire/debian/watch | 5 |
7 files changed, 140 insertions, 0 deletions
diff --git a/p/haskell-netwire/debian/changelog b/p/haskell-netwire/debian/changelog new file mode 100644 index 000000000..0c79ae6f8 --- /dev/null +++ b/p/haskell-netwire/debian/changelog @@ -0,0 +1,5 @@ +haskell-netwire (1.2.7-1) unstable; urgency=low + + * Initial release. + + -- Clint Adams <clint@debian.org> Tue, 18 Oct 2011 19:16:52 -0400 diff --git a/p/haskell-netwire/debian/compat b/p/haskell-netwire/debian/compat new file mode 100644 index 000000000..7f8f011eb --- /dev/null +++ b/p/haskell-netwire/debian/compat @@ -0,0 +1 @@ +7 diff --git a/p/haskell-netwire/debian/control b/p/haskell-netwire/debian/control new file mode 100644 index 000000000..a97772ff6 --- /dev/null +++ b/p/haskell-netwire/debian/control @@ -0,0 +1,81 @@ +Source: haskell-netwire +Section: haskell +Priority: extra +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Clint Adams <clint@debian.org> +Build-Depends: debhelper (>= 7) + , cdbs + , haskell-devscripts (>= 0.8) + , ghc + , ghc-prof + , libghc-deepseq-dev (>> 1.1.0) + , libghc-deepseq-prof + , libghc-mersenne-random-dev (>> 1.0.0) + , libghc-mersenne-random-prof + , libghc-monad-control-dev (>> 0.2.0) + , libghc-monad-control-prof + , libghc-stm-dev (>> 2.2.0) + , libghc-stm-prof + , libghc-transformers-dev (>> 0.2.2) + , libghc-transformers-prof + , libghc-vector-dev (>> 0.7.1) + , libghc-vector-prof + , libghc-vector-space-dev (>> 0.7.3) + , libghc-vector-space-prof +Build-Depends-Indep: ghc-doc + , libghc-deepseq-doc + , libghc-mersenne-random-doc + , libghc-monad-control-doc + , libghc-stm-doc + , libghc-transformers-doc + , libghc-vector-doc + , libghc-vector-space-doc +Standards-Version: 3.9.2 +Homepage: http://hackage.haskell.org/package/netwire +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-netwire +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-netwire + +Package: libghc-netwire-dev +Architecture: any +Depends: ${haskell:Depends} + , ${shlibs:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: arrowized FRP implementation + This package provides a library for the Haskell programming language. See + http://www.haskell.org/ for more information on Haskell. + . + It provides an arrowized functional reactive programming (FRP) + implementation. From the basic idea it is similar to Yampa and Animas, but + has a much simpler internal representation and a lot of new features. + +Package: libghc-netwire-prof +Architecture: any +Depends: ${haskell:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: small but solid library for FRP; profiling libraries + This package provides a library for the Haskell programming language. See + http://www.haskell.org/ for more information on Haskell. + . + It provides an arrowized functional reactive programming (FRP) + implementation. From the basic idea it is similar to Yampa and Animas, but + has a much simpler internal representation and a lot of new features. + +Package: libghc-netwire-doc +Section: doc +Architecture: all +Depends: ${misc:Depends}, ${haskell:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: small but solid library for FRP; documentation + This package provides a library for the Haskell programming language. See + http://www.haskell.org/ for more information on Haskell. + . + It provides an arrowized functional reactive programming (FRP) + implementation. From the basic idea it is similar to Yampa and Animas, but + has a much simpler internal representation and a lot of new features. diff --git a/p/haskell-netwire/debian/copyright b/p/haskell-netwire/debian/copyright new file mode 100644 index 000000000..7ebf4e37f --- /dev/null +++ b/p/haskell-netwire/debian/copyright @@ -0,0 +1,43 @@ +This package was debianized by Clint Adams <clint@debian.org> on +Tue, 18 Oct 2011 23:16:52 -0000 + +It was downloaded from +http://hackage.haskell.org/package/netwire + +Upstream Authors: + + Ertugrul Söylemez <es@ertes.de> + +Copyright: + + 2011 Ertugrul Söylemez + +License: + +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 the author nor the names of any 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-netwire/debian/rules b/p/haskell-netwire/debian/rules new file mode 100755 index 000000000..683e77bcf --- /dev/null +++ b/p/haskell-netwire/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk diff --git a/p/haskell-netwire/debian/source/format b/p/haskell-netwire/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-netwire/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-netwire/debian/watch b/p/haskell-netwire/debian/watch new file mode 100644 index 000000000..566914d27 --- /dev/null +++ b/p/haskell-netwire/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ +filenamemangle=s|(.*)/$|netwire-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/netwire \ + ([\d\.]*\d)/ |
