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

kumanna-guest at users.alioth.debian.org kumanna-guest at users.alioth.debian.org
Tue Jan 29 01:28:54 UTC 2008


    Date: Tuesday, January 29, 2008 @ 01:28:53
  Author: kumanna-guest
Revision: 4447

* Switch back to python-central.
* Remove unnecessary README.numpy-dbg.

Modified:
  packages/numpy/trunk/debian/changelog
  packages/numpy/trunk/debian/control
  packages/numpy/trunk/debian/rules
Deleted:
  packages/numpy/trunk/debian/README.numpy-dbg

Deleted: packages/numpy/trunk/debian/README.numpy-dbg
===================================================================
--- packages/numpy/trunk/debian/README.numpy-dbg	2008-01-28 15:59:50 UTC (rev 4446)
+++ packages/numpy/trunk/debian/README.numpy-dbg	2008-01-29 01:28:53 UTC (rev 4447)
@@ -1,9 +0,0 @@
-python-numpy-dbg for Debian
-===========================
-
-This directory would hold the Python scripts which are part of the
-python-numpy-dbg package. Currently, as the package consists solely of
-debug libraries for the native modules, this directory has no Python
-scripts.
-
- -- Kumar Appaiah <akumar at ee.iitm.ac.in>, Sun,  6 Jan 2008 07:10:39 +0530

Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog	2008-01-28 15:59:50 UTC (rev 4446)
+++ packages/numpy/trunk/debian/changelog	2008-01-29 01:28:53 UTC (rev 4447)
@@ -1,3 +1,10 @@
+python-numpy (1:1.0.4-6) UNRELEASED; urgency=low
+
+  * Switch back to python-central.
+  * Remove unnecessary README.numpy-dbg.
+
+ -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Tue, 29 Jan 2008 06:49:14 +0530
+
 python-numpy (1:1.0.4-5) unstable; urgency=low
 
   [ Kumar Appaiah ]

Modified: packages/numpy/trunk/debian/control
===================================================================
--- packages/numpy/trunk/debian/control	2008-01-28 15:59:50 UTC (rev 4446)
+++ packages/numpy/trunk/debian/control	2008-01-29 01:28:53 UTC (rev 4447)
@@ -3,7 +3,9 @@
 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-support, refblas3-dev [!arm !m68k], lapack3-dev [!arm !m68k], debhelper (>= 5.0.38), g77, patchutils, python-docutils, libfftw3-dev
+Build-Depends: cdbs (>= 0.4.43), python-all-dev, python-all-dbg, python-central, refblas3-dev [!arm !m68k], lapack3-dev [!arm !m68k], debhelper (>= 5.0.38), g77, patchutils, python-docutils, libfftw3-dev
+Build-Conflicts: atlas3-base-dev
+XS-Python-Version: >=2.3
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/numpy/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/numpy/trunk/?op=log
@@ -14,6 +16,7 @@
 Depends: ${python:Depends}, ${shlibs: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.5.2-7+b1), python-matplotlib (<< 0.90.0-1), python-numpy-dev (<= 1:1.0.3-2)
+XB-Python-Version: ${python:Versions}
 Provides: ${python:Provides}, python-numpy-ext, python-numpy-dev, python-f2py
 Description: Numerical Python adds a fast array facility to the Python language
  Numpy contains a powerful N-dimensional array object,

Modified: packages/numpy/trunk/debian/rules
===================================================================
--- packages/numpy/trunk/debian/rules	2008-01-28 15:59:50 UTC (rev 4446)
+++ packages/numpy/trunk/debian/rules	2008-01-29 01:28:53 UTC (rev 4447)
@@ -4,7 +4,7 @@
 
 DEB_AUTO_CLEANUP_RCS            := yes
 
-DEB_PYTHON_SYSTEM=pysupport
+DEB_PYTHON_SYSTEM=pycentral
 PYVERS=$(shell pyversions -vr debian/control)
 
 DEB_MAKE_CLEAN_TARGET    := clean
@@ -75,7 +75,6 @@
 	find debian/python-numpy-dbg \
 		! -type d ! -name '*_d.so' | xargs rm -f
 	find debian/python-numpy-dbg -depth -empty -exec rmdir {} \;
-	install -m 644 -D debian/README.numpy-dbg ./debian/python-numpy-dbg/usr/share/python-support/python-numpy-dbg/README.txt
 
 binary-predeb/python-numpy-dbg::
 	rm -rf debian/python-numpy-dbg/usr/share/doc/python-numpy-dbg




More information about the Python-modules-commits mailing list