diff -u matplotlib-0.82/debian/changelog matplotlib-0.82/debian/changelog --- matplotlib-0.82/debian/changelog +++ matplotlib-0.82/debian/changelog @@ -1,3 +1,9 @@ +matplotlib (0.82-5ubuntu2.1) dapper-updates; urgency=low + + * Fixed dependencies on python-matplotlib-data to use ${Source-Version}. Ubuntu #54821. + + -- Jordan Mantha Tue, 1 Aug 2006 16:17:25 -0700 + matplotlib (0.82-5ubuntu2) dapper-updates; urgency=low * Don't include a copy of python-tz, depend on python-tz. Ubuntu #48528. diff -u matplotlib-0.82/debian/copyright matplotlib-0.82/debian/copyright --- matplotlib-0.82/debian/copyright +++ matplotlib-0.82/debian/copyright @@ -1,5 +1,5 @@ This package was debianized by Vittorio Palmisano on -Thu, 13 Jul 2006 19:10:46 +0000 +Thu, 03 Aug 2006 18:30:29 -0700 It was downloaded from http://matplotlib.sourceforge.net/ @@ -324,6 +324,39 @@ ******************************************************************************** +LICENSE_enthought.txt +Copyright (c) 2001, 2002 Enthought, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + a. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + b. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + c. Neither the name of the Enthought nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + + + +******************************************************************************** LICENSE_PAINT /****************************************************************** Copyright 2000 by Object Craft P/L, Melbourne, Australia. @@ -380,39 +413,6 @@ ******************************************************************************** -LICENSE_enthought.txt -Copyright (c) 2001, 2002 Enthought, Inc. - -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - a. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - b. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - c. Neither the name of the Enthought nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - - - -******************************************************************************** PYTZ_LICENSE.txt Copyright (c) 2003-2004 Stuart Bishop All rights reserved. diff -u matplotlib-0.82/debian/control matplotlib-0.82/debian/control --- matplotlib-0.82/debian/control +++ matplotlib-0.82/debian/control @@ -8,7 +8,7 @@ Package: python-matplotlib Architecture: all -Depends: ${python:Depends}, python2.4-matplotlib(=0.82-5ubuntu1) +Depends: ${python:Depends}, python2.4-matplotlib(=${Source-Version}) Suggests: ipython(>=0.6.3), latex Description: python based plotting system in a style similar to Matlab Matplotlib is a pure python plotting library designed to bring publication @@ -49,7 +49,7 @@ Package: python2.4-matplotlib Architecture: any -Depends: ${python:Depends}, ttf-bitstream-vera, python2.4-numeric | python2.4-numarray, python2.4-gd(>=0.52) | python-pypaint | python2.4-gtk2 | libwxgtk2.4-python | python2.4-qt3, python2.4-numeric-ext | python2.4-numarray-ext, python2.4-dev, dvipng, python-matplotlib-data(=0.82-5ubuntu1), python2.4-tz +Depends: ${python:Depends}, ttf-bitstream-vera, python2.4-numeric | python2.4-numarray, python2.4-gd(>=0.52) | python-pypaint | python2.4-gtk2 | libwxgtk2.4-python | python2.4-qt3, python2.4-numeric-ext | python2.4-numarray-ext, python2.4-dev, dvipng, python-matplotlib-data(=${Source-Version}), python2.4-tz Suggests: ipython(>=0.6.3), latex Description: python based plotting system (Python 2.4 version) Matplotlib is a pure python plotting library designed to bring publication