--- haskell-hlist-2.0+darcs20070929.orig/debian/rules +++ haskell-hlist-2.0+darcs20070929/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +# Standard way of building Haskell libraries . +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk + --- haskell-hlist-2.0+darcs20070929.orig/debian/watch +++ haskell-hlist-2.0+darcs20070929/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ +filenamemangle=s|(.*)/$|HList-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/HList \ + ([\d\.]*\d)/ --- haskell-hlist-2.0+darcs20070929.orig/debian/control +++ haskell-hlist-2.0+darcs20070929/debian/control @@ -0,0 +1,42 @@ +Source: haskell-hlist +Section: haskell +Priority: extra +Maintainer: Debian Haskell Group +Standards-Version: 3.8.4 +Build-Depends: + cdbs, + debhelper (>= 7), + haskell-devscripts (>= 0.7), + ghc6, + ghc6-prof, +Homepage: http://homepages.cwi.nl/~ralf/HList/ +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hlist +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hlist + +Package: libghc6-hlist-dev +Architecture: any +Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} +Provides: ${haskell:Provides} +Description: Haskell library for strongly typed heterogeneous collections + A heterogeneous collection is a datatype that is capable of storing + data of different types, while providing operations for look-up, + update, iteration, and others. There are various kinds of + heterogeneous collections, differing in representation, invariants, + and access operations. + . + HList is a Haskell library providing strongly typed heterogeneous + collections including extensible records. + +Package: libghc6-hlist-prof +Architecture: any +Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} +Provides: ${haskell:Provides} +Description: Haskell library for strongly typed heterogeneous collections + A heterogeneous collection is a datatype that is capable of storing + data of different types, while providing operations for look-up, + update, iteration, and others. There are various kinds of + heterogeneous collections, differing in representation, invariants, + and access operations. + . + HList is a Haskell library providing strongly typed heterogeneous + collections including extensible records. --- haskell-hlist-2.0+darcs20070929.orig/debian/copyright +++ haskell-hlist-2.0+darcs20070929/debian/copyright @@ -0,0 +1,30 @@ +This package was debianised by Kari Pahula on Thu, +08 Mar 2007. All of the Debian packaging scripts are licensed under +GNU GPL version 2 (or, at your option, any later version). See +/usr/share/common-licenses/GPL-2 + +HList was downloaded from http://darcs.haskell.org/HList/ + +Copyright: + 2004 - 2006 Keean Schupke + 2004 - 2007 Oleg Kiselyov, Ralf Laemmel + 2007 Einar Karttunen + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --- haskell-hlist-2.0+darcs20070929.orig/debian/compat +++ haskell-hlist-2.0+darcs20070929/debian/compat @@ -0,0 +1 @@ +7 --- haskell-hlist-2.0+darcs20070929.orig/debian/libghc6-hlist-dev.docs +++ haskell-hlist-2.0+darcs20070929/debian/libghc6-hlist-dev.docs @@ -0,0 +1 @@ +keyword-arguments.lhs --- haskell-hlist-2.0+darcs20070929.orig/debian/changelog +++ haskell-hlist-2.0+darcs20070929/debian/changelog @@ -0,0 +1,53 @@ +haskell-hlist (2.0+darcs20070929-2) unstable; urgency=low + + [ Marco TĂșlio Gontijo e Silva ] + * debian/control: Change Priority: to extra. + * debian/watch: Use format that works for --download-current-version. + * debian/watch: Add .tar.gz to downloaded filename. + * debian/watch: Include package name in downloaded .tar.gz. + * debian/watch: Remove spaces, since they're not allowed by uscan. + * debian/control: Add field Provides: ${haskell:Provides} to -dev and + -prof packages. + * debian/control: Add Vcs-Darcs: field. + * debian/control: Use Vcs-Browser: field. + * debian/control: Bump Standards-Version: to 3.8.4, no changes needed. + + [ Joachim Breitner ] + * Bump haskell-devscripts dependency to 0.7 + * Remove hugs package + + -- Joachim Breitner Sat, 20 Feb 2010 16:17:03 +0100 + +haskell-hlist (2.0+darcs20070929-1.1) unstable; urgency=low + + * Adopt for the Debian Haskell Group, thanks to Kaol for his maintenance. + * Change packaging to current common practice + * Do not depend on libghc6-base-dev (Closes: #529022) + * Rebuilding will closes: #520308 + + -- Joachim Breitner Thu, 30 Jul 2009 19:52:30 +0200 + +haskell-hlist (2.0+darcs20070929-1) unstable; urgency=low + + * New upstream release + * Built for ghc 6.8.2. (Closes: #445759) + * Use cdbs and haskell-devscripts instead of haskell-utils. + * Leave examples uninstalled as they don't seem to be relevant to the + current HList version. + * Added a -prof package for ghc6 and a hugs library package. + + -- Kari Pahula Wed, 23 Jan 2008 11:49:23 +0200 + +haskell-hlist (2.0+darcs20070316-2) unstable; urgency=low + + * Rebuilt and updated dependencies for ghc 6.6.1 + + -- Kari Pahula Mon, 14 May 2007 15:05:09 +0300 + +haskell-hlist (2.0+darcs20070316-1) unstable; urgency=low + + * Initial release (Closes: #413826) + * Used Ian Lynagh's Generic Haskell cabal library debian/rules v0.6 + + -- Kari Pahula Fri, 20 Apr 2007 19:07:22 +0300 +