Package: config-manager Version: 0.3-3.1 Severity: wishlist Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu intrepid ubuntu-patch
Hi, The attached patch from Matthias Klose patch is used in Ubuntu to make the package independent of the python version. Please consider applying it. Thanks, James
diff -u config-manager-0.3/debian/control config-manager-0.3/debian/control --- config-manager-0.3/debian/control +++ config-manager-0.3/debian/control @@ -2,7 +2,7 @@ Section: devel Priority: extra Maintainer: Anand Kumria <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), automake1.9, python2.4-dev, python-dev, bzr (>=0.6), pybaz +Build-Depends: debhelper (>= 4.0.0), automake1.9, python-dev (>= 2.4), bzr (>=0.6), pybaz Standards-Version: 3.6.2.1 Package: config-manager diff -u config-manager-0.3/setup.py config-manager-0.3/setup.py --- config-manager-0.3/setup.py +++ config-manager-0.3/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.4 +#!/usr/bin/python # This is an installation script for cm. Run it with # './setup.py install', or