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

Masayuki Hatta mhatta at debian.org
Mon Mar 11 22:56:30 UTC 2013


Mon Mar 11 22:55:05 UTC 2013  Masayuki Hatta <mhatta at debian.org>
  * Initial Check-In
  Ignore-this: 96f0ec8a184ddb7cdeaa4653eb9236a0

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

Mon Mar 11 22:55:05 UTC 2013  Masayuki Hatta <mhatta at debian.org>
  * Initial Check-In
  Ignore-this: 96f0ec8a184ddb7cdeaa4653eb9236a0
diff -rN -u old-haskell-wl-pprint-text//changelog new-haskell-wl-pprint-text//changelog
--- old-haskell-wl-pprint-text//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wl-pprint-text//changelog	2013-03-11 22:56:30.279023585 +0000
@@ -0,0 +1,7 @@
+haskell-wl-pprint-text (1.1.0.0-1) UNRELEASED; urgency=low
+
+  * Initial release. (closes: #701770)
+  * Debianization generated by cabal-debian
+
+ -- Masayuki Hatta (mhatta) <mhatta at debian.org>  Wed, 27 Feb 2013 05:30:08 +0900
+
diff -rN -u old-haskell-wl-pprint-text//compat new-haskell-wl-pprint-text//compat
--- old-haskell-wl-pprint-text//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wl-pprint-text//compat	2013-03-11 22:56:30.279023585 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-wl-pprint-text//control new-haskell-wl-pprint-text//control
--- old-haskell-wl-pprint-text//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wl-pprint-text//control	2013-03-11 22:56:30.279023585 +0000
@@ -0,0 +1,61 @@
+Source: haskell-wl-pprint-text
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org> 
+Uploaders: Masayuki Hatta (mhatta) <mhatta at debian.org>
+Build-Depends: debhelper (>= 7.0)
+               , haskell-devscripts (>= 0.8)
+               , cdbs
+               , ghc
+               , ghc-prof
+               , libghc-text-dev (>= 0.11.0.0)
+               , libghc-text-dev (<< 0.12.0.0)
+               , libghc-text-prof (>= 0.11.0.0)
+               , libghc-text-prof (<< 0.12.0.0)
+Build-Depends-Indep: ghc-doc
+                     , libghc-text-doc (>= 0.11.0.0)
+                     , libghc-text-doc (<< 0.12.0.0)
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/wl-pprint-text
+Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-wl-pprint-text
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-wl-pprint-text
+
+Package: libghc-wl-pprint-text-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 Text values in Haskell
+ This Haskell library provides a clone of wl-pprint for use with the 
+ text library.
+ .
+ This package contains the normal library files.
+
+Package: libghc-wl-pprint-text-prof
+Architecture: any
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Wadler/Leijen Pretty Printer for Text values in Haskell
+ This Haskell library provides a clone of wl-pprint for use with the 
+ text library.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-wl-pprint-text-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Wadler/Leijen Pretty Printer for Text values in Haskell
+ This Haskell library provides a clone of wl-pprint for use with the 
+ text library.
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-wl-pprint-text//copyright new-haskell-wl-pprint-text//copyright
--- old-haskell-wl-pprint-text//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wl-pprint-text//copyright	2013-03-11 22:56:30.279023585 +0000
@@ -0,0 +1,59 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: wl-pprint-text
+Upstream-Contact: Ivan Lazar Miljenovic <Ivan.Miljenovic at gmail.com>
+Source: http://hackage.haskell.org/package/wl-pprint-text
+
+Files: debian/*
+Copyright: 2013 Masayuki Hatta (mhatta) <mhatta at debian.org>
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version. 
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+
+Files: *
+Copyright: Copyright 2010 Ivan Lazar Miljenovic
+License: BSD-3-Clause
+ Copyright (c)2010, Ivan Lazar Miljenovic
+ .
+ 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.
+ .
+    * Neither the name of Ivan Lazar Miljenovic nor the names of other
+      contributors may be used to endorse or promote products derived
+      from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "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
+ OWNER OR CONTRIBUTORS 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-text//rules new-haskell-wl-pprint-text//rules
--- old-haskell-wl-pprint-text//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wl-pprint-text//rules	2013-03-11 22:56:30.279023585 +0000
@@ -0,0 +1,4 @@
+#!/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-wl-pprint-text//source/format new-haskell-wl-pprint-text//source/format
--- old-haskell-wl-pprint-text//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wl-pprint-text//source/format	2013-03-11 22:56:30.279023585 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff -rN -u old-haskell-wl-pprint-text//watch new-haskell-wl-pprint-text//watch
--- old-haskell-wl-pprint-text//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wl-pprint-text//watch	2013-03-11 22:56:30.279023585 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|wl-pprint-text-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/wl-pprint-text \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list