--- haskell-utility-ht-0.0.5.1.orig/debian/changelog +++ haskell-utility-ht-0.0.5.1/debian/changelog @@ -0,0 +1,21 @@ +haskell-utility-ht (0.0.5.1-3) unstable; urgency=low + + * Sourceful upload to rebuild documentation package + + -- Iain Lane Thu, 23 Feb 2012 11:19:29 +0000 + +haskell-utility-ht (0.0.5.1-2) unstable; urgency=low + + [ Marco Silva ] + * Use ghc instead of ghc6 + + [ Iain Lane ] + * Standards-Version → 3.9.2, no changes required + + -- Iain Lane Tue, 24 May 2011 16:30:47 +0100 + +haskell-utility-ht (0.0.5.1-1) unstable; urgency=low + + * Initial release (Closes: 574503). + + -- Ernesto Hernández-Novich (USB) Thu, 18 Mar 2010 12:05:14 -0430 --- haskell-utility-ht-0.0.5.1.orig/debian/compat +++ haskell-utility-ht-0.0.5.1/debian/compat @@ -0,0 +1 @@ +7 --- haskell-utility-ht-0.0.5.1.orig/debian/rules +++ haskell-utility-ht-0.0.5.1/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +DEB_BUILD_DEPENDENCIES = build-arch + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk + --- haskell-utility-ht-0.0.5.1.orig/debian/watch +++ haskell-utility-ht-0.0.5.1/debian/watch @@ -0,0 +1,7 @@ +# See uscan(1) for format + +version=3 +opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ +filenamemangle=s|(.*)/$|utility-ht-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/utility-ht \ + ([\d\.]*\d)/ --- haskell-utility-ht-0.0.5.1.orig/debian/control +++ haskell-utility-ht-0.0.5.1/debian/control @@ -0,0 +1,59 @@ +Source: haskell-utility-ht +Section: haskell +Priority: extra +Maintainer: Debian Haskell Group +Uploaders: Ernesto Hernández-Novich (USB) +Build-Depends: debhelper (>= 7), cdbs, haskell-devscripts (>= 0.7), + ghc, ghc-prof, libghc-quickcheck2-dev, libghc-quickcheck2-prof +Build-Depends-Indep: ghc-doc +Standards-Version: 3.9.2 +Homepage: http://hackage.haskell.org/package/utility-ht +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-utility-ht +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=haskell/haskell-utility-ht + +Package: libghc-utility-ht-dev +Architecture: any +Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: Small helper functions for Lists, Maybes, Tuples and Functions + This package provides a library for the Haskell programming language. + See http://www.haskell.org/ for more information on Haskell. + . + This library provides various small helper functions for Lists, Maybes, + Tuples and Functions. Some of these functions are improved implementations + of standard functions. They have the same name as their standard + counterparts. + +Package: libghc-utility-ht-prof +Architecture: any +Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: profiling libraries for libghc-utility-ht-dev + This package provides a library for the Haskell programming language + compiled for profiling. + See http://www.haskell.org/ for more information on Haskell. + . + This library provides various small helper functions for Lists, Maybes, + Tuples and Functions. Some of these functions are improved implementations + of standard functions. They have the same name as their standard + counterparts. + +Package: libghc-utility-ht-doc +Section: doc +Architecture: all +Depends: ${haskell:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: Small helper functions for Lists, Maybes, Tuples and Functions; documentation + This package provides the documentation for a library for the Haskell + programming language. + See http://www.haskell.org/ for more information on Haskell. + . + This library provides various small helper functions for Lists, Maybes, + Tuples and Functions. Some of these functions are improved implementations + of standard functions. They have the same name as their standard + counterparts. --- haskell-utility-ht-0.0.5.1.orig/debian/copyright +++ haskell-utility-ht-0.0.5.1/debian/copyright @@ -0,0 +1,50 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Name: utility-ht +Maintainer: Henning Thielemann +Source: http://hackage.haskell.org/packages/archive/utility-ht + +Files: * +Copyright: 2009, Henning Thielemann +License: BSD3 + +Files: debian/* +Copyright: 2010, Ernesto Hernández-Novich (USB) +License: GPL-3+ + +License: BSD3 + 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. + +License: GPL-3+ + This program 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 3 of the License, or + (at your option) any later version. + . + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-3'