[Python-modules-commits] r14395 - in packages/python-pipeline/trunk/debian (3 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Thu Sep 9 17:04:30 UTC 2010


    Date: Thursday, September 9, 2010 @ 17:04:21
  Author: jwilk
Revision: 14395

New upstream release.

Modified:
  packages/python-pipeline/trunk/debian/changelog
  packages/python-pipeline/trunk/debian/control
  packages/python-pipeline/trunk/debian/copyright

Modified: packages/python-pipeline/trunk/debian/changelog
===================================================================
--- packages/python-pipeline/trunk/debian/changelog	2010-09-08 18:53:22 UTC (rev 14394)
+++ packages/python-pipeline/trunk/debian/changelog	2010-09-09 17:04:21 UTC (rev 14395)
@@ -1,11 +1,13 @@
-python-pipeline (0.1.1-5) UNRELEASED; urgency=low
+python-pipeline (0.1.3-1) UNRELEASED; urgency=low
 
+  * New upstream release.
+    + Update debian/copyright.
   * Update the watch file.
   * Make debian/rules a bit more compact.
   * Run tests at build time.
   * Require debhelper (>= 7.0.50~), as overrides are being used.
 
- -- Jakub Wilk <jwilk at debian.org>  Fri, 25 Jun 2010 19:28:22 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 09 Sep 2010 19:03:01 +0200
 
 python-pipeline (0.1.1-3) unstable; urgency=low
 

Modified: packages/python-pipeline/trunk/debian/control
===================================================================
--- packages/python-pipeline/trunk/debian/control	2010-09-08 18:53:22 UTC (rev 14394)
+++ packages/python-pipeline/trunk/debian/control	2010-09-09 17:04:21 UTC (rev 14395)
@@ -6,6 +6,7 @@
 Build-Depends: debhelper (>= 7.0.50~), python-all, python-support (>= 0.6.4)
 Standards-Version: 3.8.4
 XS-Python-Version: >= 2.4
+X-Python3-Version: >= 3.0
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pipeline/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-pipeline/trunk/
 Homepage: http://python-pipeline.googlecode.com/
@@ -18,3 +19,12 @@
  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.
+
+Package: python3-pipeline
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: iterator pipelines for Python 3
+ 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.

Modified: packages/python-pipeline/trunk/debian/copyright
===================================================================
--- packages/python-pipeline/trunk/debian/copyright	2010-09-08 18:53:22 UTC (rev 14394)
+++ packages/python-pipeline/trunk/debian/copyright	2010-09-09 17:04:21 UTC (rev 14395)
@@ -5,20 +5,16 @@
 
 Files: *
 Copyright: 2007, 2008, Jakub Wilk <jwilk at jwilk.net>
-License: GPL-2
- This package 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; version 2 dated June, 1991.
- .
- On Debian systems, the complete text of the GNU General Public License
- version 2 can be found in the /usr/share/common-licenses/GPL-2 file.
+License: Expat
 
 Files: debian/*
 Copyright: 2008, 2009, Jakub Wilk <jwilk at debian.org>
 License: Expat
+
+License: Expat
  Permission is hereby granted, free of charge, to any person obtaining
  a copy of this software and associated documentation files (the
- "Software"), to deal in the Software without restriction, including
+ “Software”), to deal in the Software without restriction, including
  without limitation the rights to use, copy, modify, merge, publish,
  distribute, sublicense, and/or sell copies of the Software, and to
  permit persons to whom the Software is furnished to do so, subject to
@@ -27,7 +23,7 @@
  The above copyright notice and this permission notice shall be included
  in all copies or substantial portions of the Software.
  .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY




More information about the Python-modules-commits mailing list