[Python-modules-commits] r9357 - in packages/python-pipeline/trunk/debian (changelog control)

jwilk-guest at users.alioth.debian.org jwilk-guest at users.alioth.debian.org
Sun Aug 16 10:15:16 UTC 2009


    Date: Sunday, August 16, 2009 @ 10:15:10
  Author: jwilk-guest
Revision: 9357

Bump Standards-Version to 3.8.3.
Add Depends: ${misc:Depends}.

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

Modified: packages/python-pipeline/trunk/debian/changelog
===================================================================
--- packages/python-pipeline/trunk/debian/changelog	2009-08-16 09:56:54 UTC (rev 9356)
+++ packages/python-pipeline/trunk/debian/changelog	2009-08-16 10:15:10 UTC (rev 9357)
@@ -6,9 +6,10 @@
 
   [ Jakub Wilk ]
   * Drop spurious dependency on python-setuptools.
-  * Bump Standards-Version to 3.8.0 (no changes needed).
+  * Bump Standards-Version to 3.8.3 (no changes needed).
+  * Add Depends: ${misc:Depends}.
 
- -- Jakub Wilk <ubanus at users.sf.net>  Sun, 23 Nov 2008 18:09:15 +0100
+ -- Jakub Wilk <ubanus at users.sf.net>  Sun, 16 Aug 2009 12:07:57 +0200
 
 python-pipeline (0.1.1-1) unstable; urgency=low
 

Modified: packages/python-pipeline/trunk/debian/control
===================================================================
--- packages/python-pipeline/trunk/debian/control	2009-08-16 09:56:54 UTC (rev 9356)
+++ packages/python-pipeline/trunk/debian/control	2009-08-16 10:15:10 UTC (rev 9357)
@@ -4,7 +4,7 @@
 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)
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 XS-Python-Version: >= 2.4
 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/
@@ -12,7 +12,7 @@
 
 Package: python-pipeline
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${misc: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




More information about the Python-modules-commits mailing list