summaryrefslogtreecommitdiff
path: root/p/haskell-memoize
diff options
context:
space:
mode:
authorSven Bartscher <sven.bartscher@weltraumschlangen.de>2014-08-04 17:27:43 +0400
committerSven Bartscher <sven.bartscher@weltraumschlangen.de>2014-08-04 17:27:43 +0400
commit4f0ffc482f1569b7ecf608f4487973800078ca31 (patch)
tree30115e8a421a10353cfd56f2d869f3e2e0e98686 /p/haskell-memoize
parent675b0c2bbe360ee568a3b3b63d7460551aeb81b4 (diff)
downloadDHG_packages-4f0ffc482f1569b7ecf608f4487973800078ca31.tar.gz
haskell-memoize: Initial record
Diffstat (limited to 'p/haskell-memoize')
-rw-r--r--p/haskell-memoize/debian/changelog5
-rw-r--r--p/haskell-memoize/debian/compat1
-rw-r--r--p/haskell-memoize/debian/control53
-rw-r--r--p/haskell-memoize/debian/copyright43
-rwxr-xr-xp/haskell-memoize/debian/rules6
-rw-r--r--p/haskell-memoize/debian/source/format1
-rw-r--r--p/haskell-memoize/debian/watch2
7 files changed, 111 insertions, 0 deletions
diff --git a/p/haskell-memoize/debian/changelog b/p/haskell-memoize/debian/changelog
new file mode 100644
index 000000000..f1a53fc3a
--- /dev/null
+++ b/p/haskell-memoize/debian/changelog
@@ -0,0 +1,5 @@
+haskell-memoize (0.6-1) UNRELEASED; urgency=low
+
+ * Initial release.
+
+ -- Sven Bartscher <sven.bartscher@weltraumschlangen.de> Mon, 04 Aug 2014 15:18:32 +0200
diff --git a/p/haskell-memoize/debian/compat b/p/haskell-memoize/debian/compat
new file mode 100644
index 000000000..ec635144f
--- /dev/null
+++ b/p/haskell-memoize/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-memoize/debian/control b/p/haskell-memoize/debian/control
new file mode 100644
index 000000000..a2bc61687
--- /dev/null
+++ b/p/haskell-memoize/debian/control
@@ -0,0 +1,53 @@
+Source: haskell-memoize
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Sven Bartscher <sven.bartscher@weltraumschlangen.de>
+Build-Depends: debhelper (>= 9)
+ , cdbs
+ , haskell-devscripts (>= 0.8.15)
+ , ghc
+ , ghc-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/memoize
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-memoize
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-memoize
+X-Description: Memoization for haskell functions
+ This library provides a way to memoize functions in haskell.
+
+Package: libghc-memoize-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-memoize-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-memoize-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-memoize/debian/copyright b/p/haskell-memoize/debian/copyright
new file mode 100644
index 000000000..d011100f0
--- /dev/null
+++ b/p/haskell-memoize/debian/copyright
@@ -0,0 +1,43 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: set-extra
+Upstream-Contact: Jesse A. Tov <tov@ccs.neu.edu>
+Source: http://hackage.haskell.org/package/set-extra
+
+Files: *
+Copyright: 2011 Jesse A. Tov
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2014 Sven Bartscher
+License: BSD-3-clause
+
+License: BSD-3-clause
+ 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 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-memoize/debian/rules b/p/haskell-memoize/debian/rules
new file mode 100755
index 000000000..d730346e0
--- /dev/null
+++ b/p/haskell-memoize/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-memoize/debian/source/format b/p/haskell-memoize/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-memoize/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-memoize/debian/watch b/p/haskell-memoize/debian/watch
new file mode 100644
index 000000000..3630f9207
--- /dev/null
+++ b/p/haskell-memoize/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/memoize/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))