debian/0000755000000000000000000000000012147643106007172 5ustar debian/watch0000644000000000000000000000034512036251354010222 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|regex-compat-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/regex-compat \ ([\d\.]*\d)/ debian/control0000644000000000000000000000402412147621366010601 0ustar Source: haskell-regex-compat Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Marco Túlio Gontijo e Silva Build-Depends: cdbs , debhelper (>= 9) , haskell-devscripts (>= 0.8.13) , cpphs , ghc , ghc-prof , ghc-doc , libghc-regex-base-dev (>= 0.93) , libghc-regex-base-prof , libghc-regex-base-doc , libghc-regex-posix-dev (>= 0.95.1) , libghc-regex-posix-prof , libghc-regex-posix-doc Standards-Version: 3.9.4 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-regex-compat Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-regex-compat Homepage: http://sourceforge.net/projects/lazy-regex Package: libghc-regex-compat-dev Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} , ${shlibs:Depends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: GHC library providing old Text.Regex interface A library providing the old Text.Regex interface to the POSIX regular expression backend. . This package contains the libraries for use with GHC. Package: libghc-regex-compat-prof Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Provides: ${haskell:Provides} Description: GHC profiling library providing old Text.Regex interface A library providing the old Text.Regex interface to the POSIX regular expression backend. . This package contains additional profiling libraries which can be used with ghc-prof. Package: libghc-regex-compat-doc Replaces: haskell-regex-compat-doc (<< 0.92-5) Conflicts: haskell-regex-compat-doc (<< 0.92-5) Provides: haskell-regex-compat-doc Architecture: all Section: doc Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: API documentation for regex-compat Haskell library A library containing a POSIX regular expression backend conforming to the interface API of regex-base. . This package contains the API documentation of the library. debian/rules0000755000000000000000000000026712036251354010254 0ustar #!/usr/bin/make -f # non-functional until 205395 works DEB_BUILD_DEPENDENCIES = build-arch include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/changelog0000644000000000000000000001044112147643106011044 0ustar haskell-regex-compat (0.95.1-4) unstable; urgency=low * Enable compat level 9 -- Joachim Breitner Fri, 24 May 2013 12:51:50 +0200 haskell-regex-compat (0.95.1-3) 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 Thu, 18 Oct 2012 10:26:04 +0200 haskell-regex-compat (0.95.1-2) unstable; urgency=low [ Joachim Breitner ] * Fix typos reported by Vincent Blut, thx! (Closes: #642478) [ Clint Adams ] * Bump to Standards-Version 3.9.2. -- Clint Adams Sat, 11 Feb 2012 00:25:31 -0500 haskell-regex-compat (0.95.1-1) unstable; urgency=low * New upstream release -- Joachim Breitner Thu, 22 Sep 2011 21:28:51 +0200 haskell-regex-compat (0.93.1-2) unstable; urgency=low * Use standard doc path for haddock documentation. -- Joachim Breitner Mon, 04 Apr 2011 20:18:38 +0530 haskell-regex-compat (0.93.1-1) unstable; urgency=low [ Marco Silva ] * Use ghc instead of ghc6 [ Joachim Breitner ] * New upstream release -- Joachim Breitner Sun, 27 Mar 2011 11:12:12 +0530 haskell-regex-compat (0.92-6) unstable; urgency=low * control: Use versioned Replaces: and Conflicts: -- Marco Túlio Gontijo e Silva Wed, 05 May 2010 18:01:50 -0300 haskell-regex-compat (0.92-5) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * Use debian/compat 7. * debian/source/format: Use 3.0 (quilt). * debian/control: Rename -doc package. * debian/control: Uploaders: create. -- Marco Túlio Gontijo e Silva Tue, 16 Mar 2010 10:59:47 -0300 haskell-regex-compat (0.92-4) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * 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: Use Vcs-Browser: field. * debian/control: Remove dependency in hscolour, since it's now a dependency of haskell-devscripts. * debian/control: Use comma in the beginning of the line. * debian/control: Remove haddock from Build-Depends:, since it's now a Depends: of haskell-devscripts. * debian/control: Bump Standards-Version: to 3.8.4, no changes needed. [ Joachim Breitner ] * Bump haskell-devscripts dependency to 0.7 -- Joachim Breitner Wed, 17 Feb 2010 20:39:04 +0100 haskell-regex-compat (0.92-3) unstable; urgency=low [ Joachim Breitner ] * Adjust priority according to override file * Depend on hscolour (Closes: #550769) [ Marco Túlio Gontijo e Silva ] * debian/control: Use more sintetic name for Vcs-Darcs. * debian/control: Change Priority: to extra. * debian/watch: Use format that works for --download-current-version. -- Joachim Breitner Mon, 20 Jul 2009 13:05:35 +0200 haskell-regex-compat (0.92-2) unstable; urgency=low * Adopt package for the Debian Haskell Group * Fix "FTBFS with new dpkg-dev" by adding comma to debian/control (Closes: #536473) -- Joachim Breitner Mon, 20 Jul 2009 12:05:40 +0200 haskell-regex-compat (0.92-1.1) unstable; urgency=low * Rebuild for GHC 6.10. * NMU with permission of the author. -- John Goerzen Mon, 16 Mar 2009 10:12:04 -0500 haskell-regex-compat (0.92-1) unstable; urgency=low * New upstream release * debian/control: - Bump Standards-Version. No changes needed. -- Arjan Oosting Sun, 18 Jan 2009 00:05:02 +0100 haskell-regex-compat (0.91-1) unstable; urgency=low * Take over package from Ian, as I already maintain haskell-regex-base, and move Ian to the Uploaders field. * Packaging complete redone (based on my haskell-regex-base package). -- Arjan Oosting Sat, 19 Jan 2008 16:48:39 +0100 haskell-regex-compat (0.71.0.1-1) unstable; urgency=low * Initial release (used to be part of ghc6). * Using "Generic Haskell cabal library packaging files v9". -- Ian Lynagh (wibble) Wed, 21 Nov 2007 01:26:57 +0000 debian/source/0000755000000000000000000000000012036251354010467 5ustar debian/source/format0000644000000000000000000000001412036251354011675 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147617036010373 0ustar 9 debian/copyright0000644000000000000000000000275312036251354011131 0ustar This package was debianized by Arjan Oosting on Sat, 19 Jan 2008 16:38:00 +0200 It was downloaded from http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-posix Upstream Author: Christopher Kuklewicz Copyright: (C) 2006 - 2007 Christopher Kuklewicz License: Redistribution and use in source and binary forms, with or without modification, are permitted under the terms of the BSD License. THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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. On Debian systems, the complete text of the BSD License can be found in `/usr/share/common-licenses/BSD'. The Debian packaging is (C) 2007-2008, Arjan Oosting and is licensed under the BSD, see `/usr/share/common-licenses/BSD'.