diff -u python-biggles-1.6.4/debian/control python-biggles-1.6.4/debian/control --- python-biggles-1.6.4/debian/control +++ python-biggles-1.6.4/debian/control @@ -2,7 +2,7 @@ Section: python Priority: optional Maintainer: Peter Hawkins -Build-Depends: debhelper (>= 4.1.67), python, python2.4-dev, python2.3-dev, python2.4-numeric, python2.3-numeric, libplot-dev (>= 2.4.1-8) +Build-Depends: debhelper (>= 4.1.67), python, python2.4-dev, python2.4-numeric, libplot-dev (>= 2.4.1-8) Standards-Version: 3.6.1 Package: python-biggles @@ -30,9 +29,0 @@ -Package: python2.3-biggles -Architecture: any -Depends: ${shlibs:Depends}, python2.3, python2.3-numeric -Suggests: python2.3-numeric-ext -Description: Scientific plotting package for Python 2.3 - Biggles is a Python module for creating publication-quality 2D scientific - plots. It supports multiple output formats (postscript, x11, png, svg, gif), - understands simple TeX, and sports a high-level, elegant interface. It's - intended for technical users with sophisticated plotting needs. diff -u python-biggles-1.6.4/debian/rules python-biggles-1.6.4/debian/rules --- python-biggles-1.6.4/debian/rules +++ python-biggles-1.6.4/debian/rules @@ -10,7 +10,7 @@ #export DH_VERBOSE=1 # This is the debhelper compatibility version to use. -export DH_COMPAT=3 +export DH_COMPAT=4 @@ -26,7 +26,6 @@ dh_testdir /usr/bin/python2.4 setup.py build --build-lib build2.4 - /usr/bin/python2.3 setup.py build --build-lib build2.3 touch build-stamp @@ -37,7 +36,6 @@ # Add here commands to clean up after the build process. /usr/bin/python2.4 setup.py clean --all --build-lib build2.4 - /usr/bin/python2.3 setup.py clean --all --build-lib build2.3 -rm -fr build dh_clean @@ -51,7 +49,6 @@ # Add here commands to install the package into debian/python-biggles. /usr/bin/python2.4 setup.py install --prefix=`pwd`/debian/python2.4-biggles/usr --no-compile - /usr/bin/python2.3 setup.py install --prefix=`pwd`/debian/python2.3-biggles/usr --no-compile # dh_movefiles diff -u python-biggles-1.6.4/debian/changelog python-biggles-1.6.4/debian/changelog --- python-biggles-1.6.4/debian/changelog +++ python-biggles-1.6.4/debian/changelog @@ -1,3 +1,9 @@ +python-biggles (1.6.4-1ubuntu3) dapper; urgency=low + + * Get rid of the python2.3 completly in this package + + -- Stephan Hermann Sun, 28 May 2006 16:50:05 +0200 + python-biggles (1.6.4-1ubuntu2) dapper; urgency=low * rebuild for new libplotc2