[Python-modules-commits] r5104 - in packages/numpy/trunk/debian (4 files)

akumar at users.alioth.debian.org akumar at users.alioth.debian.org
Wed Apr 23 11:25:18 UTC 2008


    Date: Wednesday, April 23, 2008 @ 11:25:17
  Author: akumar
Revision: 5104

* debian/rules:
  + Add the --single-version-externally-managed flag.
* debian/python-numpy.install:
  + Install the egg-info file. (Closes: #477243)
* debian/control:
  + Update Kumar Appaiah's e-mail address to the debian.org
    address.

Modified:
  packages/numpy/trunk/debian/changelog
  packages/numpy/trunk/debian/control
  packages/numpy/trunk/debian/python-numpy.install
  packages/numpy/trunk/debian/rules

Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog	2008-04-23 05:50:05 UTC (rev 5103)
+++ packages/numpy/trunk/debian/changelog	2008-04-23 11:25:17 UTC (rev 5104)
@@ -1,3 +1,15 @@
+python-numpy (1:1.0.4-8) unstable; urgency=low
+
+  * debian/rules:
+    + Add the --single-version-externally-managed flag.
+  * debian/python-numpy.install:
+    + Install the egg-info file. (Closes: #477243)
+  * debian/control:
+    + Update Kumar Appaiah's e-mail address to the debian.org
+      address.
+  
+ -- Kumar Appaiah <akumar at debian.org>  Wed, 23 Apr 2008 17:03:30 +0530
+
 python-numpy (1:1.0.4-7) unstable; urgency=low
 
   * Sync from ubuntu (Closes: #470698).

Modified: packages/numpy/trunk/debian/control
===================================================================
--- packages/numpy/trunk/debian/control	2008-04-23 05:50:05 UTC (rev 5103)
+++ packages/numpy/trunk/debian/control	2008-04-23 11:25:17 UTC (rev 5104)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Marco Presi (Zufus) <zufus at debian.org>, Alexandre Fayolle <afayolle at debian.org>, José Fonseca <j_r_fonseca at yahoo.co.uk>, Matthias Klose <doko at debian.org>, Ondrej Certik <ondrej at certik.cz>, Kumar Appaiah <akumar at ee.iitm.ac.in>
-Build-Depends: cdbs (>= 0.4.43), python-all-dev, python-all-dbg, python-central (>= 0.6), gfortran (>= 4:4.2), libblas-dev [!arm !m68k], liblapack-dev [!arm !m68k], debhelper (>= 5.0.38), patchutils, python-docutils, libfftw3-dev
+Build-Depends: cdbs (>= 0.4.43), python-all-dev, python-all-dbg, python-central (>= 0.5), gfortran (>= 4:4.2), libblas-dev [!arm !m68k], liblapack-dev [!arm !m68k], debhelper (>= 5.0.38), patchutils, python-docutils, libfftw3-dev
 Build-Conflicts: atlas3-base-dev
 XS-Python-Version: >= 2.3
 Standards-Version: 3.7.3

Modified: packages/numpy/trunk/debian/python-numpy.install
===================================================================
--- packages/numpy/trunk/debian/python-numpy.install	2008-04-23 05:50:05 UTC (rev 5103)
+++ packages/numpy/trunk/debian/python-numpy.install	2008-04-23 11:25:17 UTC (rev 5104)
@@ -11,3 +11,4 @@
 usr/bin/f2py*
 usr/lib/python*/site-packages/numpy/f2py/*.py
 usr/lib/python*/site-packages/numpy/f2py/src
+usr/lib/python*/site-packages/*.egg-info

Modified: packages/numpy/trunk/debian/rules
===================================================================
--- packages/numpy/trunk/debian/rules	2008-04-23 05:50:05 UTC (rev 5103)
+++ packages/numpy/trunk/debian/rules	2008-04-23 11:25:17 UTC (rev 5104)
@@ -16,6 +16,8 @@
 DEB_INSTALL_DOCS_python-numpy := DEV_README.txt THANKS.txt
 
 DEB_PYTHON_PACKAGES_EXCLUDE=python-numpy-dbg
+# Install egg-info directories
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
 
 unexport LDFLAGS
 




More information about the Python-modules-commits mailing list