[Pkg-haskell-commits] darcs: haskell-ansi-wl-pprint: Initial Check-In

kiwamu at debian.or.jp kiwamu at debian.or.jp
Fri Oct 21 06:58:08 UTC 2011


Fri Oct 21 06:55:32 UTC 2011  kiwamu at debian.or.jp
  * Initial Check-In
  Ignore-this: bb8b10a76fb4d9939c272d6ff074c760

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

Fri Oct 21 06:55:32 UTC 2011  kiwamu at debian.or.jp
  * Initial Check-In
  Ignore-this: bb8b10a76fb4d9939c272d6ff074c760
diff -rN -u old-haskell-ansi-wl-pprint//changelog new-haskell-ansi-wl-pprint//changelog
--- old-haskell-ansi-wl-pprint//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ansi-wl-pprint//changelog	2011-10-21 06:58:08.755673146 +0000
@@ -0,0 +1,14 @@
+haskell-ansi-wl-pprint (0.6.3-2) UNRELEASED; urgency=low
+
+  * repo is moved to darcs.
+  * change Vcs-* lines on debian/control.
+  * ITP (Closes: #644376)
+
+ -- Kiwamu Okabe <kiwamu at debian.or.jp>  Wed, 12 Oct 2011 22:45:11 +0900
+
+haskell-ansi-wl-pprint (0.6.3-1) UNRELEASED; urgency=low
+
+  * Debianization generated by cabal-debian
+
+ -- Kiwamu Okabe <kiwamu at debian.or.jp>  Wed, 05 Oct 2011 11:14:50 +0900
+
diff -rN -u old-haskell-ansi-wl-pprint//compat new-haskell-ansi-wl-pprint//compat
--- old-haskell-ansi-wl-pprint//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ansi-wl-pprint//compat	2011-10-21 06:58:08.759674005 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-ansi-wl-pprint//control new-haskell-ansi-wl-pprint//control
--- old-haskell-ansi-wl-pprint//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ansi-wl-pprint//control	2011-10-21 06:58:08.759674005 +0000
@@ -0,0 +1,65 @@
+Source: haskell-ansi-wl-pprint
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Kiwamu Okabe <kiwamu at debian.or.jp>
+Build-Depends: debhelper (>= 7.0),
+               haskell-devscripts (>= 0.8),
+               cdbs,
+               ghc,
+               ghc-prof,
+               libghc-ansi-terminal-dev (>= 0.4.0),
+               libghc-ansi-terminal-dev (<< 0.6),
+               libghc-ansi-terminal-prof (>= 0.4.0),
+               libghc-ansi-terminal-prof (<< 0.6)
+Build-Depends-Indep: ghc-doc,
+                     libghc-ansi-terminal-doc (>= 0.4.0),
+                     libghc-ansi-terminal-doc (<< 0.6)
+Standards-Version: 3.9.2
+Homepage: http://github.com/batterseapower/ansi-wl-pprint
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ansi-wl-pprint
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-ansi-wl-pprint
+DM-Upload-Allowed: yes
+
+Package: libghc-ansi-wl-pprint-dev
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Wadler/Leijen Pretty Printer for colored ANSI terminal output
+ This is a pretty printing library based on Wadler's paper
+ "A Prettier Printer". It has been enhanced with support for ANSI terminal
+ colored output using the ansi-terminal package.
+ .
+ This package contains the normal library files.
+
+Package: libghc-ansi-wl-pprint-prof
+Architecture: any
+Depends: ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Wadler/Leijen Pretty Printer for colored ANSI terminal output; profiling lib
+ This is a pretty printing library based on Wadler's paper
+ "A Prettier Printer". It has been enhanced with support for ANSI terminal
+ colored output using the ansi-terminal package.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-ansi-wl-pprint-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Wadler/Leijen Pretty Printer for colored ANSI terminal output; documentation
+ This is a pretty printing library based on Wadler's paper
+ "A Prettier Printer". It has been enhanced with support for ANSI terminal
+ colored output using the ansi-terminal package.
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-ansi-wl-pprint//copyright new-haskell-ansi-wl-pprint//copyright
--- old-haskell-ansi-wl-pprint//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ansi-wl-pprint//copyright	2011-10-21 06:58:08.759674005 +0000
@@ -0,0 +1,25 @@
+Copyright 2008, Daan Leijen and Max Bolingbroke. All rights reserved.
+
+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-ansi-wl-pprint//rules new-haskell-ansi-wl-pprint//rules
--- old-haskell-ansi-wl-pprint//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ansi-wl-pprint//rules	2011-10-21 06:58:08.759674005 +0000
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-ansi-wl-pprint//watch new-haskell-ansi-wl-pprint//watch
--- old-haskell-ansi-wl-pprint//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ansi-wl-pprint//watch	2011-10-21 06:58:08.759674005 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|ansi-wl-pprint-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/ansi-wl-pprint \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list