[Python-modules-commits] r18566 - in packages/pywavelets/trunk/debian (control)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Fri Sep 16 17:50:50 UTC 2011


    Date: Friday, September 16, 2011 @ 17:50:49
  Author: eriol-guest
Revision: 18566

Use 1 space indentation for (Build-)Depends

Modified:
  packages/pywavelets/trunk/debian/control

Modified: packages/pywavelets/trunk/debian/control
===================================================================
--- packages/pywavelets/trunk/debian/control	2011-09-16 17:37:48 UTC (rev 18565)
+++ packages/pywavelets/trunk/debian/control	2011-09-16 17:50:49 UTC (rev 18566)
@@ -3,12 +3,13 @@
 Uploaders: Daniele Tricoli <eriol at mornie.org>
 Section: python
 Priority: optional
-Build-Depends: cython,
-               debhelper (>= 5.0.38),
-               python-all-dev (>=2.6.6-3),
-               python-numpy (>= 1:0.9.8-2),
-               python-setuptools (>= 0.6b3-1~),
-               python-sphinx (>= 1.0.7+dfsg)
+Build-Depends:
+ cython,
+ debhelper (>= 5.0.38),
+ python-all-dev (>=2.6.6-3),
+ python-numpy (>= 1:0.9.8-2),
+ python-setuptools (>= 0.6b3-1~),
+ python-sphinx (>= 1.0.7+dfsg)
 Standards-Version: 3.9.2
 Homepage: http://www.pybytes.com/pywavelets/
 X-Python-Version: >= 2.4
@@ -17,11 +18,12 @@
 
 Package: python-pywt
 Architecture: any
-Depends: ${python:Depends},
-         ${misc:Depends},
-         ${shlibs:Depends},
-         ${sphinxdoc:Depends},
-         python-numpy (>= 1:0.9.8-2)
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends},
+ ${sphinxdoc:Depends},
+ python-numpy (>= 1:0.9.8-2)
 Provides: ${python:Provides}
 Description: Python extension implementing of wavelet transformations
  PyWavelets implements the discrete wavelet transform (DWT) popular in




More information about the Python-modules-commits mailing list