debian/0000755000000000000000000000000012157572372007201 5ustar debian/watch0000644000000000000000000000034212157055241010220 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|path-pieces-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/path-pieces \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000026412157055300010246 0ustar #!/usr/bin/make -f DEB_ENABLE_TESTS = $(shell test -e /usr/lib/ghc/bin/ghci && echo yes) include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000271612157055241011131 0ustar This package was debianized by Clint Adams on Sat, 03 Sep 2011 02:59:34 -0000 It was downloaded from http://hackage.haskell.org/package/path-pieces Upstream Author: Michael Snoyman Copyright: 2009 Michael Snoyman License: 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. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "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 HOLDERS 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. debian/source/0000755000000000000000000000000012157055241010470 5ustar debian/source/format0000644000000000000000000000001412157055241011676 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212157055241010366 0ustar 9 debian/control0000644000000000000000000000342312157172457010606 0ustar Source: haskell-path-pieces Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-text-dev (>> 0.5) , libghc-text-dev (<< 0.12) , libghc-text-prof , libghc-hspec-dev (>> 1.3) [any-amd64 any-i386 powerpc sparc] , libghc-file-location-dev (>> 0.4) [any-amd64 any-i386 powerpc sparc] , libghc-file-location-dev (<< 0.5) [any-amd64 any-i386 powerpc sparc] , libghc-quickcheck2-dev [any-amd64 any-i386 powerpc sparc] Build-Depends-Indep: ghc-doc , libghc-text-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/path-pieces Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-path-pieces Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-path-pieces Package: libghc-path-pieces-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: components of paths${haskell:ShortBlurb} It contains path pieces. . ${haskell:Blurb} Package: libghc-path-pieces-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: components of paths${haskell:ShortBlurb} It contains path pieces. . ${haskell:Blurb} Package: libghc-path-pieces-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: components of paths${haskell:ShortBlurb} It contains path pieces. . ${haskell:Blurb} debian/changelog0000644000000000000000000000314112157572372011052 0ustar haskell-path-pieces (0.1.2-5) unstable; urgency=low * Drop ghc-ghci build-dependency; path-pieces only seems to use GHCi by way of file-location in its test suite, not directly. -- Colin Watson Mon, 17 Jun 2013 12:37:24 +0100 haskell-path-pieces (0.1.2-4) unstable; urgency=low * Only enable tests on architectures with GHCi, due to use of Template Haskell. -- Colin Watson Sat, 15 Jun 2013 13:15:27 +0100 haskell-path-pieces (0.1.2-3) unstable; urgency=low * Move Haskell blurb to the end of the description, reduces the impact of #708703 -- Joachim Breitner Sat, 25 May 2013 23:52:36 +0200 haskell-path-pieces (0.1.2-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:39 +0200 haskell-path-pieces (0.1.2-1) experimental; urgency=low * New upstream version. * Enable test suite. -- Clint Adams Sat, 20 Oct 2012 10:19:25 -0400 haskell-path-pieces (0.1.0-2) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change -- Joachim Breitner Sun, 14 Oct 2012 12:01:44 +0200 haskell-path-pieces (0.1.0-1) unstable; urgency=low * New upstream version. -- Clint Adams Sat, 11 Feb 2012 20:00:33 -0500 haskell-path-pieces (0.0.0-1) unstable; urgency=low * Initial release. -- Clint Adams Fri, 02 Sep 2011 22:59:34 -0400