[Python-modules-commits] r3142 - in /packages/scipy/trunk/debian: changelog control rules
certik-guest at users.alioth.debian.org
certik-guest at users.alioth.debian.org
Fri Aug 31 02:45:16 UTC 2007
Author: certik-guest
Date: Fri Aug 31 02:45:15 2007
New Revision: 3142
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3142
Log:
got rid of lintian/linda warnings
Modified:
packages/scipy/trunk/debian/changelog
packages/scipy/trunk/debian/control
packages/scipy/trunk/debian/rules
Modified: packages/scipy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/scipy/trunk/debian/changelog?rev=3142&op=diff
==============================================================================
--- packages/scipy/trunk/debian/changelog (original)
+++ packages/scipy/trunk/debian/changelog Fri Aug 31 02:45:15 2007
@@ -1,3 +1,11 @@
+python-scipy (0.5.2.1-2) unstable; urgency=low
+
+ * Got rid of all lintian and linda warnings (removed "SciPy is an open
+ source library of scientific tools for Python" (first sentence) from the
+ long description)
+
+ -- Ondrej Certik <ondrej at certik.cz> Fri, 31 Aug 2007 04:29:55 +0200
+
python-scipy (0.5.2.1-1) unstable; urgency=low
* Adopting the package
Modified: packages/scipy/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/scipy/trunk/debian/control?rev=3142&op=diff
==============================================================================
--- packages/scipy/trunk/debian/control (original)
+++ packages/scipy/trunk/debian/control Fri Aug 31 02:45:15 2007
@@ -17,9 +17,8 @@
Conflicts: python-scipy-core, python2.3-scipy-core, python2.4-scipy-core, python2.3-scipy, python2.4-scipy
Replaces: python-scipy-core, python2.3-scipy-core, python2.4-scipy-core, python2.3-scipy, python2.4-scipy
Description: scientific tools for Python
- SciPy is an open source library of scientific tools for Python. SciPy
- supplements the popular Numeric module, gathering a variety of high level
- science and engineering modules together as a single package.
+ SciPy supplements the popular Numeric module, gathering a variety of high
+ level science and engineering modules together as a single package.
.
SciPy includes modules for graphics and plotting, optimization, integration,
special functions, signal and image processing, genetic algorithms, ODE
Modified: packages/scipy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/scipy/trunk/debian/rules?rev=3142&op=diff
==============================================================================
--- packages/scipy/trunk/debian/rules (original)
+++ packages/scipy/trunk/debian/rules Fri Aug 31 02:45:15 2007
@@ -72,6 +72,8 @@
chmod +x $$i; \
fi ; \
done
+ sed -i '1s|.|#!/usr/bin/python\n&|' $(BASE)/python-scipy/usr/share/pycentral/python-scipy/site-packages/scipy/cluster/tests/vq_test.py
+ sed -i '1s|.|#!/usr/bin/python\n&|' $(BASE)/python-scipy/usr/share/pycentral/python-scipy/site-packages/scipy/stats/tests/test_stats.py
rm $(BASE)/python-scipy/usr/share/pycentral/python-scipy/site-packages/scipy/LICENSE.txt
dh_installdeb -a
dh_shlibdeps -a
More information about the Python-modules-commits
mailing list