[Git][haskell-team/DHG_packages][master] hslua-typing: Initial release

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Mon Oct 9 08:32:12 BST 2023



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


Commits:
7a822e5b by Ilias Tsitsimpis at 2023-10-09T10:29:56+03:00
hslua-typing: Initial release

- - - - -


7 changed files:

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


Changes:

=====================================
p/haskell-hslua-typing/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-hslua-typing (0.1.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 09 Oct 2023 10:25:00 +0300


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


=====================================
p/haskell-hslua-typing/debian/control
=====================================
@@ -0,0 +1,82 @@
+Source: haskell-hslua-typing
+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.3),
+ libghc-hslua-marshalling-dev (<< 2.4),
+ libghc-hslua-marshalling-prof,
+ libghc-quickcheck2-dev,
+ libghc-quickcheck2-prof,
+ libghc-hslua-core-dev,
+ libghc-hslua-marshalling-dev,
+ libghc-lua-arbitrary-dev (>= 1.0),
+ libghc-lua-arbitrary-dev (<< 1.1),
+ libghc-lua-arbitrary-prof,
+ libghc-quickcheck-instances-dev,
+ libghc-quickcheck-instances-prof,
+ libghc-tasty-dev (>= 0.11),
+ libghc-tasty-prof,
+ libghc-tasty-hunit-dev (>= 0.10),
+ libghc-tasty-hunit-prof,
+ libghc-tasty-quickcheck-dev (>= 0.8),
+ libghc-tasty-quickcheck-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-hslua-core-doc,
+ libghc-hslua-marshalling-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-typing
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hslua-typing]
+X-Description: Type specifiers for Lua in Haskell
+ This package provides Haskell types and values that can be used to
+ describe and declare the types of Lua values.
+
+Package: libghc-hslua-typing-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-typing-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-typing-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-typing/debian/copyright
=====================================
@@ -0,0 +1,33 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hslua-typing
+Upstream-Contact: Albert Krewinkel <tarleb at hslua.org>
+Source: https://hackage.haskell.org/package/hslua-typing
+
+Files: *
+Copyright: © 2023 Albert Krewinkel
+License: Expat
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: Expat
+
+License: Expat
+ Copyright © 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-typing/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-typing/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/7a822e5becc06c2f920da8e38d6181196dfad9af
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/20231009/5cc5a4ae/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list