[Git][haskell-team/DHG_packages][master] haskell-regex: Initial release
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Wed Jan 29 01:48:51 GMT 2025
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
a470cb97 by Pete Ryland at 2025-01-28T13:01:24+01:00
haskell-regex: Initial release
- - - - -
9 changed files:
- + p/haskell-regex/debian/changelog
- + p/haskell-regex/debian/control
- + p/haskell-regex/debian/copyright
- + p/haskell-regex/debian/libghc-regex-dev.lintian-overrides
- + p/haskell-regex/debian/patches/pcre-not-builtin
- + p/haskell-regex/debian/patches/series
- + p/haskell-regex/debian/rules
- + p/haskell-regex/debian/source/format
- + p/haskell-regex/debian/watch
Changes:
=====================================
p/haskell-regex/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-regex (1.1.0.2-1) unstable; urgency=low
+
+ * Initial release (Closes: #1094426)
+
+ -- Pete Ryland <pdr at pdr.cx> Tue, 28 Jan 2025 02:24:40 +0100
=====================================
p/haskell-regex/debian/control
=====================================
@@ -0,0 +1,84 @@
+Source: haskell-regex
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Pete Ryland <pdr at pdr.cx>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends:
+ haskell-devscripts (>= 0.13),
+ cdbs,
+ debhelper-compat (= 10),
+ ghc,
+ ghc-prof,
+ libghc-base-compat-dev (>= 0.6),
+ libghc-base-compat-dev (<< 1),
+ libghc-base-compat-prof,
+ libghc-hashable-dev (>= 1.2),
+ libghc-hashable-prof,
+ libghc-regex-base-dev (>= 0.93),
+ libghc-regex-base-prof,
+ libghc-regex-pcre-dev (>= 0.94),
+ libghc-regex-pcre-prof,
+ libghc-regex-tdfa-dev (>= 1.3.1.0),
+ libghc-regex-tdfa-prof,
+ libghc-time-locale-compat-dev (>= 0.1),
+ libghc-time-locale-compat-prof,
+ libghc-unordered-containers-dev (>= 0.2),
+ libghc-unordered-containers-prof,
+ libghc-utf8-string-dev (>= 1),
+ libghc-utf8-string-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-base-compat-doc,
+ libghc-hashable-doc,
+ libghc-regex-base-doc,
+ libghc-regex-pcre-doc,
+ libghc-regex-tdfa-doc,
+ libghc-time-locale-compat-doc,
+ libghc-unordered-containers-doc,
+ libghc-utf8-string-doc,
+Standards-Version: 4.7.0
+Homepage: http://regex.uk
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-regex
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-regex]
+X-Description: Haskell Regex Toolkit
+ A regular expression toolkit for regex-base with compile-time checking of RE
+ syntax, data types for matches and captures, a text replacement toolkit,
+ portable options, high-level AWK-like tools for building text processing apps,
+ regular expression macros with parsers and test bench, comprehensive
+ documentation, tutorials and copious examples.
+
+Package: libghc-regex-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-regex-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-regex-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}, ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
=====================================
p/haskell-regex/debian/copyright
=====================================
@@ -0,0 +1,44 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: regex
+Upstream-Contact: Chris Dornan <chris at regex.uk>
+Source: https://hackage.haskell.org/package/regex
+
+Files: *
+Copyright: Chris Dornan 2016-2017
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Copyright (c) 2016-2017, Chris Dornan
+ .
+ All rights reserved.
+ .
+ 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 Iris Connect 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.
=====================================
p/haskell-regex/debian/libghc-regex-dev.lintian-overrides
=====================================
@@ -0,0 +1,2 @@
+# This is intended
+libghc-regex-dev: custom-library-search-path
=====================================
p/haskell-regex/debian/patches/pcre-not-builtin
=====================================
@@ -0,0 +1,11 @@
+--- a/regex.cabal
++++ b/regex.cabal
+@@ -131,7 +131,7 @@
+ , containers >= 0.4
+ , hashable >= 1.2
+ , regex-base >= 0.93
+- , regex-pcre-builtin >= 0.94
++ , regex-pcre >= 0.94
+ , regex-tdfa >= 1.3.1.0
+ , template-haskell >= 2.7
+ , text >= 1.2
=====================================
p/haskell-regex/debian/patches/series
=====================================
@@ -0,0 +1 @@
+pcre-not-builtin
=====================================
p/haskell-regex/debian/rules
=====================================
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+DEB_DH_COMPAT_DISABLE := 1
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
=====================================
p/haskell-regex/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-regex/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/regex/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a470cb972e12ca5b1c2f1d776e642e913ce9edf6
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a470cb972e12ca5b1c2f1d776e642e913ce9edf6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20250129/350ced7c/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list