Hello,

I'm doing an NMU of python-biggles to fix #326234, #331003, and
#348514; diff attached.

Thanks,

Matej
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,12 @@
+python-biggles (1.6.4-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop the Python 2.2 package, and add a Python 2.4 one.  Thanks to
+    Andreas Jochens for the patch.  Closes: #326234.
+  * Rebuild for C++ transition.  Closes: #331003, #348514.
+
+ -- Matej Vela <[EMAIL PROTECTED]>  Sat, 28 Jan 2006 20:57:29 +0100
+
 python-biggles (1.6.4-1) unstable; urgency=low
 
   * New upstream release.
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 <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.67), python, python2.2-dev, python2.3-dev, 
python2.2-numeric, python2.3-numeric, libplot-dev (>= 2.4.1-8)
+Build-Depends: debhelper (>= 4.1.67), python, python2.3-dev, python2.4-dev, 
python2.3-numeric, python2.4-numeric, libplot-dev (>= 2.4.1-8)
 Standards-Version: 3.6.1
 
 Package: python-biggles
@@ -17,21 +17,21 @@
  This is a dummy package that depends the appropriate version of the package
  for the default python version.
 
-Package: python2.2-biggles
+Package: python2.3-biggles
 Architecture: any
-Depends: ${shlibs:Depends}, python2.2, python2.2-numeric
-Suggests: python2.2-numeric-ext
-Description: Scientific plotting package for Python 2.2
+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.
 
-Package: python2.3-biggles
+Package: python2.4-biggles
 Architecture: any
-Depends: ${shlibs:Depends}, python2.3, python2.3-numeric
-Suggests: python2.3-numeric-ext
-Description: Scientific plotting package for Python 2.3
+Depends: ${shlibs:Depends}, python2.4, python2.4-numeric
+Suggests: python2.4-numeric-ext
+Description: Scientific plotting package for Python 2.4
  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
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
@@ -25,8 +25,8 @@
 build-stamp:
        dh_testdir
 
-       /usr/bin/python2.2 setup.py build --build-lib build2.2
        /usr/bin/python2.3 setup.py build --build-lib build2.3
+       /usr/bin/python2.4 setup.py build --build-lib build2.4
 
        touch build-stamp
 
@@ -36,8 +36,8 @@
        rm -f build-arch-stamp build-indep-stamp configure-stamp
 
        # Add here commands to clean up after the build process.
-       /usr/bin/python2.2 setup.py clean --all --build-lib build2.2
        /usr/bin/python2.3 setup.py clean --all --build-lib build2.3
+       /usr/bin/python2.4 setup.py clean --all --build-lib build2.4
        -rm -fr build
 
        dh_clean
@@ -50,8 +50,8 @@
        dh_installdirs
 
        # Add here commands to install the package into debian/python-biggles.
-       /usr/bin/python2.2 setup.py install 
--prefix=`pwd`/debian/python2.2-biggles/usr --no-compile
        /usr/bin/python2.3 setup.py install 
--prefix=`pwd`/debian/python2.3-biggles/usr --no-compile
+       /usr/bin/python2.4 setup.py install 
--prefix=`pwd`/debian/python2.4-biggles/usr --no-compile
 
 #      dh_movefiles
 

Reply via email to