[Python-modules-commits] r5451 - in packages/python-xlrd/trunk/debian/patches (runxlrd.dpatch)

thomasbl-guest at users.alioth.debian.org thomasbl-guest at users.alioth.debian.org
Thu May 22 19:57:22 UTC 2008


    Date: Thursday, May 22, 2008 @ 19:57:15
  Author: thomasbl-guest
Revision: 5451

* fixing error with runxlrd

Modified:
  packages/python-xlrd/trunk/debian/patches/runxlrd.dpatch

Modified: packages/python-xlrd/trunk/debian/patches/runxlrd.dpatch
===================================================================
--- packages/python-xlrd/trunk/debian/patches/runxlrd.dpatch	2008-05-21 20:16:31 UTC (rev 5450)
+++ packages/python-xlrd/trunk/debian/patches/runxlrd.dpatch	2008-05-22 19:57:15 UTC (rev 5451)
@@ -6,11 +6,14 @@
 
 @DPATCH@
 diff -urNad xlrd-0.6.1~/scripts/runxlrd.py xlrd-0.6.1/scripts/runxlrd.py
---- xlrd-0.6.1~/scripts/runxlrd.py	2007-06-11 20:55:06.000000000 +0000
-+++ xlrd-0.6.1/scripts/runxlrd.py	2008-05-13 11:16:36.000000000 +0000
-@@ -1,3 +1,5 @@
-+#!/usr/bin/python
-+
+--- xlrd-0.6.1~/scripts/runxlrd.py	2008-05-22 21:05:02.000000000 +0000
++++ xlrd-0.6.1/scripts/runxlrd.py	2008-05-22 21:05:25.000000000 +0000
+@@ -1,5 +1,7 @@
++#!/usr/bin/python
++
  # -*- coding: cp1252 -*-
- # <p>Copyright © 2005-2007 Stephen John Machin, Lingfo Pty Ltd</p>
+-# <p>Copyright © 2005-2007 Stephen John Machin, Lingfo Pty Ltd</p>
++# <p>Copyright (C) 2005-2007 Stephen John Machin, Lingfo Pty Ltd</p>
  # <p>This script is part of the xlrd package, which is released under a
+ # BSD-style licence.</p>
+ 




More information about the Python-modules-commits mailing list