Your message dated Thu, 15 Jun 2006 18:31:38 +0200
with message-id <[EMAIL PROTECTED]>
and subject line acknowledge NMU
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: matplotlib
Version: 0.86.2-2
Severity: serious
Tags: patch
When building 'matplotlib' in a clean unstable chroot,
I get the following error:
copying lib/matplotlib/backends/Matplotlib.nib/classes.nib ->
/matplotlib-0.86.2/debian/python-matplotlib-data/usr/share/lib/python2.3/site-packages/matplotlib/mpl-data/Matplotlib.nib
rm
/matplotlib-0.86.2/debian/python-matplotlib-data/usr/share/matplotlib/mpl-data/Vera*.ttf
rm: cannot remove
`/matplotlib-0.86.2/debian/python-matplotlib-data/usr/share/matplotlib/mpl-data/Vera*.ttf':
No such file or directory
make: *** [install-indep] Error 1
This problem can be fixed with the attached patch.
Regards
Andreas Jochens
diff -urN ../tmp-orig/matplotlib-0.86.2/debian/rules ./debian/rules
--- ../tmp-orig/matplotlib-0.86.2/debian/rules 2006-02-25 17:42:03.000000000
+0000
+++ ./debian/rules 2006-02-25 17:41:59.000000000 +0000
@@ -80,7 +80,7 @@
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 -f $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/Vera*.ttf
# make svg images not executable:
chmod 644 $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/*.svg
--- End Message ---
--- Begin Message ---
ACK.
--
Alexandre Fayolle LOGILAB, Paris (France)
Formations Python, Zope, Plone, Debian: http://www.logilab.fr/formations
Développement logiciel sur mesure: http://www.logilab.fr/services
Informatique scientifique: http://www.logilab.fr/science
signature.asc
Description: Digital signature
--- End Message ---