fixed 422475 0.90.1-1
thanks

I have verified that the version of matplotlib in experimental builds
properly. In case someone wants to backport the patch to unstable, instead of
uploading that version to unstable, it appears that the propper change would 
be to define

DEFPY := $(shell pyversions -v -d)

at the start of debian/rules plus the following minor change to Amit's patch

---------------------------------------------------------------------------
--- matplotlib-0.90.0/debian/rules      2007-06-15 15:53:45.000000000 +0300
+++ matplotlib-0.90.0.nw/debian/rules   2007-06-15 14:50:10.000000000 +0300
@@ -70,7 +70,7 @@
        # autobuilders.
        # The plugin abbreviations are:
        #  ns_ = numpy, na_ = numarray, nc_ = numeric
-       for v in $(PYVERS); do \
+       for v in $(DEFPY); do \
                for p in na ns nc; do \
                        for f in transforms.so image.so cntr.so nxutils.so; do \
                                # Check for these four files for each plugin: \

---------------------------------------------------------------------------

Attachment: signature.asc
Description: Digital signature

Reply via email to