tag 445247 + patch thanks Le jeudi 04 octobre 2007 à 15:52 +0200, Nacho Barrientos Arias a écrit : > Although `/usr/bin/python2.4' is present in the shebang of several > files, I'd say Buxon would work with py2.5 as well.
In which case, the attached patch should fix the issue. Cheers, -- .''`. : :' : We are debian.org. Lower your prices, surrender your code. `. `' We will add your hardware and software distinctiveness to `- our own. Resistance is futile.
diff -u buxon-0.0.3/debian/changelog buxon-0.0.3/debian/changelog --- buxon-0.0.3/debian/changelog +++ buxon-0.0.3/debian/changelog @@ -1,3 +1,10 @@ +buxon (0.0.3-2.1) UNRELEASED; urgency=low + + * buxon.py, setup/buxon: use python instead of python2.4. + * debian/pyversions: allow versions higher than 2.4. + + -- Josselin Mouette <[EMAIL PROTECTED]> Mon, 21 Jan 2008 22:09:55 +0100 + buxon (0.0.3-2) unstable; urgency=low * Added debian/watch file. diff -u buxon-0.0.3/debian/pyversions buxon-0.0.3/debian/pyversions --- buxon-0.0.3/debian/pyversions +++ buxon-0.0.3/debian/pyversions @@ -1 +1 @@ -2.4 +2.4- only in patch2: unchanged: --- buxon-0.0.3.orig/buxon.py +++ buxon-0.0.3/buxon.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.4 +#!/usr/bin/python # -*- coding: utf8 -*- # # Buxon, a sioc:Forum Visor only in patch2: unchanged: --- buxon-0.0.3.orig/setup/buxon +++ buxon-0.0.3/setup/buxon @@ -1,4 +1,4 @@ -#!/usr/bin/python2.4 +#!/usr/bin/python # -*- coding: utf8 -*- # # SWAML <http://swaml.berlios.de/>
signature.asc
Description: Ceci est une partie de message numériquement signée