From a6edd69eb1c94b5d7beb572a26bdbf18c8d12ffc Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani Date: Sun, 20 May 2012 13:53:14 +0400 Subject: haskell-ixset: Initial Check-In --- p/haskell-ixset/debian/changelog | 5 +++ p/haskell-ixset/debian/compat | 1 + p/haskell-ixset/debian/control | 73 ++++++++++++++++++++++++++++++++++++ p/haskell-ixset/debian/copyright | 70 ++++++++++++++++++++++++++++++++++ p/haskell-ixset/debian/rules | 4 ++ p/haskell-ixset/debian/source/format | 1 + p/haskell-ixset/debian/watch | 5 +++ 7 files changed, 159 insertions(+) create mode 100644 p/haskell-ixset/debian/changelog create mode 100644 p/haskell-ixset/debian/compat create mode 100644 p/haskell-ixset/debian/control create mode 100644 p/haskell-ixset/debian/copyright create mode 100755 p/haskell-ixset/debian/rules create mode 100644 p/haskell-ixset/debian/source/format create mode 100644 p/haskell-ixset/debian/watch (limited to 'p/haskell-ixset') 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 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 +Uploaders: Giovanni Mascellani +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 +Source: http://hackage.haskell.org/package/ixset + +Files: * +Copyright: © 2005 - 2010, Adam Vogt + © 2005 - 2010, Alexander Jacobson + © 2005 - 2010, Andrea Vezzosi + © 2005 - 2010, Antoine Latter + © 2005 - 2010, Bas van Dijk + © 2005 - 2010, Cedric Shock + © 2005 - 2010, Chris Smith + © 2005 - 2010, Creighton Hogg + © 2005 - 2010, Daniel Rogers + © 2005 - 2010, David Fox + © 2005 - 2010, David Himmelstrup + © 2005 - 2010, David Lazar + © 2005 - 2010, Dmitry Astapov + © 2005 - 2010, Doug Beardsley + © 2005 - 2010, Eelco Lempsink + © 2005 - 2010, Einar Karttunen + © 2005 - 2010, Eric Mertens + © 2005 - 2010, Erik Hesselink + © 2005 - 2010, Gracjan Polak + © 2005 - 2010, Greg Heartsfield + © 2005 - 2010, Gregory Collins + © 2005 - 2010, Ian Lynagh + © 2005 - 2010, Jake McArthur + © 2005 - 2010, Jeremy Shaw + © 2005 - 2010, Joachim Breitner + © 2005 - 2010, Joachim Fasting + © 2005 - 2010, Jochem Berndsen + © 2005 - 2010, Joe Edmonds + © 2005 - 2010, John MacFarlane + © 2005 - 2010, Kamil Dworakowski + © 2005 - 2010, Marc Weber + © 2005 - 2010, Matthew Elder + © 2005 - 2010, Matt Munz + © 2005 - 2010, Nils Schweinsberg + © 2005 - 2010, Pasqualino 'Titto' Assini + © 2005 - 2010, Paulo Tanimoto + © 2005 - 2010, Shae Erisson + © 2005 - 2010, Simon Meier + © 2005 - 2010, Simon Michael + © 2005 - 2010, Stefan Aeschbacher + © 2005 - 2010, Stefan O'Rear + © 2005 - 2010, Thomas Hartman + © 2005 - 2006, HApps LLC +License: BSD + +Files: debian/* +Copyright: © 2012, Giovanni Mascellani +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)/ -- cgit v1.2.3