[Debconf-video-commits] r373 - in package/branches/pycon09: debian src

benh at alioth.debian.org benh at alioth.debian.org
Mon Mar 23 19:27:46 UTC 2009


Author: benh
Date: 2009-03-23 19:27:46 +0000 (Mon, 23 Mar 2009)
New Revision: 373

Modified:
   package/branches/pycon09/debian/control
   package/branches/pycon09/src/dc-do-transcoding
   package/branches/pycon09/src/dc-import-recordings
   package/branches/pycon09/src/dc-publish
   package/branches/pycon09/src/dv-sample-rate
Log:
Use default version of Python for scripts, not specifically 2.4.


Modified: package/branches/pycon09/debian/control
===================================================================
--- package/branches/pycon09/debian/control	2009-03-21 19:20:38 UTC (rev 372)
+++ package/branches/pycon09/debian/control	2009-03-23 19:27:46 UTC (rev 373)
@@ -23,5 +23,5 @@
 
 Package: debconf-video-store
 Architecture: all
-Depends: dvsink, python2.4, python2.4-pygresql, python-tz, python-vobject, debconf-video-common
+Depends: dvsink, python, python-pygresql, python-tz, python-vobject, debconf-video-common
 Description: DebConf video storage scripts

Modified: package/branches/pycon09/src/dc-do-transcoding
===================================================================
--- package/branches/pycon09/src/dc-do-transcoding	2009-03-21 19:20:38 UTC (rev 372)
+++ package/branches/pycon09/src/dc-do-transcoding	2009-03-23 19:27:46 UTC (rev 373)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/python
 
 import os.path
 import re

Modified: package/branches/pycon09/src/dc-import-recordings
===================================================================
--- package/branches/pycon09/src/dc-import-recordings	2009-03-21 19:20:38 UTC (rev 372)
+++ package/branches/pycon09/src/dc-import-recordings	2009-03-23 19:27:46 UTC (rev 373)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/python
 
 import glob
 import os

Modified: package/branches/pycon09/src/dc-publish
===================================================================
--- package/branches/pycon09/src/dc-publish	2009-03-21 19:20:38 UTC (rev 372)
+++ package/branches/pycon09/src/dc-publish	2009-03-23 19:27:46 UTC (rev 373)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/python
 
 import mx.DateTime
 import os

Modified: package/branches/pycon09/src/dv-sample-rate
===================================================================
--- package/branches/pycon09/src/dv-sample-rate	2009-03-21 19:20:38 UTC (rev 372)
+++ package/branches/pycon09/src/dv-sample-rate	2009-03-23 19:27:46 UTC (rev 373)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/python
 
 import sys
 




More information about the Debconf-video-commits mailing list