[Pkg-haskell-commits] darcs: haskell-wl-pprint: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Fri Oct 24 20:10:09 UTC 2014


Fri Oct 24 20:09:51 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Fri Oct 24 20:09:51 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
diff -rN -u old-haskell-wl-pprint/changelog new-haskell-wl-pprint/changelog
--- old-haskell-wl-pprint/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wl-pprint/changelog	2014-10-24 20:10:09.110176476 +0000
@@ -0,0 +1,5 @@
+haskell-wl-pprint (1.1-1) UNRELEASED; urgency=low
+
+  * Debianization generated by cabal-debian
+
+ -- Joachim Breitner <nomeata at debian.org>  Fri, 24 Oct 2014 22:08:08 +0200
diff -rN -u old-haskell-wl-pprint/compat new-haskell-wl-pprint/compat
--- old-haskell-wl-pprint/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wl-pprint/compat	2014-10-24 20:10:09.110176476 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-wl-pprint/control new-haskell-wl-pprint/control
--- old-haskell-wl-pprint/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wl-pprint/control	2014-10-24 20:10:09.110176476 +0000
@@ -0,0 +1,58 @@
+Source: haskell-wl-pprint
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org> 
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 7.0),
+ haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/wl-pprint
+X-Description: Wadler/Leijen Pretty Printer
+ This is a pretty printing library based on Wadler's paper "A Prettier
+ Printer". 
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-wl-pprint
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-wl-pprint
+
+Package: libghc-wl-pprint-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-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-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}
diff -rN -u old-haskell-wl-pprint/copyright new-haskell-wl-pprint/copyright
--- old-haskell-wl-pprint/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wl-pprint/copyright	2014-10-24 20:10:09.110176476 +0000
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: wl-pprint
+
+Files: *
+Copyright: Copyright 2000, Daan Leijen
+OWN
+License: wl-pprint-license
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: wl-pprint-license
+
+License: wl-pprint-license
+ 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.
diff -rN -u old-haskell-wl-pprint/rules new-haskell-wl-pprint/rules
--- old-haskell-wl-pprint/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wl-pprint/rules	2014-10-24 20:10:09.110176476 +0000
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = wl-pprint
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
diff -rN -u old-haskell-wl-pprint/source/format new-haskell-wl-pprint/source/format
--- old-haskell-wl-pprint/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wl-pprint/source/format	2014-10-24 20:10:09.110176476 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-wl-pprint/watch new-haskell-wl-pprint/watch
--- old-haskell-wl-pprint/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wl-pprint/watch	2014-10-24 20:10:09.110176476 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/wl-pprint/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list