[Pkg-haskell-commits] darcs: haskell-ixset: Initial Check-In

Giovanni Mascellani gio at debian.org
Sun May 20 10:11:39 UTC 2012


Sun May 20 09:53:14 UTC 2012  Giovanni Mascellani <gio at debian.org>
  * Initial Check-In
  Ignore-this: e84b7078e5b721baaea7120bdc9950f2

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Sun May 20 09:53:14 UTC 2012  Giovanni Mascellani <gio at debian.org>
  * Initial Check-In
  Ignore-this: e84b7078e5b721baaea7120bdc9950f2
diff -rN -u old-haskell-ixset//changelog new-haskell-ixset//changelog
--- old-haskell-ixset//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ixset//changelog	2012-05-20 10:11:39.312822734 +0000
@@ -0,0 +1,5 @@
+haskell-ixset (1.0.3-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #000000).
+
+ -- John Maintainer <maintainer at example.com>  Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-haskell-ixset//compat new-haskell-ixset//compat
--- old-haskell-ixset//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ixset//compat	2012-05-20 10:11:39.312822734 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-ixset//control new-haskell-ixset//control
--- old-haskell-ixset//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ixset//control	2012-05-20 10:11:39.312822734 +0000
@@ -0,0 +1,73 @@
+Source: haskell-ixset
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Giovanni Mascellani <gio at 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 -rN -u old-haskell-ixset//copyright new-haskell-ixset//copyright
--- old-haskell-ixset//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ixset//copyright	2012-05-20 10:11:39.312822734 +0000
@@ -0,0 +1,70 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: IxSet
+Upstream-Contact: Happstack team <happs at googlegroups.com>
+Source: http://hackage.haskell.org/package/ixset
+
+Files: *
+Copyright: © 2005 - 2010, Adam Vogt <vogt.adam at gmail.com>
+           © 2005 - 2010, Alexander Jacobson <darcs at alexjacobson.com>
+           © 2005 - 2010, Andrea Vezzosi <sanzhiyan at gmail.com>
+           © 2005 - 2010, Antoine Latter <aslatter at gmail.com>
+           © 2005 - 2010, Bas van Dijk <v.dijk.bas at gmail.com>
+           © 2005 - 2010, Cedric Shock <cedric-happs at shockfamily.net>
+           © 2005 - 2010, Chris Smith <cdsmith at twu.net>
+           © 2005 - 2010, Creighton Hogg <wchogg at gmail.com>
+           © 2005 - 2010, Daniel Rogers <daniel at phasevelocity.org>
+           © 2005 - 2010, David Fox <dsf at seereason.com>
+           © 2005 - 2010, David Himmelstrup <lemmih at gmail.com>
+           © 2005 - 2010, David Lazar <david at davidlazar.org>
+           © 2005 - 2010, Dmitry Astapov <dastapov at gmail.com>
+           © 2005 - 2010, Doug Beardsley <mightybyte at gmail.com>
+           © 2005 - 2010, Eelco Lempsink <eml at tupil.com>
+           © 2005 - 2010, Einar Karttunen <einar at vo.com>
+           © 2005 - 2010, Eric Mertens <emertens at gmail.com>
+           © 2005 - 2010, Erik Hesselink <erik at typlab.com>
+           © 2005 - 2010, Gracjan Polak <gracjanpolak at gmail.com>
+           © 2005 - 2010, Greg Heartsfield <scsibug at imap.cc>
+           © 2005 - 2010, Gregory Collins <greg at gregorycollins.net>
+           © 2005 - 2010, Ian Lynagh <igloo at earth.li>
+           © 2005 - 2010, Jake McArthur <jake.mcarthur at gmail.com>
+           © 2005 - 2010, Jeremy Shaw <jeremy at n-heptane.com>
+           © 2005 - 2010, Joachim Breitner <mail at joachim-breitner.de>
+           © 2005 - 2010, Joachim Fasting <joachim.fasting at gmail.com>
+           © 2005 - 2010, Jochem Berndsen <jochem at functor.nl>
+           © 2005 - 2010, Joe Edmonds <joe at elem.com>
+           © 2005 - 2010, John MacFarlane <jgm at berkeley.edu>
+           © 2005 - 2010, Kamil Dworakowski <kamil at dworakowski.name>
+           © 2005 - 2010, Marc Weber <marco-oweber at gmx.de>
+           © 2005 - 2010, Matthew Elder <matt at mattelder.org>
+           © 2005 - 2010, Matt Munz <mattmunz at mac.com>
+           © 2005 - 2010, Nils Schweinsberg <mail at n-sch.de>
+           © 2005 - 2010, Pasqualino 'Titto' Assini <tittoassini at gmail.com>
+           © 2005 - 2010, Paulo Tanimoto <ptanimoto at gmail.com>
+           © 2005 - 2010, Shae Erisson <shae at ScannedInAvian.com>
+           © 2005 - 2010, Simon Meier <simon.meier at inf.ethz.ch>
+           © 2005 - 2010, Simon Michael <simon at joyful.com>
+           © 2005 - 2010, Stefan Aeschbacher <stefan at aeschbacher.ch>
+           © 2005 - 2010, Stefan O'Rear <stefanor at cox.net>
+           © 2005 - 2010, Thomas Hartman <thomashartman1 at gmail.com>
+           © 2005 - 2006, HApps LLC
+License: BSD
+
+Files: debian/*
+Copyright: © 2012, Giovanni Mascellani <gio at 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 -rN -u old-haskell-ixset//rules new-haskell-ixset//rules
--- old-haskell-ixset//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ixset//rules	2012-05-20 10:11:39.312822734 +0000
@@ -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 -rN -u old-haskell-ixset//source/format new-haskell-ixset//source/format
--- old-haskell-ixset//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ixset//source/format	2012-05-20 10:11:39.312822734 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-ixset//watch new-haskell-ixset//watch
--- old-haskell-ixset//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ixset//watch	2012-05-20 10:11:39.317332046 +0000
@@ -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)/





More information about the Pkg-haskell-commits mailing list