[Python-modules-commits] r21328 - in packages/scipy/trunk/debian (changelog control copyright)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Fri Apr 20 19:57:59 UTC 2012


    Date: Friday, April 20, 2012 @ 19:57:58
  Author: jtaylor-guest
Revision: 21328

wrap-and-sort debian folder

Modified:
  packages/scipy/trunk/debian/changelog
  packages/scipy/trunk/debian/control
  packages/scipy/trunk/debian/copyright

Modified: packages/scipy/trunk/debian/changelog
===================================================================
--- packages/scipy/trunk/debian/changelog	2012-04-20 19:50:01 UTC (rev 21327)
+++ packages/scipy/trunk/debian/changelog	2012-04-20 19:57:58 UTC (rev 21328)
@@ -1,3 +1,9 @@
+python-scipy (0.10.1+dfsg1-3) UNRELEASED; urgency=low
+
+  * wrap-and-sort debian folder
+
+ -- Julian Taylor <jtaylor.debian at googlemail.com>  Fri, 20 Apr 2012 21:56:20 +0200
+
 python-scipy (0.10.1+dfsg1-2) unstable; urgency=low
 
   * debian/control:

Modified: packages/scipy/trunk/debian/control
===================================================================
--- packages/scipy/trunk/debian/control	2012-04-20 19:50:01 UTC (rev 21327)
+++ packages/scipy/trunk/debian/control	2012-04-20 19:57:58 UTC (rev 21328)
@@ -2,11 +2,21 @@
 Section: python
 Priority: extra
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Alexandre Fayolle <afayolle at debian.org>, Ondrej Certik <ondrej at certik.cz>, David Cournapeau <cournape at gmail.com>, Varun Hiremath <varun at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.6.6-3~),
- python-all-dbg (>= 2.5.4-1~), python-numpy (>= 1:1.5.1), python-numpy-dbg (>= 1:1.5.1),
- gfortran, sharutils, swig, libsuitesparse-dev (>= 3.1.0-3),
- libblas-dev | libatlas-base-dev, liblapack-dev | libatlas-base-dev
+Uploaders: Alexandre Fayolle <afayolle at debian.org>,
+           Ondrej Certik <ondrej at certik.cz>,
+           David Cournapeau <cournape at gmail.com>,
+           Varun Hiremath <varun at debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+               gfortran,
+               libblas-dev | libatlas-base-dev,
+               liblapack-dev | libatlas-base-dev,
+               libsuitesparse-dev (>= 3.1.0-3),
+               python-all-dbg (>= 2.5.4-1~),
+               python-all-dev (>= 2.6.6-3~),
+               python-numpy (>= 1:1.5.1),
+               python-numpy-dbg (>= 1:1.5.1),
+               sharutils,
+               swig
 X-Python-Version: >= 2.4
 Standards-Version: 3.9.3
 Homepage: http://www.scipy.org/
@@ -16,9 +26,9 @@
 
 Package: python-scipy
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 Provides: ${python:Provides}
-Recommends: g++ | c++-compiler, python-imaging, python-dev
+Recommends: g++ | c++-compiler, python-dev, python-imaging
 Suggests: python-profiler
 Description: scientific tools for Python
  SciPy supplements the popular NumPy module (python-numpy package), gathering a
@@ -34,7 +44,12 @@
 Package: python-scipy-dbg
 Section: debug
 Architecture: any
-Depends: ${python:Depends}, python-dbg, ${shlibs:Depends}, ${misc:Depends}, python-scipy (= ${binary:Version}), python-numpy-dbg (>= 1:1.5.1)
+Depends: python-dbg,
+         python-numpy-dbg (>= 1:1.5.1),
+         python-scipy (= ${binary:Version}),
+         ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
 Description: scientific tools for Python - debugging symbols
  SciPy supplements the popular NumPy module (python-numpy package), gathering a
  variety of high level science and engineering modules together as a single

Modified: packages/scipy/trunk/debian/copyright
===================================================================
--- packages/scipy/trunk/debian/copyright	2012-04-20 19:50:01 UTC (rev 21327)
+++ packages/scipy/trunk/debian/copyright	2012-04-20 19:57:58 UTC (rev 21328)
@@ -55,4 +55,3 @@
 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.
-




More information about the Python-modules-commits mailing list