Package: matplotlib
Version: 0.86.2-2
Severity: normal
Tags: patch
Hi,
Attached is the diff for my matplotlib 0.86.2-2.1 NMU.
--
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D
diff -u matplotlib-0.86.2/debian/rules matplotlib-0.86.2/debian/rules
--- matplotlib-0.86.2/debian/rules
+++ matplotlib-0.86.2/debian/rules
@@ -80,14 +80,14 @@
dh_clean -k
python ./setup.py install_data -d $(CURDIR)/debian/$(pdata)/usr/share
- rm $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/Vera*.ttf
+ rm
$(CURDIR)/debian/$(pdata)/usr/share/lib/python2.3/site-packages/matplotlib/mpl-data/Vera*.ttf
# make svg images not executable:
- chmod 644 $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/*.svg
+ chmod 644
$(CURDIR)/debian/$(pdata)/usr/share/lib/python2.3/site-packages/matplotlib/mpl-data/*.svg
# move .matplotlibrc to /etc
mkdir $(CURDIR)/debian/$(pdata)/etc/
- mv $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/matplotlibrc
\
+ mv
$(CURDIR)/debian/$(pdata)/usr/share/lib/python2.3/site-packages/matplotlib/mpl-data/matplotlibrc
\
$(CURDIR)/debian/$(pdata)/etc/matplotlibrc
# binary
diff -u matplotlib-0.86.2/debian/changelog matplotlib-0.86.2/debian/changelog
--- matplotlib-0.86.2/debian/changelog
+++ matplotlib-0.86.2/debian/changelog
@@ -1,3 +1,10 @@
+matplotlib (0.86.2-2.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Fix FTBFS 'rm: cannot remove ...: No such file ... (Closes: #354370).
+
+ -- Luk Claes <[EMAIL PROTECTED]> Thu, 16 Mar 2006 18:52:47 +0100
+
matplotlib (0.86.2-2) unstable; urgency=low
* Packages now depend both on python-numarray and python-numeric. Closes:
#353043