Package: xdelta3
Version: Change shebang in python example scripts
Severity: minor

Please consider changing the shebang in python example scripts to 
"#!/usr/bin/python so the packages does not pick up direct dependencies on 
python2.4 and python2.5.  A patch has be attached.

Please consider removing debian/python-xdelta.3.dir so we don't pick up a hard 
coded depends on python2.4


-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-16-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- xdelta3-0v2.dfsg.orig/xdelta3-regtest.py
+++ xdelta3-0v2.dfsg/xdelta3-regtest.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.5
+#!/usr/bin/python
 # xdelta 3 - delta compression tools and library
 # Copyright (C) 2003, 2006, 2007, 2008.  Joshua P. MacDonald
 #
--- xdelta3-0v2.dfsg.orig/xdelta3-test.py
+++ xdelta3-0v2.dfsg/xdelta3-test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.5
+#!/usr/bin/python
 # xdelta 3 - delta compression tools and library
 # Copyright (C) 2003, 2006, 2007.  Joshua P. MacDonald
 #

Reply via email to