[Pkg-haskell-commits] r736 - in /packages/haskell-regex-base/trunk/debian: ./ changelog compat control copyright libhugs-regex-base.linda-overrides rules watch
arjan at users.alioth.debian.org
arjan at users.alioth.debian.org
Tue Jun 19 17:36:55 UTC 2007
Author: arjan
Date: Tue Jun 19 17:36:55 2007
New Revision: 736
URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=736
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
packages/haskell-regex-base/trunk/debian/
packages/haskell-regex-base/trunk/debian/changelog
packages/haskell-regex-base/trunk/debian/compat
packages/haskell-regex-base/trunk/debian/control
packages/haskell-regex-base/trunk/debian/copyright
packages/haskell-regex-base/trunk/debian/libhugs-regex-base.linda-overrides
packages/haskell-regex-base/trunk/debian/rules (with props)
packages/haskell-regex-base/trunk/debian/watch
Added: packages/haskell-regex-base/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-regex-base/trunk/debian/changelog?rev=736&op=file
==============================================================================
--- packages/haskell-regex-base/trunk/debian/changelog (added)
+++ packages/haskell-regex-base/trunk/debian/changelog Tue Jun 19 17:36:55 2007
@@ -1,0 +1,6 @@
+haskell-regex-base (0.91-1) unstable; urgency=low
+
+ * Initial release. (Closes: #429706)
+
+ -- Arjan Oosting <arjan at debian.org> Tue, 19 Jun 2007 17:05:28 +0100
+
Added: packages/haskell-regex-base/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-regex-base/trunk/debian/compat?rev=736&op=file
==============================================================================
--- packages/haskell-regex-base/trunk/debian/compat (added)
+++ packages/haskell-regex-base/trunk/debian/compat Tue Jun 19 17:36:55 2007
@@ -1,0 +1,1 @@
+5
Added: packages/haskell-regex-base/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-regex-base/trunk/debian/control?rev=736&op=file
==============================================================================
--- packages/haskell-regex-base/trunk/debian/control (added)
+++ packages/haskell-regex-base/trunk/debian/control Tue Jun 19 17:36:55 2007
@@ -1,0 +1,22 @@
+Source: haskell-regex-base
+Section: devel
+Priority: extra
+Maintainer: Arjan Oosting <arjan at debian.org>
+Build-Depends: cpphs, dpkg-dev (>= 1.13.19), debhelper (>= 5.0.0), dpatch, ghc6 (>= 6.6), haskell-devscripts (>= 0.5.14)
+Build-Depends-Indep: hugs, libhugs-mtl
+Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/haskell-regex-base
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-regex-base
+
+Package: libhugs-regex-base
+Architecture: all
+Depends: ${haskell:Depends}, libhugs-mtl
+Suggests: libghc6-regex-base-doc
+Description: Hugs 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 Hugs98.
+ .
+ Homepage: http://sourceforge.net/projects/lazy-regex
Added: packages/haskell-regex-base/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-regex-base/trunk/debian/copyright?rev=736&op=file
==============================================================================
--- packages/haskell-regex-base/trunk/debian/copyright (added)
+++ packages/haskell-regex-base/trunk/debian/copyright Tue Jun 19 17:36:55 2007
@@ -1,0 +1,33 @@
+This package was debianized by Arjan Oosting <arjan at debian.org> 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 <TextRegexLazy at personal.mightyreason.com>
+
+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, Arjan Oosting <arjan at debian.org> and
+is licensed under the BSD, see `/usr/share/common-licenses/BSD'.
Added: packages/haskell-regex-base/trunk/debian/libhugs-regex-base.linda-overrides
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-regex-base/trunk/debian/libhugs-regex-base.linda-overrides?rev=736&op=file
==============================================================================
--- packages/haskell-regex-base/trunk/debian/libhugs-regex-base.linda-overrides (added)
+++ packages/haskell-regex-base/trunk/debian/libhugs-regex-base.linda-overrides Tue Jun 19 17:36:55 2007
@@ -1,0 +1,2 @@
+Tag: usr-lib-in-arch-all
+Data:.*hs
Added: packages/haskell-regex-base/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-regex-base/trunk/debian/rules?rev=736&op=file
==============================================================================
--- packages/haskell-regex-base/trunk/debian/rules (added)
+++ packages/haskell-regex-base/trunk/debian/rules Tue Jun 19 17:36:55 2007
@@ -1,0 +1,55 @@
+#!/usr/bin/make -f
+
+# include dpatch
+include /usr/share/dpatch/dpatch.make
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build: patch-stamp
+
+clean: clean-patched unpatch
+clean-patched:
+ dh_testdir
+ dh_testroot
+ if [ -x setup ] && [ -e .setup-config ]; then ./setup clean ; fi
+ rm -rf setup Setup.hi Setup.ho Setup.o .*config* dist html
+ dh_clean
+
+install: install-arch install-indep
+install-arch: patch-stamp
+
+install-indep: patch-stamp
+ dh_testdir
+ dh_testroot
+ dh_clean -k -i
+ dh_installdirs -i
+ dh_haskell -i
+ install --mode=644 -D "$(CURDIR)/debian/libhugs-regex-base.linda-overrides" \
+ "$(CURDIR)/debian/libhugs-filepath/usr/share/linda/overrides/libhugs-regex-base"
+ dh_install -i
+
+# Must not depend on anything. This is to be called by
+# binary-arch/binary-indep
+# in another 'make' thread.
+binary-common:
+ dh_installchangelogs
+ dh_installdocs
+ dh_installexamples
+ dh_compress -X.haddock
+ dh_fixperms
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+# Build architecture independant packages using the common target.
+binary-indep: install-indep
+ $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
+
+# Build architecture dependant packages using the common target.
+binary-arch: install-arch
+
+binary: binary-arch binary-indep
+.PHONY: build clean clean-patched binary-arch binary-indep binary install-indep install-arch install
Propchange: packages/haskell-regex-base/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: packages/haskell-regex-base/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-regex-base/trunk/debian/watch?rev=736&op=file
==============================================================================
--- packages/haskell-regex-base/trunk/debian/watch (added)
+++ packages/haskell-regex-base/trunk/debian/watch Tue Jun 19 17:36:55 2007
@@ -1,0 +1,3 @@
+version=3
+http://hackage.haskell.org/packages/archive/regex-base/([\d.]+)/regex-base-([\d.]+).tar.gz
+
More information about the Pkg-haskell-commits
mailing list