Package: matplotlib diff -u matplotlib-0.86.2/debian/control matplotlib-0.86.2/debian/control --- matplotlib-0.86.2/debian/control +++ matplotlib-0.86.2/debian/control @@ -10,7 +10,7 @@ Package: python-matplotlib Architecture: any XB-Python-Version: ${python:Versions} -Depends: ${python:Depends}, python-numeric | python-numarray, python-gd (>=0.52) | python-pypaint | python-gtk2 | libwxgtk2.4-python | python-qt3, python-numeric-ext | python-numarray-ext, python-dev, dvipng, python-matplotlib-data(=${Source-Version}) +Depends: ${python:Depends}, python-numeric | python-numarray, python-gd (>=0.52) | python-pypaint | python-gtk2 | libwxgtk2.4-python | python-qt3, python-numeric-ext | python-numarray-ext, python-dev, dvipng, python-matplotlib-data(=${Source-Version}), python-tz (>= 2006g-1) Provides: ${python:Provides} Conflicts: python2.3-matplotlib, python2.4-matplotlib Replaces: python2.3-matplotlib, python2.4-matplotlib 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 @@ -60,7 +60,7 @@ python$* ./setup.py install_lib \ -d $(CURDIR)/debian/$(p)/usr/lib/python$*/site-packages/ --no-compile dh_install -p$(p) lib/dateutil usr/lib/python$*/site-packages/ - dh_install -p$(p) lib/pytz usr/lib/python$*/site-packages/ + rm -rf debian/$(p)/usr/lib/python$*/site-packages/pytz touch $@ install-indep: build-indep 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,9 @@ +matplotlib (0.86.2-6.1) unstable; urgency=low + + * Depend on python-tz, remove the pytz files. Closes: #376715. + + -- Matthias Klose <[EMAIL PROTECTED]> Fri, 7 Jul 2006 18:38:43 +0000 + matplotlib (0.86.2-6) unstable; urgency=low * Added a note about numeric/numarray deps in README.debian. Closes: #376198 diff -u matplotlib-0.86.2/debian/copyright matplotlib-0.86.2/debian/copyright --- matplotlib-0.86.2/debian/copyright +++ matplotlib-0.86.2/debian/copyright @@ -1,5 +1,5 @@ This package was debianized by Vittorio Palmisano <[EMAIL PROTECTED]> on -Wed, 05 Jul 2006 22:25:26 +0000 +Fri, 07 Jul 2006 19:15:23 +0000 It was downloaded from http://matplotlib.sourceforge.net/
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]