debian/0000755000000000000000000000000012254634145007174 5ustar debian/watch0000644000000000000000000000034012160274110010206 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|web-routes-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/web-routes \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000026412160274316010252 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/copyright0000644000000000000000000000331012160274110011110 0ustar This package was debianized by Clint Adams on Sun, 29 May 2011 16:04:27 -0000 It was downloaded from http://hackage.haskell.org/package/web-routes Upstream Author: Jeremy Shaw Copyright: 2010 Jeremy Shaw 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. * Neither the name of Jeremy Shaw nor the names of other contributors may 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. debian/source/0000755000000000000000000000000012160274110010460 5ustar debian/source/format0000644000000000000000000000001412160274110011666 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212160274110010356 0ustar 9 debian/control0000644000000000000000000000552312160274303010574 0ustar Source: haskell-web-routes 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-blaze-builder-dev (>> 0.2) , libghc-blaze-builder-dev (<< 0.4) , libghc-blaze-builder-prof , libghc-http-types-dev (>> 0.6) , libghc-http-types-prof , libghc-mtl-dev , libghc-mtl-prof , libghc-network-dev (>> 2.2) , libghc-network-dev (<< 2.5) , libghc-network-prof , libghc-parsec3-dev , libghc-parsec3-prof , libghc-split-dev , libghc-split-prof , libghc-text-dev (>> 0.11) , libghc-text-dev (<< 0.12) , libghc-text-prof , libghc-utf8-string-dev (>> 0.3) , libghc-utf8-string-dev (<< 0.4) , libghc-utf8-string-prof , libghc-hunit-dev [any-amd64 any-i386 powerpc sparc] , libghc-quickcheck2-dev [any-amd64 any-i386 powerpc sparc] , libghc-test-framework-dev [any-amd64 any-i386 powerpc sparc] , libghc-test-framework-hunit-dev [any-amd64 any-i386 powerpc sparc] , libghc-test-framework-quickcheck2-dev [any-amd64 any-i386 powerpc sparc] , libghc-test-framework-th-dev [any-amd64 any-i386 powerpc sparc] Build-Depends-Indep: ghc-doc , libghc-blaze-builder-doc , libghc-http-types-doc , libghc-mtl-doc , libghc-network-doc , libghc-parsec3-doc , libghc-split-doc , libghc-text-doc , libghc-utf8-string-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/web-routes Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-web-routes Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-web-routes Package: libghc-web-routes-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: library for correctness/composability of URLs${haskell:ShortBlurb} It is a collection of types and functions that ensure that URLs generated by an application are valid. . ${haskell:Blurb} Package: libghc-web-routes-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: library for correctness/composability of URLs${haskell:ShortBlurb} It is a collection of types and functions that ensure that URLs generated by an application are valid. . ${haskell:Blurb} Package: libghc-web-routes-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: library for correctness/composability of URLs${haskell:ShortBlurb} It is a collection of types and functions that ensure that URLs generated by an application are valid. . ${haskell:Blurb} debian/changelog0000644000000000000000000000356312254634145011055 0ustar haskell-web-routes (0.27.2-4build2) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Thu, 19 Dec 2013 18:18:13 +0000 haskell-web-routes (0.27.2-4build1) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Sun, 27 Oct 2013 11:04:02 -0700 haskell-web-routes (0.27.2-4) unstable; urgency=low * Only enable tests on architectures with GHCi, due to use of Template Haskell. -- Colin Watson Wed, 19 Jun 2013 10:25:20 +0100 haskell-web-routes (0.27.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:55 +0200 haskell-web-routes (0.27.2-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:52:31 +0200 haskell-web-routes (0.27.2-1) experimental; urgency=low [ Joachim Breitner ] * Depend on haskell-devscripts 0.8.13 to ensure this package is built against experimental * Bump standards version, no change [ Clint Adams ] * New upstream version. -- Clint Adams Sat, 01 Dec 2012 18:14:17 -0500 haskell-web-routes (0.25.3-2) unstable; urgency=low * Sourceful upload to rebuild documentation package -- Joey Hess Thu, 01 Mar 2012 14:43:48 -0400 haskell-web-routes (0.25.3-1) unstable; urgency=low * New upstream version. -- Clint Adams Sat, 22 Oct 2011 14:52:57 -0400 haskell-web-routes (0.25.2-1) unstable; urgency=low * New upstream version. -- Clint Adams Sun, 18 Sep 2011 19:31:07 -0400 haskell-web-routes (0.23.4-1) unstable; urgency=low * Initial release. -- Clint Adams Sun, 29 May 2011 12:04:27 -0400