[Git][haskell-team/DHG_packages][master] add wl-pprint-annotated

Clint Adams gitlab at salsa.debian.org
Mon Apr 16 03:40:22 BST 2018


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


Commits:
3c612cad by Clint Adams at 2018-04-15T22:40:05-04:00
add wl-pprint-annotated

- - - - -


7 changed files:

- + p/haskell-wl-pprint-annotated/debian/changelog
- + p/haskell-wl-pprint-annotated/debian/compat
- + p/haskell-wl-pprint-annotated/debian/control
- + p/haskell-wl-pprint-annotated/debian/copyright
- + p/haskell-wl-pprint-annotated/debian/rules
- + p/haskell-wl-pprint-annotated/debian/source/format
- + p/haskell-wl-pprint-annotated/debian/watch


Changes:

=====================================
p/haskell-wl-pprint-annotated/debian/changelog
=====================================
--- /dev/null
+++ b/p/haskell-wl-pprint-annotated/debian/changelog
@@ -0,0 +1,5 @@
+haskell-wl-pprint-annotated (0.1.0.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sun, 15 Apr 2018 22:33:48 -0400


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


=====================================
p/haskell-wl-pprint-annotated/debian/control
=====================================
--- /dev/null
+++ b/p/haskell-wl-pprint-annotated/debian/control
@@ -0,0 +1,62 @@
+Source: haskell-wl-pprint-annotated
+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 (>= 0.11),
+ libghc-text-dev (<< 1.3),
+ libghc-text-prof (>= 0.11),
+ libghc-text-prof (<< 1.3),
+ libghc-tasty-dev,
+ libghc-tasty-hunit-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-text-doc,
+Standards-Version: 4.1.4
+Homepage: https://github.com/minad/wl-pprint-annotated#readme
+X-Description: Wadler/Leijen pretty printer with annotations and slightly modernized API
+ Wadler/Leijen pretty printer with annotations and slightly modernized API
+
+Package: libghc-wl-pprint-annotated-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-wl-pprint-annotated-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-wl-pprint-annotated-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-wl-pprint-annotated/debian/copyright
=====================================
--- /dev/null
+++ b/p/haskell-wl-pprint-annotated/debian/copyright
@@ -0,0 +1,39 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: wl-pprint-annotated
+Upstream-Contact: Daniel Mendler <mail at daniel-mendler.de>
+Source: https://hackage.haskell.org/package/wl-pprint-annotated
+
+Files: *
+Copyright: 2011-2012 Edward A. Kmett
+           2000 Daan Leijen
+	   2013 Google, Inc.
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-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-wl-pprint-annotated/debian/rules
=====================================
--- /dev/null
+++ b/p/haskell-wl-pprint-annotated/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = wl-pprint-annotated
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


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


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

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/3c612cadaf446b36ed9cab46b6d750680800c585
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/20180416/449c842c/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list