[Git][haskell-team/DHG_packages][master] Initial packaging of hslua-list-1.1.1

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Fri Oct 13 01:27:14 BST 2023



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


Commits:
fa0a50f3 by Scott Talbert at 2023-10-12T20:24:41-04:00
Initial packaging of hslua-list-1.1.1

- - - - -


7 changed files:

- + p/haskell-hslua-list/debian/changelog
- + p/haskell-hslua-list/debian/compat
- + p/haskell-hslua-list/debian/control
- + p/haskell-hslua-list/debian/copyright
- + p/haskell-hslua-list/debian/rules
- + p/haskell-hslua-list/debian/source/format
- + p/haskell-hslua-list/debian/watch


Changes:

=====================================
p/haskell-hslua-list/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-hslua-list (1.1.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Scott Talbert <swt at techie.net>  Thu, 12 Oct 2023 20:11:57 -0400


=====================================
p/haskell-hslua-list/debian/compat
=====================================
@@ -0,0 +1 @@
+10


=====================================
p/haskell-hslua-list/debian/control
=====================================
@@ -0,0 +1,68 @@
+Source: haskell-hslua-list
+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-hslua-core-dev (>= 2.2),
+ libghc-hslua-core-dev (<< 2.4),
+ libghc-hslua-core-prof,
+ libghc-tasty-dev (>= 0.11),
+ libghc-tasty-prof,
+ libghc-tasty-lua-dev (>= 1.0),
+ libghc-tasty-lua-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-hslua-core-doc,
+ libghc-tasty-doc,
+ libghc-tasty-lua-doc,
+Standards-Version: 4.6.2
+Homepage: https://hslua.org/
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hslua-list
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hslua-list]
+X-Description: Opinionated, but extensible Lua list type.
+ List type for Lua, with a Haskell interface.
+
+Package: libghc-hslua-list-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-hslua-list-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-hslua-list-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-hslua-list/debian/copyright
=====================================
@@ -0,0 +1,34 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hslua-list
+Upstream-Contact: Albert Krewinkel <tarleb at hslua.org>
+Source: https://hackage.haskell.org/package/hslua-list
+
+Files: *
+Copyright: © 2021-2023 Albert Krewinkel
+License: MIT
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: MIT
+
+License: MIT
+ Copyright © 2021-2023 Albert Krewinkel
+ .
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


=====================================
p/haskell-hslua-list/debian/rules
=====================================
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = hslua-list
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


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


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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/fa0a50f3c9c12c067fa7cf1453bc7e2775a2e374
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/20231013/2ea68dd5/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list