[Python-modules-commits] r7387 - in packages/numpy/trunk/debian (changelog control)

certik-guest at users.alioth.debian.org certik-guest at users.alioth.debian.org
Sun Jan 25 08:47:05 UTC 2009


    Date: Sunday, January 25, 2009 @ 08:47:04
  Author: certik-guest
Revision: 7387

Fixed lintian warnings

Modified:
  packages/numpy/trunk/debian/changelog
  packages/numpy/trunk/debian/control

Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog	2009-01-25 08:37:19 UTC (rev 7386)
+++ packages/numpy/trunk/debian/changelog	2009-01-25 08:47:04 UTC (rev 7387)
@@ -1,8 +1,11 @@
 python-numpy (1:1.2.1-1) unstable; urgency=low
 
   * New upstream release
-  * debian/rules: get-orig-source added, as we have to repackage upstream
-    sources and add there a missing doc/ directory from the upstream svn
+  * ${misc:Depends} added to all binary packages to fix lintian warnings
+  * debian/rules: get-orig-source added, to repackage upstream
+    sources and add there a missing doc/ directory from the upstream svn (after
+    talking with upstream, they suggested to wait for a new numpy release, that
+    will also fix the doc/ bug
 
  -- Ondrej Certik <ondrej at certik.cz>  Tue, 30 Dec 2008 17:11:13 -0800
 

Modified: packages/numpy/trunk/debian/control
===================================================================
--- packages/numpy/trunk/debian/control	2009-01-25 08:37:19 UTC (rev 7386)
+++ packages/numpy/trunk/debian/control	2009-01-25 08:47:04 UTC (rev 7387)
@@ -14,7 +14,7 @@
 
 Package: python-numpy
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Suggests: python-numpy-doc, python-numpy-dbg
 Conflicts: python-f2py (<= 2.45.241+1926-5), python2.3-f2py, python2.4-f2py, python-scipy (<= 0.6.0-6), python-matplotlib (<< 0.90.1-3), python-numpy-dev (<= 1:1.0.3-2)
 XB-Python-Version: ${python:Versions}
@@ -32,7 +32,7 @@
 Package: python-numpy-dbg
 Priority: extra
 Architecture: any
-Depends: python-numpy (= ${binary:Version}), python-dbg, ${shlibs:Depends}
+Depends: python-numpy (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
 Description: Fast array facility to the Python language (debug extension)
  Numpy contains a powerful N-dimensional array object, sophisticated
  (broadcasting) functions, tools for integrating C/C++ and Fortran
@@ -47,12 +47,13 @@
 
 Package: python-numpy-ext
 Architecture: all
-Depends: python-numpy (>= 1.0.1-1)
+Depends: python-numpy (>= 1.0.1-1), ${misc:Depends}
 Description: NumPy adds a fast array facility to the Python language
  This package is a transitional package; it can safely be 
  removed after an upgrade.
 
 Package: python-numpy-doc
+Depends: ${misc:Depends}
 Section: doc
 Architecture: all
 Description: NumPy documentation




More information about the Python-modules-commits mailing list