[Python-modules-commits] r3118 - in /packages/scipy/trunk/debian: changelog rules
certik-guest at users.alioth.debian.org
certik-guest at users.alioth.debian.org
Tue Aug 28 14:13:02 UTC 2007
Author: certik-guest
Date: Tue Aug 28 14:13:01 2007
New Revision: 3118
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3118
Log:
Fix one lintian warning
Modified:
packages/scipy/trunk/debian/changelog
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=3118&op=diff
==============================================================================
--- packages/scipy/trunk/debian/changelog (original)
+++ packages/scipy/trunk/debian/changelog Tue Aug 28 14:13:01 2007
@@ -1,8 +1,10 @@
python-scipy (0.5.2.1-1) unstable; urgency=low
* Adopting the package
- * New upstream release
+ * New upstream release (Closes: #426012)
* Removed unnecessary patches
+ * Removing LICENSE.txt, since it is unnecessary (and it fixes a lintian
+ warning)
-- Ondrej Certik <ondrej at certik.cz> Tue, 28 Aug 2007 12:03:29 +0200
Modified: packages/scipy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/scipy/trunk/debian/rules?rev=3118&op=diff
==============================================================================
--- packages/scipy/trunk/debian/rules (original)
+++ packages/scipy/trunk/debian/rules Tue Aug 28 14:13:01 2007
@@ -50,6 +50,7 @@
#mv Lib/weave/doc $(BASE)/python-scipy/usr/share/doc/python-scipy/weave
rm -fr $(BASE)/python-scipy/usr/lib/python2.*/site-packages/scipy/weave/examples/
+ rm $(BASE)/python-scipy/usr/share/pycentral/python-scipy/site-packages/scipy/LICENSE.txt
# Build architecture-independent files here.
binary-indep:
More information about the Python-modules-commits
mailing list