summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Mascellani <gio@debian.org>2012-05-20 13:53:14 +0400
committerGiovanni Mascellani <gio@debian.org>2012-05-20 13:53:14 +0400
commita6edd69eb1c94b5d7beb572a26bdbf18c8d12ffc (patch)
tree6f83a1b2dfd88a42bead6ff466bd5370a6754071
parent3561f67a44342837a342d8cf10ab35ea4ab57ade (diff)
downloadDHG_packages-a6edd69eb1c94b5d7beb572a26bdbf18c8d12ffc.tar.gz
haskell-ixset: Initial Check-In
-rw-r--r--p/haskell-ixset/debian/changelog5
-rw-r--r--p/haskell-ixset/debian/compat1
-rw-r--r--p/haskell-ixset/debian/control73
-rw-r--r--p/haskell-ixset/debian/copyright70
-rwxr-xr-xp/haskell-ixset/debian/rules4
-rw-r--r--p/haskell-ixset/debian/source/format1
-rw-r--r--p/haskell-ixset/debian/watch5
7 files changed, 159 insertions, 0 deletions
diff --git a/p/haskell-ixset/debian/changelog b/p/haskell-ixset/debian/changelog
new file mode 100644
index 000000000..d1616120d
--- /dev/null
+++ b/p/haskell-ixset/debian/changelog
@@ -0,0 +1,5 @@
+haskell-ixset (1.0.3-1) UNRELEASED; urgency=low
+
+ * Initial release (closes: #000000).
+
+ -- John Maintainer <maintainer@example.com> Thu, 01 Jan 1970 00:00:00 +0000
diff --git a/p/haskell-ixset/debian/compat b/p/haskell-ixset/debian/compat
new file mode 100644
index 000000000..7f8f011eb
--- /dev/null
+++ b/p/haskell-ixset/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/p/haskell-ixset/debian/control b/p/haskell-ixset/debian/control
new file mode 100644
index 000000000..b129c9215
--- /dev/null
+++ b/p/haskell-ixset/debian/control
@@ -0,0 +1,73 @@
+Source: haskell-ixset
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Giovanni Mascellani <gio@debian.org>
+Build-Depends: debhelper (>= 7)
+ , cdbs
+ , haskell-devscripts (>= 0.8)
+ , ghc
+ , ghc-prof
+ , libghc-syb-with-class-dev (>= 0.6.1)
+ , libghc-syb-with-class-prof
+ , libghc-syb-dev
+ , libghc-syb-prof
+ , libghc-safecopy-dev
+ , libghc-safecopy-doc
+Build-Depends-Indep: ghc-doc
+ , libghc-syb-with-class-doc
+ , libghc-syb-doc
+ , libghc-safecopy-doc
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/ixset
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ixset
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-ixset
+
+Package: libghc-ixset-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell implementation of queryable sets - GHC libraries
+ IxSet is a Haskell efficient implementation of queryable sets: it
+ makes you able to define complex data types and index them on some of
+ theirs fields. Then you can efficiently query the IxSet to find the
+ records that satisfy some condition.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-ixset-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell implementation of queryable sets - GHC profiling libraries
+ IxSet is a Haskell efficient implementation of queryable sets: it
+ makes you able to define complex data types and index them on some of
+ theirs fields. Then you can efficiently query the IxSet to find the
+ records that satisfy some condition.
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling. See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-ixset-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Haskell implementation of queryable sets - documentation
+ IxSet is a Haskell efficient implementation of queryable sets: it
+ makes you able to define complex data types and index them on some of
+ theirs fields. Then you can efficiently query the IxSet to find the
+ records that satisfy some condition.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
diff --git a/p/haskell-ixset/debian/copyright b/p/haskell-ixset/debian/copyright
new file mode 100644
index 000000000..8955bf1a6
--- /dev/null
+++ b/p/haskell-ixset/debian/copyright
@@ -0,0 +1,70 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: IxSet
+Upstream-Contact: Happstack team <happs@googlegroups.com>
+Source: http://hackage.haskell.org/package/ixset
+
+Files: *
+Copyright: © 2005 - 2010, Adam Vogt <vogt.adam@gmail.com>
+ © 2005 - 2010, Alexander Jacobson <darcs@alexjacobson.com>
+ © 2005 - 2010, Andrea Vezzosi <sanzhiyan@gmail.com>
+ © 2005 - 2010, Antoine Latter <aslatter@gmail.com>
+ © 2005 - 2010, Bas van Dijk <v.dijk.bas@gmail.com>
+ © 2005 - 2010, Cedric Shock <cedric-happs@shockfamily.net>
+ © 2005 - 2010, Chris Smith <cdsmith@twu.net>
+ © 2005 - 2010, Creighton Hogg <wchogg@gmail.com>
+ © 2005 - 2010, Daniel Rogers <daniel@phasevelocity.org>
+ © 2005 - 2010, David Fox <dsf@seereason.com>
+ © 2005 - 2010, David Himmelstrup <lemmih@gmail.com>
+ © 2005 - 2010, David Lazar <david@davidlazar.org>
+ © 2005 - 2010, Dmitry Astapov <dastapov@gmail.com>
+ © 2005 - 2010, Doug Beardsley <mightybyte@gmail.com>
+ © 2005 - 2010, Eelco Lempsink <eml@tupil.com>
+ © 2005 - 2010, Einar Karttunen <einar@vo.com>
+ © 2005 - 2010, Eric Mertens <emertens@gmail.com>
+ © 2005 - 2010, Erik Hesselink <erik@typlab.com>
+ © 2005 - 2010, Gracjan Polak <gracjanpolak@gmail.com>
+ © 2005 - 2010, Greg Heartsfield <scsibug@imap.cc>
+ © 2005 - 2010, Gregory Collins <greg@gregorycollins.net>
+ © 2005 - 2010, Ian Lynagh <igloo@earth.li>
+ © 2005 - 2010, Jake McArthur <jake.mcarthur@gmail.com>
+ © 2005 - 2010, Jeremy Shaw <jeremy@n-heptane.com>
+ © 2005 - 2010, Joachim Breitner <mail@joachim-breitner.de>
+ © 2005 - 2010, Joachim Fasting <joachim.fasting@gmail.com>
+ © 2005 - 2010, Jochem Berndsen <jochem@functor.nl>
+ © 2005 - 2010, Joe Edmonds <joe@elem.com>
+ © 2005 - 2010, John MacFarlane <jgm@berkeley.edu>
+ © 2005 - 2010, Kamil Dworakowski <kamil@dworakowski.name>
+ © 2005 - 2010, Marc Weber <marco-oweber@gmx.de>
+ © 2005 - 2010, Matthew Elder <matt@mattelder.org>
+ © 2005 - 2010, Matt Munz <mattmunz@mac.com>
+ © 2005 - 2010, Nils Schweinsberg <mail@n-sch.de>
+ © 2005 - 2010, Pasqualino 'Titto' Assini <tittoassini@gmail.com>
+ © 2005 - 2010, Paulo Tanimoto <ptanimoto@gmail.com>
+ © 2005 - 2010, Shae Erisson <shae@ScannedInAvian.com>
+ © 2005 - 2010, Simon Meier <simon.meier@inf.ethz.ch>
+ © 2005 - 2010, Simon Michael <simon@joyful.com>
+ © 2005 - 2010, Stefan Aeschbacher <stefan@aeschbacher.ch>
+ © 2005 - 2010, Stefan O'Rear <stefanor@cox.net>
+ © 2005 - 2010, Thomas Hartman <thomashartman1@gmail.com>
+ © 2005 - 2006, HApps LLC
+License: BSD
+
+Files: debian/*
+Copyright: © 2012, Giovanni Mascellani <gio@debian.org>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian systems, a copy of the GNU General Public License version 2
+ can be found in '/usr/share/common-licenses/GPL-2'.
diff --git a/p/haskell-ixset/debian/rules b/p/haskell-ixset/debian/rules
new file mode 100755
index 000000000..683e77bcf
--- /dev/null
+++ b/p/haskell-ixset/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-ixset/debian/source/format b/p/haskell-ixset/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-ixset/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-ixset/debian/watch b/p/haskell-ixset/debian/watch
new file mode 100644
index 000000000..5277fb9de
--- /dev/null
+++ b/p/haskell-ixset/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|ixset-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/ixset \
+ ([\d\.]*\d)/