tag 405611 + patch
thanks
On Fri, Jan 05, 2007, Sune Vuorela wrote:
> I just tried removing the python2.3 line and it at least built.
Nothing in Build-Depends ensures the presence of python2.3 so I guess
this is the correct fix. Last time I contacted Vittorio, he was busy
with work. That's why I am going to upload a NMU addressing the issue in
the 5-day/DELAYED queue with the following patch.
Meanwhile, I will investigate on why these two files are missing from
the newly built package.
/usr/share/pycentral/python-matplotlib/site-packages/subprocess/__init__.py
/usr/share/pycentral/python-matplotlib/site-packages/subprocess/subprocess.py
diff -u matplotlib-0.87.5/debian/changelog matplotlib-0.87.5/debian/changelog
--- matplotlib-0.87.5/debian/changelog
+++ matplotlib-0.87.5/debian/changelog
@@ -1,3 +1,10 @@
+matplotlib (0.87.5-2.3) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Remove call to python2.3. (Closes: #405611)
+
+ -- Mohammed Adnène Trojette <[EMAIL PROTECTED]> Sat, 6 Jan 2007 03:35:28
+0100
+
matplotlib (0.87.5-2.2) unstable; urgency=low
* Non-maintainer upload.
diff -u matplotlib-0.87.5/debian/rules matplotlib-0.87.5/debian/rules
--- matplotlib-0.87.5/debian/rules
+++ matplotlib-0.87.5/debian/rules
@@ -41,7 +41,6 @@
clean-patched: patch
dh_testdir
dh_testroot
- python2.3 ./setup.py clean --all
python2.4 ./setup.py clean --all
-rm -f *-stamp*
-rm -rf build *.pyc *.pyo *.pdf doc/html/
diff -u matplotlib-0.87.5/debian/copyright matplotlib-0.87.5/debian/copyright
--- matplotlib-0.87.5/debian/copyright
+++ matplotlib-0.87.5/debian/copyright
@@ -1,5 +1,5 @@
This package was debianized by Vittorio Palmisano <[EMAIL PROTECTED]> on
-Tue, 31 Oct 2006 18:10:06 +0000
+Sat, 06 Jan 2007 02:45:12 +0000
It was downloaded from http://matplotlib.sourceforge.net/
--
Mohammed Adnène Trojette