[Git][haskell-team/DHG_packages][master] Initial packaging of hslua-classes-2.1.0

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Fri Aug 5 17:52:52 BST 2022



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


Commits:
6835f0a3 by Scott Talbert at 2022-08-05T12:52:45-04:00
Initial packaging of hslua-classes-2.1.0

- - - - -


7 changed files:

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


Changes:

=====================================
p/haskell-hslua-classes/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-hslua-classes (2.1.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Scott Talbert <swt at techie.net>  Fri, 05 Aug 2022 12:42:40 -0400


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


=====================================
p/haskell-hslua-classes/debian/control
=====================================
@@ -0,0 +1,66 @@
+Source: haskell-hslua-classes
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Scott Talbert <swt at techie.net>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-hslua-core-dev (>= 2.1),
+ libghc-hslua-core-dev (<< 2.2),
+ libghc-hslua-core-prof,
+ libghc-hslua-marshalling-dev (>= 2.1),
+ libghc-hslua-marshalling-dev (<< 2.2),
+ libghc-hslua-marshalling-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-hslua-core-doc,
+ libghc-hslua-marshalling-doc,
+Standards-Version: 4.6.1
+Homepage: https://hslua.org/
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hslua-classes
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hslua-classes]
+X-Description: Type classes for HsLua
+ Type classes for convenient marshalling and calling of
+ Lua functions.
+
+Package: libghc-hslua-classes-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-classes-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-classes-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-classes/debian/copyright
=====================================
@@ -0,0 +1,44 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hslua-classes
+Upstream-Contact: albert+hslua at zeitkraut.de
+Source: https://hackage.haskell.org/package/hslua-classes
+
+Files: *
+Copyright:
+ 2007–2012 Gracjan Polak
+ 2012–2016 Ömer Sinan Ağacan
+ 2017-2022 Albert Krewinkel
+License: MIT
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: MIT
+
+Files: test/HsLua/Class/*
+Copyright: 2017-2022 Albert Krewinkel
+License: MIT
+
+License: MIT
+ 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-hslua-classes/debian/rules
=====================================
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = hslua-classes
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


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


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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/6835f0a36d70d8b713b14bf527cf11cb669f9238
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/20220805/4c09beea/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list