[Git][haskell-team/DHG_packages][master] Initial packaging of string-interpolate-0.3.2.1

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Tue Nov 14 05:13:32 GMT 2023



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
7f65233e by Scott Talbert at 2023-11-14T00:07:47-05:00
Initial packaging of string-interpolate-0.3.2.1

- - - - -


7 changed files:

- + p/haskell-string-interpolate/debian/changelog
- + p/haskell-string-interpolate/debian/compat
- + p/haskell-string-interpolate/debian/control
- + p/haskell-string-interpolate/debian/copyright
- + p/haskell-string-interpolate/debian/rules
- + p/haskell-string-interpolate/debian/source/format
- + p/haskell-string-interpolate/debian/watch


Changes:

=====================================
p/haskell-string-interpolate/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-string-interpolate (0.3.2.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Scott Talbert <swt at techie.net>  Mon, 13 Nov 2023 23:47:31 -0500


=====================================
p/haskell-string-interpolate/debian/compat
=====================================
@@ -0,0 +1 @@
+10


=====================================
p/haskell-string-interpolate/debian/control
=====================================
@@ -0,0 +1,98 @@
+Source: haskell-string-interpolate
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Scott Talbert <swt at techie.net>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-hspec-dev (>= 2),
+ libghc-hspec-dev (<< 3),
+ libghc-hspec-prof,
+ libghc-hspec-core-dev (>= 2),
+ libghc-hspec-core-dev (<< 3),
+ libghc-hspec-core-prof,
+ libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-prof,
+ libghc-quickcheck-instances-dev (<< 0.4),
+ libghc-quickcheck-instances-prof,
+ libghc-quickcheck-text-dev (<< 0.2),
+ libghc-quickcheck-text-prof,
+ libghc-quickcheck-unicode-dev (<< 1.1),
+ libghc-quickcheck-unicode-prof,
+ libghc-src-exts-dev (<< 1.24),
+ libghc-src-exts-prof,
+ libghc-src-meta-dev (<< 0.9),
+ libghc-src-meta-prof,
+ libghc-split-dev (<< 0.3),
+ libghc-split-prof,
+ libghc-text-conversions-dev (<< 0.4),
+ libghc-text-conversions-prof,
+ libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-prof,
+ libghc-utf8-string-dev (<< 1.1),
+ libghc-utf8-string-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-hspec-doc,
+ libghc-hspec-core-doc,
+ libghc-quickcheck2-doc,
+ libghc-quickcheck-instances-doc,
+ libghc-quickcheck-text-doc,
+ libghc-quickcheck-unicode-doc,
+ libghc-src-exts-doc,
+ libghc-src-meta-doc,
+ libghc-split-doc,
+ libghc-text-conversions-doc,
+ libghc-unordered-containers-doc,
+ libghc-utf8-string-doc,
+Standards-Version: 4.6.1
+Homepage: https://gitlab.com/williamyaoh/string-interpolate/blob/master/README.md
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-string-interpolate
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-string-interpolate]
+X-Description: Haskell string/text/bytestring interpolation that just works
+ Unicode-aware string interpolation that handles all textual types.
+ .
+ See README.md for more info.
+
+Package: libghc-string-interpolate-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-string-interpolate-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-string-interpolate-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-string-interpolate/debian/copyright
=====================================
@@ -0,0 +1,44 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: string-interpolate
+Upstream-Contact: williamyaoh at gmail.com
+Source: https://hackage.haskell.org/package/string-interpolate
+
+Files: *
+Copyright: 2019-2023 William Yao
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Copyright William Yao (c) 2019-2020
+ .
+ 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 Author name here 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-string-interpolate/debian/rules
=====================================
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = string-interpolate
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


=====================================
p/haskell-string-interpolate/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
p/haskell-string-interpolate/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/string-interpolate/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/7f65233e1a04c88cad2ff57ebfe0f76e56bcf019

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/7f65233e1a04c88cad2ff57ebfe0f76e56bcf019
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/20231114/a3967d4a/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list