[Git][haskell-team/DHG_packages][master] 3 commits: hslua-cli: Initial release
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Thu Nov 23 17:34:43 GMT 2023
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
60d38d43 by Ilias Tsitsimpis at 2023-11-23T19:14:40+02:00
hslua-cli: Initial release
- - - - -
906e6c84 by Ilias Tsitsimpis at 2023-11-23T19:18:33+02:00
hslua-module-doclayout: Initial release
- - - - -
c291ba0d by Ilias Tsitsimpis at 2023-11-23T19:21:47+02:00
hslua-module-zip: Initial release
- - - - -
21 changed files:
- + p/haskell-hslua-cli/debian/changelog
- + p/haskell-hslua-cli/debian/compat
- + p/haskell-hslua-cli/debian/control
- + p/haskell-hslua-cli/debian/copyright
- + p/haskell-hslua-cli/debian/rules
- + p/haskell-hslua-cli/debian/source/format
- + p/haskell-hslua-cli/debian/watch
- + p/haskell-hslua-module-doclayout/debian/changelog
- + p/haskell-hslua-module-doclayout/debian/compat
- + p/haskell-hslua-module-doclayout/debian/control
- + p/haskell-hslua-module-doclayout/debian/copyright
- + p/haskell-hslua-module-doclayout/debian/rules
- + p/haskell-hslua-module-doclayout/debian/source/format
- + p/haskell-hslua-module-doclayout/debian/watch
- + p/haskell-hslua-module-zip/debian/changelog
- + p/haskell-hslua-module-zip/debian/compat
- + p/haskell-hslua-module-zip/debian/control
- + p/haskell-hslua-module-zip/debian/copyright
- + p/haskell-hslua-module-zip/debian/rules
- + p/haskell-hslua-module-zip/debian/source/format
- + p/haskell-hslua-module-zip/debian/watch
Changes:
=====================================
p/haskell-hslua-cli/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-hslua-cli (1.3.0-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 23 Nov 2023 19:14:35 +0200
=====================================
p/haskell-hslua-cli/debian/compat
=====================================
@@ -0,0 +1 @@
+10
=====================================
p/haskell-hslua-cli/debian/control
=====================================
@@ -0,0 +1,72 @@
+Source: haskell-hslua-cli
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Ilias Tsitsimpis <iliastsi at debian.org>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc (>= 9.4),
+ ghc-prof,
+ libghc-hslua-core-dev (>= 2.3),
+ libghc-hslua-core-dev (<< 2.4),
+ libghc-hslua-core-prof,
+ libghc-hslua-marshalling-dev (>= 2.2),
+ libghc-hslua-marshalling-dev (<< 2.4),
+ libghc-hslua-marshalling-prof,
+ libghc-lua-dev (>= 2.3),
+ libghc-lua-dev (<< 2.4),
+ libghc-lua-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-hslua-core-doc,
+ libghc-hslua-marshalling-doc,
+ libghc-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-cli
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hslua-cli]
+X-Description: command-line interface for Lua
+ This haskell library provides an embeddable command-line interface for Lua.
+ The interface is compatible with the standard Lua interpreter, i.e., the `lua`
+ executable provided in a default Lua installation.
+
+Package: libghc-hslua-cli-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-cli-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-cli-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-cli/debian/copyright
=====================================
@@ -0,0 +1,41 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hslua-cli
+Upstream-Contact: Albert Krewinkel <tarleb at hslua.org>
+Source: https://hackage.haskell.org/package/hslua-cli
+
+Files: *
+Copyright:
+ 1994-2022 Lua.org, PUC-Rio.
+ 2007-2012 Gracjan Polak
+ 2012-2015 Ömer Sinan Ağacan
+ 2016-2023 Albert Krewinkel
+License: Expat
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: Expat
+
+License: Expat
+ Copyright © 1994-2022 Lua.org, PUC-Rio.
+ Copyright © 2007-2012 Gracjan Polak
+ Copyright © 2012-2015 Ömer Sinan Ağacan
+ Copyright © 2016-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-cli/debian/rules
=====================================
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
=====================================
p/haskell-hslua-cli/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-hslua-cli/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/hslua-cli/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
=====================================
p/haskell-hslua-module-doclayout/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-hslua-module-doclayout (1.1.0-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 23 Nov 2023 19:18:19 +0200
=====================================
p/haskell-hslua-module-doclayout/debian/compat
=====================================
@@ -0,0 +1 @@
+10
=====================================
p/haskell-hslua-module-doclayout/debian/control
=====================================
@@ -0,0 +1,73 @@
+Source: haskell-hslua-module-doclayout
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Ilias Tsitsimpis <iliastsi at debian.org>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc (>= 9.4),
+ ghc-prof,
+ libghc-doclayout-dev (>= 0.2),
+ libghc-doclayout-dev (<< 0.5),
+ libghc-doclayout-prof,
+ libghc-hslua-dev (>= 2.3),
+ libghc-hslua-dev (<< 2.4),
+ libghc-hslua-prof,
+ libghc-tasty-dev,
+ libghc-tasty-prof,
+ libghc-tasty-hunit-dev,
+ libghc-tasty-hunit-prof,
+ libghc-tasty-lua-dev (>= 1.1),
+ libghc-tasty-lua-dev (<< 1.2),
+ libghc-tasty-lua-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-doclayout-doc,
+ libghc-hslua-doc,
+Standards-Version: 4.6.2
+Homepage: https://github.com/hslua/hslua-module-doclayout
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hslua-module-doclayout
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hslua-module-doclayout]
+X-Description: Lua module wrapping Text.DocLayout
+ Lua module wrapping the doclayout Haskell package.
+
+Package: libghc-hslua-module-doclayout-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-module-doclayout-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-module-doclayout-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-module-doclayout/debian/copyright
=====================================
@@ -0,0 +1,33 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hslua-module-doclayout
+Upstream-Contact: Albert Krewinkel <albert at zeitkraut.de>
+Source: https://hackage.haskell.org/package/hslua-module-doclayout
+
+Files: *
+Copyright: 2020-2022 Albert Krewinkel
+License: Expat
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: Expat
+
+License: Expat
+ Copyright (c) 2020-2022 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-module-doclayout/debian/rules
=====================================
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
=====================================
p/haskell-hslua-module-doclayout/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-hslua-module-doclayout/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/hslua-module-doclayout/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
=====================================
p/haskell-hslua-module-zip/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-hslua-module-zip (1.1.0-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 23 Nov 2023 19:21:44 +0200
=====================================
p/haskell-hslua-module-zip/debian/compat
=====================================
@@ -0,0 +1 @@
+10
=====================================
p/haskell-hslua-module-zip/debian/control
=====================================
@@ -0,0 +1,92 @@
+Source: haskell-hslua-module-zip
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Ilias Tsitsimpis <iliastsi at debian.org>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc (>= 9.4),
+ ghc-prof,
+ libghc-hslua-core-dev (>= 2.3),
+ libghc-hslua-core-dev (<< 2.4),
+ libghc-hslua-core-prof,
+ libghc-hslua-list-dev (>= 1.1),
+ libghc-hslua-list-dev (<< 1.2),
+ libghc-hslua-list-prof,
+ libghc-hslua-marshalling-dev (>= 2.3),
+ libghc-hslua-marshalling-dev (<< 2.4),
+ libghc-hslua-marshalling-prof,
+ libghc-hslua-packaging-dev (>= 2.3),
+ libghc-hslua-packaging-dev (<< 2.4),
+ libghc-hslua-packaging-prof,
+ libghc-hslua-typing-dev (>= 0.1),
+ libghc-hslua-typing-dev (<< 0.2),
+ libghc-hslua-typing-prof,
+ libghc-zip-archive-dev (>= 0.4),
+ libghc-zip-archive-dev (<< 0.5),
+ libghc-zip-archive-prof,
+ libghc-hslua-module-system-dev,
+ libghc-hslua-module-system-prof,
+ libghc-tasty-dev,
+ libghc-tasty-prof,
+ libghc-tasty-hunit-dev,
+ libghc-tasty-hunit-prof,
+ libghc-tasty-lua-dev (>= 1.0),
+ libghc-tasty-lua-dev (<< 1.2),
+ libghc-tasty-lua-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-hslua-core-doc,
+ libghc-hslua-list-doc,
+ libghc-hslua-marshalling-doc,
+ libghc-hslua-packaging-doc,
+ libghc-hslua-typing-doc,
+ libghc-zip-archive-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-module-zip
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hslua-module-zip]
+X-Description: Lua module to work with file zips
+ Module with functions for creating, modifying, and extracting files from zip
+ archives.
+
+Package: libghc-hslua-module-zip-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-module-zip-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-module-zip-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-module-zip/debian/copyright
=====================================
@@ -0,0 +1,33 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hslua-module-zip
+Upstream-Contact: Albert Krewinkel <tarleb at hslua.org>
+Source: https://hackage.haskell.org/package/hslua-module-zip
+
+Files: *
+Copyright: 2020-2023 Albert Krewinkel
+License: Expat
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: Expat
+
+License: Expat
+ Copyright © 2020-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-module-zip/debian/rules
=====================================
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
=====================================
p/haskell-hslua-module-zip/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-hslua-module-zip/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/hslua-module-zip/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/f5cefdc599b2e8bea509ac66ee2a02c9527da450...c291ba0d58755e1747705b6bc6dab048c1849693
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/f5cefdc599b2e8bea509ac66ee2a02c9527da450...c291ba0d58755e1747705b6bc6dab048c1849693
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/20231123/cb5525de/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list