[Git][haskell-team/DHG_packages][master] toml-parser: Initial release

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Mon Sep 30 07:40:26 BST 2024



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


Commits:
07875dc9 by Ilias Tsitsimpis at 2024-09-30T09:39:03+03:00
toml-parser: Initial release

- - - - -


7 changed files:

- + p/haskell-toml-parser/debian/changelog
- + p/haskell-toml-parser/debian/compat
- + p/haskell-toml-parser/debian/control
- + p/haskell-toml-parser/debian/copyright
- + p/haskell-toml-parser/debian/rules
- + p/haskell-toml-parser/debian/source/format
- + p/haskell-toml-parser/debian/watch


Changes:

=====================================
p/haskell-toml-parser/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-toml-parser (1.3.2.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 30 Sep 2024 09:21:38 +0300


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


=====================================
p/haskell-toml-parser/debian/control
=====================================
@@ -0,0 +1,69 @@
+Source: haskell-toml-parser
+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,
+ ghc-prof,
+ alex (>= 3.2),
+ happy (>= 1.19),
+ libghc-prettyprinter-dev (>= 1.7),
+ libghc-prettyprinter-dev (<< 1.8),
+ libghc-prettyprinter-prof,
+ libghc-hspec-dev (>= 2.10),
+ libghc-hspec-dev (<< 2.12),
+ libghc-hspec-prof,
+ markdown-unlit (>= 0.5.1),
+Build-Depends-Indep: ghc-doc,
+ libghc-prettyprinter-doc,
+Standards-Version: 4.7.0
+Homepage: https://hackage.haskell.org/package/toml-parser
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-toml-parser
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-toml-parser]
+X-Description: TOML 1.0.0 parser
+ TOML parser using generated lexers and parsers with careful attention to the
+ TOML 1.0.0 semantics for defining tables.
+
+Package: libghc-toml-parser-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-toml-parser-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-toml-parser-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-toml-parser/debian/copyright
=====================================
@@ -0,0 +1,27 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: toml-parser
+Upstream-Contact: emertens at gmail.com
+Source: https://hackage.haskell.org/package/toml-parser
+
+Files: *
+Copyright: 2023-2024 Eric Mertens
+License: ISC
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: ISC
+
+License: ISC
+ Copyright (c) 2023 Eric Mertens
+ .
+ Permission to use, copy, modify, and/or distribute this software for any purpose
+ with or without fee is hereby granted, provided that the above copyright notice
+ and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
+ THIS SOFTWARE.


=====================================
p/haskell-toml-parser/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-toml-parser/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/07875dc9e837f300f09b3c78cc96099511eb2d83
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/20240930/0c3f7ff4/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list