debian/0000755000000000000000000000000012147643107007173 5ustar debian/watch0000644000000000000000000000034112036251361010214 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|regex-pcre-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/regex-pcre \ ([\d\.]*\d)/ debian/control0000644000000000000000000000357512147621366010613 0ustar Source: haskell-regex-pcre Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: cdbs , debhelper (>= 9) , haskell-devscripts (>= 0.8.13) , ghc , ghc-prof , libghc-regex-base-dev (>> 0.93) , libghc-regex-base-prof , libpcre3-dev Build-Depends-Indep: ghc-doc , libghc-regex-base-doc Standards-Version: 3.9.4 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-regex-pcre/ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-regex-pcre Homepage: http://sourceforge.net/projects/lazy-regex Package: libghc-regex-pcre-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Perl-compatible regular expressions A library containing the PCRE backend to accompany regex-base. . This package contains the libraries for use with GHC. Package: libghc-regex-pcre-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Perl-compatible regular expressions; profiling libraries A library containing the PCRE backend to accompany regex-base. . This package contains additional profiling libraries which can be used with ghc-prof. Package: libghc-regex-pcre-doc Replaces: haskell-regex-pcre-doc (<< 0.93.1-7) Conflicts: haskell-regex-pcre-doc (<< 0.93.1-7) Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Perl-compatible regular expressions; documentation A library containing the PCRE backend to accompany regex-base. . This package contains the API documentation of the library. debian/rules0000755000000000000000000000015512036251360010245 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/changelog0000644000000000000000000000135612147643107011052 0ustar haskell-regex-pcre (0.94.4-2) unstable; urgency=low * Enable compat level 9 -- Joachim Breitner Fri, 24 May 2013 12:51:51 +0200 haskell-regex-pcre (0.94.4-1) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change * New upstream release -- Joachim Breitner Fri, 19 Oct 2012 22:36:24 +0200 haskell-regex-pcre (0.94.2-2) unstable; urgency=low * Fix -doc package dependency. -- Clint Adams Mon, 13 Feb 2012 19:00:24 -0500 haskell-regex-pcre (0.94.2-1) unstable; urgency=low * Initial release. -- Clint Adams Mon, 05 Sep 2011 20:11:05 -0400 debian/source/0000755000000000000000000000000012036251360010464 5ustar debian/source/format0000644000000000000000000000001412036251360011672 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616310010365 0ustar 9 debian/copyright0000644000000000000000000000323312036251360011120 0ustar This package was debianized by Clint Adams Tue, 06 Sep 2011 00:11:05 -0000 It was downloaded from http://hackage.haskell.org/package/regex-pcre Upstream Author: Christopher Kuklewicz Copyright: 2007 Christopher Kuklewicz 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. * The names of the 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.