[Git][haskell-team/DHG_packages][master] 2 commits: lua-arbitrary: Initial release

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sat Jul 23 11:48:38 BST 2022



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
5be2ebb2 by Ilias Tsitsimpis at 2022-07-23T13:28:33+03:00
lua-arbitrary: Initial release

- - - - -
9a90225d by Ilias Tsitsimpis at 2022-07-23T13:45:18+03:00
lua: Initial release

- - - - -


14 changed files:

- + p/haskell-lua-arbitrary/debian/changelog
- + p/haskell-lua-arbitrary/debian/compat
- + p/haskell-lua-arbitrary/debian/control
- + p/haskell-lua-arbitrary/debian/copyright
- + p/haskell-lua-arbitrary/debian/rules
- + p/haskell-lua-arbitrary/debian/source/format
- + p/haskell-lua-arbitrary/debian/watch
- + p/haskell-lua/debian/changelog
- + p/haskell-lua/debian/compat
- + p/haskell-lua/debian/control
- + p/haskell-lua/debian/copyright
- + p/haskell-lua/debian/rules
- + p/haskell-lua/debian/source/format
- + p/haskell-lua/debian/watch


Changes:

=====================================
p/haskell-lua-arbitrary/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-lua-arbitrary (1.0.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 23 Jul 2022 13:24:38 +0300


=====================================
p/haskell-lua-arbitrary/debian/compat
=====================================
@@ -0,0 +1 @@
+10


=====================================
p/haskell-lua-arbitrary/debian/control
=====================================
@@ -0,0 +1,66 @@
+Source: haskell-lua-arbitrary
+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-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-quickcheck2-dev (>= 2.7),
+ libghc-quickcheck2-dev (<< 3),
+ libghc-quickcheck2-prof,
+ libghc-lua-dev (>= 2.0),
+ libghc-lua-dev (<< 2.3),
+ libghc-lua-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-quickcheck2-doc,
+ libghc-lua-doc,
+Standards-Version: 4.6.1
+Homepage: https://hslua.org/
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-lua-arbitrary
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
+X-Description: Arbitrary instances for Lua types
+ This package provides instances for QuickCheck's Arbitrary typeclass.
+
+Package: libghc-lua-arbitrary-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-lua-arbitrary-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-lua-arbitrary-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-lua-arbitrary/debian/copyright
=====================================
@@ -0,0 +1,40 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: lua-arbitrary
+Upstream-Contact: albert+hslua at zeitkraut.de
+Source: https://hackage.haskell.org/package/lua-arbitrary
+
+Files: *
+Copyright: © 1994-2020 Lua.org, PUC-Rio
+ © 2007–2012 Gracjan Polak
+ © 2012-2015 Ömer Sinan Ağacan
+ © 2016-2022 Albert Krewinkel
+License: Expat
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: Expat
+
+License: Expat
+ Copyright © 1994-2020 Lua.org, PUC-Rio
+ Copyright © 2007–2012 Gracjan Polak
+ Copyright © 2012-2015 Ömer Sinan Ağacan
+ Copyright © 2016-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-lua-arbitrary/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-lua-arbitrary/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
p/haskell-lua-arbitrary/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/lua-arbitrary/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))


=====================================
p/haskell-lua/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-lua (2.1.0+dfsg1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 23 Jul 2022 13:31:30 +0300


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


=====================================
p/haskell-lua/debian/control
=====================================
@@ -0,0 +1,65 @@
+Source: haskell-lua
+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-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ liblua5.3-dev,
+ pkg-config,
+ libghc-tasty-dev (>= 0.11),
+ libghc-tasty-prof,
+ libghc-tasty-hunit-dev (>= 0.9),
+ libghc-tasty-hunit-prof,
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 4.6.1
+Homepage: https://hslua.org/
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-lua
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
+X-Description: Lua bindings for Haskell
+ This package provides bindings and types to bridge Haskell and Lua.
+
+Package: libghc-lua-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+ liblua5.3-dev,
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-lua-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-lua-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-lua/debian/copyright
=====================================
@@ -0,0 +1,41 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: lua
+Upstream-Contact: Albert Krewinkel <albert+hslua at zeitkraut.de>
+Source: https://hackage.haskell.org/package/lua
+Files-Excluded: cbits/lua-*
+
+Files: *
+Copyright: © 1994-2020 Lua.org, PUC-Rio
+ © 2007-2012 Gracjan Polak
+ © 2012-2015 Ömer Sinan Ağacan
+ © 2016-2022 Albert Krewinkel
+License: Expat
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: Expat
+
+License: Expat
+ Copyright © 1994-2020 Lua.org, PUC-Rio
+ Copyright © 2007-2012 Gracjan Polak
+ Copyright © 2012-2015 Ömer Sinan Ağacan
+ Copyright © 2016-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-lua/debian/rules
=====================================
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_GHC_CONFIGURE_ARGS += --flags="system-lua pkg-config"
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


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


=====================================
p/haskell-lua/debian/watch
=====================================
@@ -0,0 +1,3 @@
+version=4
+opts=repacksuffix=+dfsg1,dversionmangle=s/\+dfsg1\d*$// \
+https://hackage.haskell.org/package/lua/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/82a4d8bb14fb3110cb5a428b614f16b24924d681...9a90225d380150d6c8b6a0ca8615a5b59570b34e

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/82a4d8bb14fb3110cb5a428b614f16b24924d681...9a90225d380150d6c8b6a0ca8615a5b59570b34e
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/20220723/f062ce22/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list