debian/0000755000000000000000000000000012147643106007172 5ustar debian/watch0000644000000000000000000000034112036251347010220 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|regex-base-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/regex-base \ ([\d\.]*\d)/ debian/control0000644000000000000000000000415412147621366010605 0ustar Source: haskell-regex-base Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Joachim Breitner Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.8.13), cpphs, ghc, ghc-prof, ghc-doc, libghc-mtl-dev, libghc-mtl-prof, libghc-mtl-doc, Standards-Version: 3.9.4 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-regex-base/ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-regex-base Homepage: http://sourceforge.net/projects/lazy-regex Package: libghc-regex-base-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: GHC library providing an API for regular expressions A library containing the interface API for the Haskell regular expressions library packages regex-posix, regex-pcre, regex-parsec, regex-tdfs, regex-dfa. . This package contains the libraries for use with GHC. Package: libghc-regex-base-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: GHC profiling library providing an API for regular expressions A library containing the interface API for the Haskell regular expressions library packages regex-posix, regex-pcre, regex-parsec, regex-tdfs, regex-dfa. . This package contains additional profiling libraries which can be used with ghc-prof. Package: libghc-regex-base-doc Replaces: haskell-regex-base-doc (<< 0.93.1-7) Conflicts: haskell-regex-base-doc (<< 0.93.1-7) Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: API documentation for regex-base Haskell library A library containing the interface API for the Haskell regular expressions library packages regex-posix, regex-pcre, regex-parsec, regex-tdfs, regex-dfa. . This package contains the API documentation of the library. debian/rules0000755000000000000000000000022212036251347010245 0ustar #!/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 debian/changelog0000644000000000000000000001201312147643106011041 0ustar haskell-regex-base (0.93.2-4) unstable; urgency=low * Enable compat level 9 -- Joachim Breitner Fri, 24 May 2013 12:51:50 +0200 haskell-regex-base (0.93.2-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 Sun, 14 Oct 2012 12:01:53 +0200 haskell-regex-base (0.93.2-2) unstable; urgency=low * Fix -doc package dependency. * Bump to Standards-Version 3.9.2. -- Clint Adams Sun, 12 Feb 2012 21:29:18 -0500 haskell-regex-base (0.93.2-1) unstable; urgency=low [ Marco Silva ] * Use ghc instead of ghc6 [ Joachim Breitner ] * New upstream release -- Joachim Breitner Sun, 27 Mar 2011 11:00:01 +0530 haskell-regex-base (0.93.1-8) unstable; urgency=low * control: Use versioned Replaces: and Conflicts: -- Marco Túlio Gontijo e Silva Wed, 05 May 2010 18:01:49 -0300 haskell-regex-base (0.93.1-7) unstable; urgency=low * Use debian/compat 7. * debian/source/format: Use 3.0 (quilt). * debian/control: Rename -doc package. -- Marco Túlio Gontijo e Silva Tue, 16 Mar 2010 10:59:47 -0300 haskell-regex-base (0.93.1-6) 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: 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 * Remove hugs package, as Cabal does not support building Hugs packages -- Joachim Breitner Wed, 17 Feb 2010 20:40:43 +0100 haskell-regex-base (0.93.1-5) unstable; urgency=low * Build-Depend on hscolour. (Closes: #557034) -- Joachim Breitner Thu, 19 Nov 2009 11:45:17 +0100 haskell-regex-base (0.93.1-4) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * debian/control: Use Debian Haskell Group as Maintainer. * debian/watch: Use format that works for --download-current-version. [ Joachim Breitner ] * Use hlibrary.mk (Closes: #556806) -- Joachim Breitner Wed, 18 Nov 2009 15:01:56 +0100 haskell-regex-base (0.93.1-3.1) unstable; urgency=low * Rebuild against GHC 6.10. * NMU with permission of maintainer. -- John Goerzen Mon, 16 Mar 2009 10:09:14 -0500 haskell-regex-base (0.93.1-3) unstable; urgency=low * Rebuild with haskell-devscripts 0.6.6 so the package description file describes the correct path to the generated documentation. Adjust the build dependency on haskell-devscrips accordingly. * debian/control: - Fix some minor errors. -- Arjan Oosting Sun, 13 Jan 2008 23:38:50 +0100 haskell-regex-base (0.93.1-2) unstable; urgency=low * debian/control: - Bump build dependency on GHC to >= 6.8.2 because the package now needs a Cabal version >= 1.2. * debian/patches/00list: Added empty patch list to fix lintian warning dpatch-build-dep-but-no-patch-list * debian/rules: - Remove build-stamp on clean. -- Arjan Oosting Sun, 13 Jan 2008 16:37:53 +0100 haskell-regex-base (0.93.1-1) unstable; urgency=low * New upstream release. * debian/control: - Adjust section of the libghc-regex-base-dev and libghc6-regex-base-prof packages to libdevel to fix lintian warning "dev-package-should-be-section-libdevel" -- Arjan Oosting Sun, 13 Jan 2008 06:50:34 +0100 haskell-regex-base (0.92-1) unstable; urgency=low * New upstream release. * debian/control: - Rename Xs-Vcs-* fields to Vcs-* field. - Update build dependency on haskell-devscripts to (>= 0.6.0) which generates the haddock documentation now. - Bump Standards-Version to 3.7.3. No changes needed. * debian/mk-haskell-depends: Removed as haskell-devscripts now ships dh_haskell_depends * debian/rules: - dh_haskell_install does not install empty directories anymore and removes empty directories from the GHC package configuration file, so stop doing this manually. - dh_haskell also generates the haddock documentation so stop calling ./setup haddock - Replace the call to debian/mk-haskell-depends with a call to dh_haskell_depends. -- Arjan Oosting Sun, 30 Dec 2007 22:49:21 +0100 haskell-regex-base (0.91-1) unstable; urgency=low * Initial release. (Closes: #429706) -- Arjan Oosting Tue, 19 Jun 2007 17:05:28 +0100 debian/source/0000755000000000000000000000000012036251347010471 5ustar debian/source/format0000644000000000000000000000001412036251347011677 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616307010373 0ustar 9 debian/copyright0000644000000000000000000000275212036251347011132 0ustar This package was debianized by Arjan Oosting on Mon, 18 Jun 2007 23:29:59 +0100 It was downloaded from http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base 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'.