Package: matplotlib
Severity: serious
Tags: patch
Justification: no longer builds from source


The statement for PYVERS in debian/rules generates an error from pyversions. 
This may be a consequence of new behavior by pyversions but it does prevent
proper build of the package.

The following error is generated in a number of places in the build

-------
usage: [-v] [-h] [-d|--default] [-s|--supported] [-i|--installed]
[-r|--requested <version string>|<control file>]

pyversions: error: no such option: -e
-------

This is due to the statement 

PYVERS:= $(shell pyversions -v -rdebian/control)

The correct syntax is one of the following:

PYVERS:= $(shell pyversions -v -r debian/control)
PYVERS:= $(shell pyversions -v -r)
PYVERS:= $(shell pyversions -vr)

Cheers,

Carlo


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to