[Git][haskell-team/DHG_packages][master] 2 commits: Add haskell-commonmark-pandoc 0.2.0.4

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Tue May 31 00:11:00 BST 2022



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


Commits:
7a24b289 by Robert Greener at 2022-05-30T14:36:30+01:00
Add haskell-commonmark-pandoc 0.2.0.4

- - - - -
3a4f981a by Scott Talbert at 2022-05-30T23:10:56+00:00
Merge branch 'add-haskell-commonmark-pandoc' into 'master'

Add haskell-commonmark-pandoc 0.2.0.4

See merge request haskell-team/DHG_packages!31
- - - - -


11 changed files:

- + p/haskell-commonmark-pandoc/debian/changelog
- + p/haskell-commonmark-pandoc/debian/compat
- + p/haskell-commonmark-pandoc/debian/control
- + p/haskell-commonmark-pandoc/debian/copyright
- + p/haskell-commonmark-pandoc/debian/libghc-commonmark-pandoc-dev.lintian-overrides
- + p/haskell-commonmark-pandoc/debian/libghc-commonmark-pandoc-prof.lintian-overrides
- + p/haskell-commonmark-pandoc/debian/rules
- + p/haskell-commonmark-pandoc/debian/source/format
- + p/haskell-commonmark-pandoc/debian/source/lintian-overrides
- + p/haskell-commonmark-pandoc/debian/upstream/metadata
- + p/haskell-commonmark-pandoc/debian/watch


Changes:

=====================================
p/haskell-commonmark-pandoc/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-commonmark-pandoc (0.2.0.1-1) experimental; urgency=low
+
+  * Initial release (Closes: #1011459)
+
+ -- Robert Greener <rob at robgreener.com>  Sat, 21 May 2022 13:11:04 +0100


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


=====================================
p/haskell-commonmark-pandoc/debian/control
=====================================
@@ -0,0 +1,71 @@
+Source: haskell-commonmark-pandoc
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Robert Greener <rob at robgreener.com>,
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-commonmark-dev (>= 0.1),
+ libghc-commonmark-dev (<< 0.2),
+ libghc-commonmark-prof,
+ libghc-commonmark-extensions-dev (>= 0.2),
+ libghc-commonmark-extensions-dev (<< 0.3),
+ libghc-commonmark-extensions-prof,
+ libghc-pandoc-types-dev (>= 1.21),
+ libghc-pandoc-types-dev (<< 1.23),
+ libghc-pandoc-types-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-commonmark-doc,
+ libghc-commonmark-extensions-doc,
+ libghc-pandoc-types-doc,
+Standards-Version: 4.6.0.1
+Homepage: https://github.com/jgm/commonmark-hs
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-commonmark-pandoc
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
+X-Description: Bridge between commonmark and pandoc AST
+ This library provides typeclasses for rendering
+ commonmark to Pandoc types.
+
+Package: libghc-commonmark-pandoc-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-commonmark-pandoc-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-commonmark-pandoc-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-commonmark-pandoc/debian/copyright
=====================================
@@ -0,0 +1,44 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: commonmark-pandoc
+Upstream-Contact: jgm at berkeley.edu
+Source: https://hackage.haskell.org/package/commonmark-pandoc
+
+Files: *
+Copyright: 2018-2020 John MacFarlane
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Copyright Author name here (c) 2018
+ .
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+     * Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+ .
+     * Redistributions in binary form must reproduce the above
+       copyright notice, this list of conditions and the following
+       disclaimer in the documentation and/or other materials provided
+       with the distribution.
+ .
+     * Neither the name of Author name here nor the names of other
+       contributors may be used to endorse or promote products derived
+       from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


=====================================
p/haskell-commonmark-pandoc/debian/libghc-commonmark-pandoc-dev.lintian-overrides
=====================================
@@ -0,0 +1,4 @@
+# This is intended
+custom-library-search-path
+# This is intended
+repeated-path-segment


=====================================
p/haskell-commonmark-pandoc/debian/libghc-commonmark-pandoc-prof.lintian-overrides
=====================================
@@ -0,0 +1,2 @@
+# This is intended
+repeated-path-segment


=====================================
p/haskell-commonmark-pandoc/debian/rules
=====================================
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = commonmark-pandoc
+DEB_DEFAULT_COMPILER = ghc
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


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


=====================================
p/haskell-commonmark-pandoc/debian/source/lintian-overrides
=====================================
@@ -0,0 +1,4 @@
+# Not available
+debian-watch-does-not-check-gpg-signature
+# Not supported with haskell devscripts
+package-uses-old-debhelper-compat-version


=====================================
p/haskell-commonmark-pandoc/debian/upstream/metadata
=====================================
@@ -0,0 +1,5 @@
+Bug-Database: https://github.com/jgm/commonmark-hs/issues
+Bug-Submit: https://github.com/jgm/commonmark-hs/issues/new
+Documentation: https://hackage.haskell.org/package/commonmark-pandoc/docs
+Repository: https://github.com/jgm/commonmark-hs.git
+Repository-Browse: https://github.com/jgm/commonmark-hs


=====================================
p/haskell-commonmark-pandoc/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/commonmark-pandoc/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/544134a4c346297b49b00adb0abe0f9e6a88c77c...3a4f981a91442d3ce5d772ff96119f28fb92bdf3

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/544134a4c346297b49b00adb0abe0f9e6a88c77c...3a4f981a91442d3ce5d772ff96119f28fb92bdf3
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/20220530/c672bb01/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list