[Python-modules-commits] r4352 - in packages/python-pipeline/trunk (8 files)

jwilk-guest at users.alioth.debian.org jwilk-guest at users.alioth.debian.org
Fri Jan 11 11:59:10 UTC 2008


    Date: Friday, January 11, 2008 @ 11:59:09
  Author: jwilk-guest
Revision: 4352

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/python-pipeline/trunk/debian/
  packages/python-pipeline/trunk/debian/changelog
  packages/python-pipeline/trunk/debian/compat
  packages/python-pipeline/trunk/debian/control
  packages/python-pipeline/trunk/debian/copyright
  packages/python-pipeline/trunk/debian/pycompat
  packages/python-pipeline/trunk/debian/rules
  packages/python-pipeline/trunk/debian/watch


Property changes on: packages/python-pipeline/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/python-pipeline/trunk/debian/changelog
===================================================================
--- packages/python-pipeline/trunk/debian/changelog	                        (rev 0)
+++ packages/python-pipeline/trunk/debian/changelog	2008-01-11 11:59:09 UTC (rev 4352)
@@ -0,0 +1,5 @@
+python-pipeline (0.1.1-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #460103).
+
+ -- Jakub Wilk <ubanus at users.sf.net>  Fri, 11 Jan 2008 12:44:37 +0100

Added: packages/python-pipeline/trunk/debian/compat
===================================================================
--- packages/python-pipeline/trunk/debian/compat	                        (rev 0)
+++ packages/python-pipeline/trunk/debian/compat	2008-01-11 11:59:09 UTC (rev 4352)
@@ -0,0 +1 @@
+5

Added: packages/python-pipeline/trunk/debian/control
===================================================================
--- packages/python-pipeline/trunk/debian/control	                        (rev 0)
+++ packages/python-pipeline/trunk/debian/control	2008-01-11 11:59:09 UTC (rev 4352)
@@ -0,0 +1,20 @@
+Source: python-pipeline
+Section: python
+Priority: optional
+Maintainer: Jakub Wilk <ubanus at users.sf.net>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 5), python-all, python-support (>= 0.6.4), python-setuptools (>= 0.6b3-1)
+Standards-Version: 3.7.3
+XS-Python-Version: >= 2.4
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pipeline/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-pipeline/trunk/?op=log
+Homepage: http://python-pipeline.googlecode.com/
+
+Package: python-pipeline
+Architecture: all
+Depends: ${python:Depends}
+Description: iterator pipelines for Python
+ python-pipeline provides an easy way to construct pipelines of iterators,
+ with a syntax resembling Unix shell. It supplies counterparts for some
+ common command-line utilities: cat, cut, echo, grep, head, nl, sort, split,
+ tail, uniq, wc, yes.

Added: packages/python-pipeline/trunk/debian/copyright
===================================================================
--- packages/python-pipeline/trunk/debian/copyright	                        (rev 0)
+++ packages/python-pipeline/trunk/debian/copyright	2008-01-11 11:59:09 UTC (rev 4352)
@@ -0,0 +1,24 @@
+This is python-pipeline, written and maintained by Jakub Wilk
+<ubanus at users.sf.net>.
+
+Copyright (c) 2007, 2008 Jakub Wilk <ubanus at users.sf.net>
+
+License:
+
+  This package is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License, version 2, as
+  published by the Free Software Foundation.
+
+  This package 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 complete text of the GNU General Public License
+can be found in `/usr/share/common-licenses/GPL-2'.
+

Added: packages/python-pipeline/trunk/debian/pycompat
===================================================================
--- packages/python-pipeline/trunk/debian/pycompat	                        (rev 0)
+++ packages/python-pipeline/trunk/debian/pycompat	2008-01-11 11:59:09 UTC (rev 4352)
@@ -0,0 +1 @@
+2

Added: packages/python-pipeline/trunk/debian/rules
===================================================================
--- packages/python-pipeline/trunk/debian/rules	                        (rev 0)
+++ packages/python-pipeline/trunk/debian/rules	2008-01-11 11:59:09 UTC (rev 4352)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM := pysupport
+
+include /usr/share/cdbs/1/rules/buildcore.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk


Property changes on: packages/python-pipeline/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/python-pipeline/trunk/debian/watch
===================================================================
--- packages/python-pipeline/trunk/debian/watch	                        (rev 0)
+++ packages/python-pipeline/trunk/debian/watch	2008-01-11 11:59:09 UTC (rev 4352)
@@ -0,0 +1,2 @@
+version=3
+http://code.google.com/p/python-pipeline/downloads/list http://python-pipeline.googlecode.com/files/python-pipeline-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list