[Git][haskell-team/DHG_packages][master] pandoc-server: Initial release

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Fri Dec 1 08:12:27 GMT 2023



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


Commits:
725a8094 by Ilias Tsitsimpis at 2023-12-01T10:07:33+02:00
pandoc-server: Initial release

- - - - -


7 changed files:

- + p/haskell-pandoc-server/debian/changelog
- + p/haskell-pandoc-server/debian/compat
- + p/haskell-pandoc-server/debian/control
- + p/haskell-pandoc-server/debian/copyright
- + p/haskell-pandoc-server/debian/rules
- + p/haskell-pandoc-server/debian/source/format
- + p/haskell-pandoc-server/debian/watch


Changes:

=====================================
p/haskell-pandoc-server/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-pandoc-server (0.1.0.2-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 01 Dec 2023 10:07:10 +0200


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


=====================================
p/haskell-pandoc-server/debian/control
=====================================
@@ -0,0 +1,102 @@
+Source: haskell-pandoc-server
+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-aeson-dev (>= 2.0),
+ libghc-aeson-dev (<< 2.3),
+ libghc-aeson-prof,
+ libghc-base64-dev (>= 0.4),
+ libghc-base64-dev (<< 0.5),
+ libghc-base64-prof,
+ libghc-data-default-dev (>= 0.4),
+ libghc-data-default-dev (<< 0.8),
+ libghc-data-default-prof,
+ libghc-doctemplates-dev (>= 0.11),
+ libghc-doctemplates-dev (<< 0.12),
+ libghc-doctemplates-prof,
+ libghc-pandoc-dev (>= 3.0),
+ libghc-pandoc-prof,
+ libghc-pandoc-types-dev (>= 1.22),
+ libghc-pandoc-types-dev (<< 1.24),
+ libghc-pandoc-types-prof,
+ libghc-servant-server-dev (>= 0.19),
+ libghc-servant-server-dev (<< 0.21),
+ libghc-servant-server-prof,
+ libghc-skylighting-dev (>= 0.13),
+ libghc-skylighting-dev (<< 0.14),
+ libghc-skylighting-prof,
+ libghc-unicode-collation-dev (>= 0.1.1),
+ libghc-unicode-collation-dev (<< 0.2),
+ libghc-unicode-collation-prof,
+ libghc-wai-dev (>= 3.2),
+ libghc-wai-dev (<< 3.3),
+ libghc-wai-prof,
+ libghc-wai-cors-dev (>= 0.2.7),
+ libghc-wai-cors-dev (<< 0.3),
+ libghc-wai-cors-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-aeson-doc,
+ libghc-base64-doc,
+ libghc-data-default-doc,
+ libghc-doctemplates-doc,
+ libghc-pandoc-doc,
+ libghc-pandoc-types-doc,
+ libghc-servant-server-doc,
+ libghc-skylighting-doc,
+ libghc-unicode-collation-doc,
+ libghc-wai-doc,
+ libghc-wai-cors-doc,
+Standards-Version: 4.6.2
+Homepage: https://pandoc.org
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-pandoc-server
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-pandoc-server]
+X-Description: Pandoc document conversion as an HTTP servant-server
+ Pandoc-server provides pandoc's document conversion functions
+ in an HTTP server.
+
+Package: libghc-pandoc-server-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-pandoc-server-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-pandoc-server-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-pandoc-server/debian/copyright
=====================================
@@ -0,0 +1,15 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pandoc-server
+Upstream-Contact: John MacFarlane <jgm at berkeley.edu>
+Source: https://hackage.haskell.org/package/pandoc-server
+
+Files: *
+Copyright: (c) 2006-2022 John MacFarlane
+License: GPL-2+
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: GPL-2+
+
+License: GPL-2+
+Reference: /usr/share/common-licenses/GPL-2


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


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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/725a80946ebd587a94e76f030a6b62a0fc3130ae
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/20231201/221900c4/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list