[Pkg-haskell-commits] darcs: haskell-language-python: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Fri Aug 22 14:43:21 UTC 2014


Fri Aug 22 14:42:55 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 Aug 22 14:42:55 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
diff -rN -u old-haskell-language-python/changelog new-haskell-language-python/changelog
--- old-haskell-language-python/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-language-python/changelog	2014-08-22 14:43:20.967225161 +0000
@@ -0,0 +1,5 @@
+haskell-language-python (0.4.0-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-haskell-language-python/compat new-haskell-language-python/compat
--- old-haskell-language-python/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-language-python/compat	2014-08-22 14:43:20.967225161 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-language-python/control new-haskell-language-python/control
--- old-haskell-language-python/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-language-python/control	2014-08-22 14:43:20.967225161 +0000
@@ -0,0 +1,63 @@
+Source: haskell-language-python
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+  , libghc-transformers-dev (>= 0.3)
+  , libghc-transformers-dev (<< 0.4)
+  , libghc-transformers-prof
+  , libghc-monads-tf-dev (>= 0.1)
+  , libghc-monads-tf-dev (<< 0.2)
+  , libghc-monads-tf-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-bar-doc
+  , libghc-transformers-doc
+  , libghc-monads-tf-doc
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/language-python
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-language-python
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-language-python
+X-Description: Parsing and pretty printing of Python code.
+ language-python is a Haskell library for lexical analysis, parsing and pretty
+ printing Python code. It supports versions 2.x and 3.x of Python.
+
+Package: libghc-language-python-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-language-python-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-language-python-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 -rN -u old-haskell-language-python/copyright new-haskell-language-python/copyright
--- old-haskell-language-python/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-language-python/copyright	2014-08-22 14:43:20.967225161 +0000
@@ -0,0 +1,39 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: language-python
+Upstream-Contact: Bernard James Pope (Bernie Pope) <florbitous at gmail.com>
+Source: http://hackage.haskell.org/package/language-python
+
+Files: *
+Copyright: 2009-2010 Bernard James Pope (also known as Bernie Pope).
+License: language-python license
+
+Files: debian/*
+Copyright: 2014 Joachim Breitner
+License: language-python license
+
+License: language-python license
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. Neither the name of the author nor the names of his 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-language-python/rules new-haskell-language-python/rules
--- old-haskell-language-python/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-language-python/rules	2014-08-22 14:43:20.967225161 +0000
@@ -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 -rN -u old-haskell-language-python/source/format new-haskell-language-python/source/format
--- old-haskell-language-python/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-language-python/source/format	2014-08-22 14:43:20.971225159 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-language-python/watch new-haskell-language-python/watch
--- old-haskell-language-python/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-language-python/watch	2014-08-22 14:43:20.971225159 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/language-python/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list