[Git][haskell-team/DHG_packages][master] add prettyprinter

Clint Adams gitlab at salsa.debian.org
Wed Apr 25 23:13:24 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
e3feecd6 by Clint Adams at 2018-04-25T18:13:12-04:00
add prettyprinter

- - - - -


7 changed files:

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


Changes:

=====================================
p/haskell-prettyprinter/debian/changelog
=====================================
--- /dev/null
+++ b/p/haskell-prettyprinter/debian/changelog
@@ -0,0 +1,5 @@
+haskell-prettyprinter (1.2.0.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Wed, 25 Apr 2018 17:47:43 -0400


=====================================
p/haskell-prettyprinter/debian/compat
=====================================
--- /dev/null
+++ b/p/haskell-prettyprinter/debian/compat
@@ -0,0 +1 @@
+9


=====================================
p/haskell-prettyprinter/debian/control
=====================================
--- /dev/null
+++ b/p/haskell-prettyprinter/debian/control
@@ -0,0 +1,73 @@
+Source: haskell-prettyprinter
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-text-dev (>= 1.2),
+ libghc-text-prof (>= 1.2),
+ libghc-text-dev,
+# libghc-doctest-dev (>= 0.9),
+# libghc-pgp-wordlist-dev (>= 0.1),
+# libghc-tasty-dev (>= 0.10),
+# libghc-tasty-hunit-dev (>= 0.9),
+# libghc-tasty-quickcheck-dev (>= 0.8),
+Build-Depends-Indep: ghc-doc,
+ libghc-text-doc,
+Standards-Version: 4.1.4
+Homepage: https://github.com/quchen/prettyprinter
+X-Description: modern, easy-to-use, extensible prettyprinter
+ Haskell, more specifically Hackage, has a zoo of Wadler/Leijen based
+ prettyprinters already. Each of them addresses a different concern
+ with the classic wl-pprint package. This package solves all these
+ issues, and then some:
+  * Text instead of String
+  * No name clashes
+  * Annotation support
+  * Extensible backends
+  * Performance
+  * Open implementation
+
+Package: libghc-prettyprinter-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-prettyprinter-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-prettyprinter-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-prettyprinter/debian/copyright
=====================================
--- /dev/null
+++ b/p/haskell-prettyprinter/debian/copyright
@@ -0,0 +1,36 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: prettyprinter
+Upstream-Contact: David Luposchainsky <dluposchainsky at google.com>
+Source: https://hackage.haskell.org/package/prettyprinter
+
+Files: *
+Copyright: 2008 Daan Leijen
+           2008 Max Bolingbroke
+	   2016 David Luposchainsky
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-2-clause
+
+License: BSD-2-clause
+ 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.
+ .
+ This software is provided by the copyright holders "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 holders 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-prettyprinter/debian/rules
=====================================
--- /dev/null
+++ b/p/haskell-prettyprinter/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = no # pgp-wordlist not packaged yet
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = prettyprinter
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


=====================================
p/haskell-prettyprinter/debian/source/format
=====================================
--- /dev/null
+++ b/p/haskell-prettyprinter/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
p/haskell-prettyprinter/debian/watch
=====================================
--- /dev/null
+++ b/p/haskell-prettyprinter/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/prettyprinter/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/e3feecd658979858672760172c12d8566974f00d

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/e3feecd658979858672760172c12d8566974f00d
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/20180425/17feaf3b/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list