summaryrefslogtreecommitdiff
path: root/p/haskell-wl-pprint-terminfo
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2015-02-21 18:18:00 +0300
committerClint Adams <clint@debian.org>2015-02-21 18:18:00 +0300
commit3c5f2fe3b600ab19dd315788f049e61662d8ff95 (patch)
tree0d4a3aef8961b983d398cc44b7049a388154eae1 /p/haskell-wl-pprint-terminfo
parent728877f52d7a8eb8aec7ea23c5e20972c74caa5f (diff)
downloadDHG_packages-3c5f2fe3b600ab19dd315788f049e61662d8ff95.tar.gz
haskell-wl-pprint-terminfo: Initial Check-In
Diffstat (limited to 'p/haskell-wl-pprint-terminfo')
-rw-r--r--p/haskell-wl-pprint-terminfo/debian/changelog5
-rw-r--r--p/haskell-wl-pprint-terminfo/debian/compat1
-rw-r--r--p/haskell-wl-pprint-terminfo/debian/control79
-rw-r--r--p/haskell-wl-pprint-terminfo/debian/copyright56
-rwxr-xr-xp/haskell-wl-pprint-terminfo/debian/rules6
-rw-r--r--p/haskell-wl-pprint-terminfo/debian/source/format1
-rw-r--r--p/haskell-wl-pprint-terminfo/debian/watch2
7 files changed, 150 insertions, 0 deletions
diff --git a/p/haskell-wl-pprint-terminfo/debian/changelog b/p/haskell-wl-pprint-terminfo/debian/changelog
new file mode 100644
index 000000000..295969fed
--- /dev/null
+++ b/p/haskell-wl-pprint-terminfo/debian/changelog
@@ -0,0 +1,5 @@
+haskell-wl-pprint-terminfo (3.7.1.3-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint@debian.org> Sat, 21 Feb 2015 10:05:41 -0500
diff --git a/p/haskell-wl-pprint-terminfo/debian/compat b/p/haskell-wl-pprint-terminfo/debian/compat
new file mode 100644
index 000000000..ec635144f
--- /dev/null
+++ b/p/haskell-wl-pprint-terminfo/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-wl-pprint-terminfo/debian/control b/p/haskell-wl-pprint-terminfo/debian/control
new file mode 100644
index 000000000..273b45742
--- /dev/null
+++ b/p/haskell-wl-pprint-terminfo/debian/control
@@ -0,0 +1,79 @@
+Source: haskell-wl-pprint-terminfo
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Clint Adams <clint@debian.org>
+Build-Depends: debhelper (>= 9)
+ , cdbs
+ , haskell-devscripts (>= 0.8.15)
+ , ghc
+ , ghc-prof
+ , libghc-nats-dev (>= 0.1)
+ , libghc-nats-dev (<< 2)
+ , libghc-nats-prof
+ , libghc-semigroups-dev (>= 0.9)
+ , libghc-semigroups-dev (<< 1)
+ , libghc-semigroups-prof
+ , libghc-terminfo-dev (>= 0.3.2)
+ , libghc-terminfo-dev (<< 0.5)
+ , libghc-terminfo-prof
+ , libghc-text-dev (>= 0.11)
+ , libghc-text-dev (<< 1.3)
+ , libghc-text-prof
+ , libghc-transformers-dev (>= 0.2)
+ , libghc-transformers-dev (<< 0.5)
+ , libghc-transformers-prof
+ , libghc-wl-pprint-extras-dev (>= 3.4)
+ , libghc-wl-pprint-extras-dev (<< 4)
+ , libghc-wl-pprint-extras-prof
+ , libncursesw5-dev
+Build-Depends-Indep: ghc-doc
+ , libghc-nats-doc
+ , libghc-semigroups-doc
+ , libghc-terminfo-doc
+ , libghc-text-doc
+ , libghc-transformers-doc
+ , libghc-wl-pprint-extras-doc
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/wl-pprint-terminfo
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-wl-pprint-terminfo
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-wl-pprint-terminfo
+X-Description: color pretty printer with terminfo support
+ Pretty printing with terminfo effects including colors and bells.
+
+Package: libghc-wl-pprint-terminfo-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+ , libncursesw5-dev
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-wl-pprint-terminfo-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-wl-pprint-terminfo-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff --git a/p/haskell-wl-pprint-terminfo/debian/copyright b/p/haskell-wl-pprint-terminfo/debian/copyright
new file mode 100644
index 000000000..8b0032146
--- /dev/null
+++ b/p/haskell-wl-pprint-terminfo/debian/copyright
@@ -0,0 +1,56 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: wl-pprint-terminfo
+Upstream-Contact: Edward A. Kmett <ekmett@gmail.com>
+Source: http://hackage.haskell.org/package/wl-pprint-terminfo
+
+Files: *
+Copyright: 2011 Edward Kmett
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: 2015 Clint Adams
+License: Expat
+
+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.
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/p/haskell-wl-pprint-terminfo/debian/rules b/p/haskell-wl-pprint-terminfo/debian/rules
new file mode 100755
index 000000000..d730346e0
--- /dev/null
+++ b/p/haskell-wl-pprint-terminfo/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
diff --git a/p/haskell-wl-pprint-terminfo/debian/source/format b/p/haskell-wl-pprint-terminfo/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-wl-pprint-terminfo/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-wl-pprint-terminfo/debian/watch b/p/haskell-wl-pprint-terminfo/debian/watch
new file mode 100644
index 000000000..63542f2e2
--- /dev/null
+++ b/p/haskell-wl-pprint-terminfo/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/wl-pprint-terminfo/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))