diff options
| author | kiwamu <kiwamu@debian.or.jp> | 2011-12-29 09:54:44 +0400 |
|---|---|---|
| committer | kiwamu <kiwamu@debian.or.jp> | 2011-12-29 09:54:44 +0400 |
| commit | de708ec3eee0a80833c3ce313efec3c7d51c1b77 (patch) | |
| tree | eff162135c19aec35eaabe8adad7339ccb378843 /p/haskell-bytestring-mmap | |
| parent | 2b4692c5571d35fbfeadae5cf8d4d7d605f9991f (diff) | |
| download | DHG_packages-de708ec3eee0a80833c3ce313efec3c7d51c1b77.tar.gz | |
haskell-bytestring-mmap: Initial Check-In
Diffstat (limited to 'p/haskell-bytestring-mmap')
| -rw-r--r-- | p/haskell-bytestring-mmap/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-bytestring-mmap/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskell-bytestring-mmap/debian/control | 62 | ||||
| -rw-r--r-- | p/haskell-bytestring-mmap/debian/copyright | 27 | ||||
| -rwxr-xr-x | p/haskell-bytestring-mmap/debian/rules | 3 | ||||
| -rw-r--r-- | p/haskell-bytestring-mmap/debian/source/format | 1 | ||||
| -rw-r--r-- | p/haskell-bytestring-mmap/debian/watch | 5 |
7 files changed, 105 insertions, 0 deletions
diff --git a/p/haskell-bytestring-mmap/debian/changelog b/p/haskell-bytestring-mmap/debian/changelog new file mode 100644 index 000000000..f1b71e5bb --- /dev/null +++ b/p/haskell-bytestring-mmap/debian/changelog @@ -0,0 +1,6 @@ +haskell-bytestring-mmap (0.2.2-1) unstable; urgency=low + + * Debianization generated by cabal-debian + * ITP (Closes: #653537) + + -- Kiwamu Okabe <kiwamu@debian.or.jp> Thu, 29 Dec 2011 14:54:09 +0900 diff --git a/p/haskell-bytestring-mmap/debian/compat b/p/haskell-bytestring-mmap/debian/compat new file mode 100644 index 000000000..c7930257d --- /dev/null +++ b/p/haskell-bytestring-mmap/debian/compat @@ -0,0 +1 @@ +7
\ No newline at end of file diff --git a/p/haskell-bytestring-mmap/debian/control b/p/haskell-bytestring-mmap/debian/control new file mode 100644 index 000000000..d13bc712d --- /dev/null +++ b/p/haskell-bytestring-mmap/debian/control @@ -0,0 +1,62 @@ +Source: haskell-bytestring-mmap +Priority: extra +Section: haskell +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Kiwamu Okabe <kiwamu@debian.or.jp> +Build-Depends: debhelper (>= 7.0), + haskell-devscripts (>= 0.8), + cdbs, + ghc, + ghc-prof +Build-Depends-Indep: ghc-doc +Standards-Version: 3.9.2 +Homepage: http://code.haskell.org/~dons/code/bytestring-mmap/ +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bytestring-mmap +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bytestring-mmap +DM-Upload-Allowed: yes + +Package: libghc-bytestring-mmap-dev +Architecture: any +Depends: ${shlibs:Depends}, + ${haskell:Depends}, + ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: mmap support for strict ByteStrings + This library provides a wrapper to mmap(2), allowing files or + devices to be lazily loaded into memory as strict or lazy + ByteStrings, using the virtual memory subsystem to do on-demand + loading. + . + This package contains the normal library files. + +Package: libghc-bytestring-mmap-prof +Architecture: any +Depends: ${haskell:Depends}, + ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: mmap support for strict ByteStrings; profiling libraries + This library provides a wrapper to mmap(2), allowing files or + devices to be lazily loaded into memory as strict or lazy + ByteStrings, using the virtual memory subsystem to do on-demand + loading. + . + This package contains the libraries compiled with profiling enabled. + +Package: libghc-bytestring-mmap-doc +Architecture: all +Section: doc +Depends: ${haskell:Depends}, + ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: mmap support for strict ByteStrings; documentation + This library provides a wrapper to mmap(2), allowing files or + devices to be lazily loaded into memory as strict or lazy + ByteStrings, using the virtual memory subsystem to do on-demand + loading. + . + This package contains the documentation files. diff --git a/p/haskell-bytestring-mmap/debian/copyright b/p/haskell-bytestring-mmap/debian/copyright new file mode 100644 index 000000000..ec6b089d7 --- /dev/null +++ b/p/haskell-bytestring-mmap/debian/copyright @@ -0,0 +1,27 @@ +Copyright (c) 2011, Don Stewart + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. 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. +3. Neither the name of the author nor the names of his contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``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 AUTHORS 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-bytestring-mmap/debian/rules b/p/haskell-bytestring-mmap/debian/rules new file mode 100755 index 000000000..4f5b8e442 --- /dev/null +++ b/p/haskell-bytestring-mmap/debian/rules @@ -0,0 +1,3 @@ +#!/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-bytestring-mmap/debian/source/format b/p/haskell-bytestring-mmap/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-bytestring-mmap/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-bytestring-mmap/debian/watch b/p/haskell-bytestring-mmap/debian/watch new file mode 100644 index 000000000..bb5a87346 --- /dev/null +++ b/p/haskell-bytestring-mmap/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ +filenamemangle=s|(.*)/$|bytestring-mmap-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/bytestring-mmap \ + ([\d\.]*\d)/ |
