[Python-modules-commits] r24726 - in packages/python-xlrd/trunk/debian/patches (6 files)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Tue Jun 11 12:51:12 UTC 2013


    Date: Tuesday, June 11, 2013 @ 12:51:07
  Author: bernat
Revision: 24726

Switch from dpatch to 3.0 (quilt) format. Closes: #664378.

Added:
  packages/python-xlrd/trunk/debian/patches/runxlrd.patch
    (from rev 24724, packages/python-xlrd/trunk/debian/patches/runxlrd.dpatch)
  packages/python-xlrd/trunk/debian/patches/series
    (from rev 24724, packages/python-xlrd/trunk/debian/patches/00list)
  packages/python-xlrd/trunk/debian/patches/setup.py.patch
    (from rev 24724, packages/python-xlrd/trunk/debian/patches/setup.py.dpatch)
Deleted:
  packages/python-xlrd/trunk/debian/patches/00list
  packages/python-xlrd/trunk/debian/patches/runxlrd.dpatch
  packages/python-xlrd/trunk/debian/patches/setup.py.dpatch

Deleted: packages/python-xlrd/trunk/debian/patches/00list
===================================================================
--- packages/python-xlrd/trunk/debian/patches/00list	2013-06-11 10:23:12 UTC (rev 24725)
+++ packages/python-xlrd/trunk/debian/patches/00list	2013-06-11 12:51:07 UTC (rev 24726)
@@ -1,2 +0,0 @@
-runxlrd
-setup.py

Deleted: packages/python-xlrd/trunk/debian/patches/runxlrd.dpatch
===================================================================
--- packages/python-xlrd/trunk/debian/patches/runxlrd.dpatch	2013-06-11 10:23:12 UTC (rev 24725)
+++ packages/python-xlrd/trunk/debian/patches/runxlrd.dpatch	2013-06-11 12:51:07 UTC (rev 24726)
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## runxlrd.dpatch by  <thomasbl at frosty.local>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: added hashbang
-
- at DPATCH@
-diff -urNad xlrd-0.6.1~/scripts/runxlrd.py xlrd-0.6.1/scripts/runxlrd.py
---- 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 (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>
- 

Copied: packages/python-xlrd/trunk/debian/patches/runxlrd.patch (from rev 24724, packages/python-xlrd/trunk/debian/patches/runxlrd.dpatch)
===================================================================
--- packages/python-xlrd/trunk/debian/patches/runxlrd.patch	                        (rev 0)
+++ packages/python-xlrd/trunk/debian/patches/runxlrd.patch	2013-06-11 12:51:07 UTC (rev 24726)
@@ -0,0 +1,14 @@
+Added hashbang
+
+diff -urNad xlrd-0.6.1~/scripts/runxlrd.py xlrd-0.6.1/scripts/runxlrd.py
+--- 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 (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>
+ 

Copied: packages/python-xlrd/trunk/debian/patches/series (from rev 24724, packages/python-xlrd/trunk/debian/patches/00list)
===================================================================
--- packages/python-xlrd/trunk/debian/patches/series	                        (rev 0)
+++ packages/python-xlrd/trunk/debian/patches/series	2013-06-11 12:51:07 UTC (rev 24726)
@@ -0,0 +1,2 @@
+runxlrd.patch
+setup.py.patch

Deleted: packages/python-xlrd/trunk/debian/patches/setup.py.dpatch
===================================================================
--- packages/python-xlrd/trunk/debian/patches/setup.py.dpatch	2013-06-11 10:23:12 UTC (rev 24725)
+++ packages/python-xlrd/trunk/debian/patches/setup.py.dpatch	2013-06-11 12:51:07 UTC (rev 24726)
@@ -1,24 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## setup.py.dpatch by  <thomasbl at frosty.local>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: remove usr/pyshared/.../{docs,examples}/*
-
- at DPATCH@
-diff -urNad xlrd-0.6.1~/setup.py xlrd-0.6.1/setup.py
---- xlrd-0.6.1~/setup.py	2007-06-10 08:40:44.000000000 +0000
-+++ xlrd-0.6.1/setup.py	2008-05-19 20:01:20.000000000 +0000
-@@ -56,12 +56,7 @@
- if python_version >= (2, 4):
-     args24 = mkargs(
-         package_data={
--            'xlrd': [
--                'doc/*.htm*',
--                # 'doc/*.txt',
--                'examples/*.*',
--                ],
--
-+            'xlrd': [],
-             },
-         )
-     args.update(args24)

Copied: packages/python-xlrd/trunk/debian/patches/setup.py.patch (from rev 24724, packages/python-xlrd/trunk/debian/patches/setup.py.dpatch)
===================================================================
--- packages/python-xlrd/trunk/debian/patches/setup.py.patch	                        (rev 0)
+++ packages/python-xlrd/trunk/debian/patches/setup.py.patch	2013-06-11 12:51:07 UTC (rev 24726)
@@ -0,0 +1,19 @@
+Remove usr/pyshared/.../{docs,examples}/*
+
+diff -urNad xlrd-0.6.1~/setup.py xlrd-0.6.1/setup.py
+--- xlrd-0.6.1~/setup.py	2007-06-10 08:40:44.000000000 +0000
++++ xlrd-0.6.1/setup.py	2008-05-19 20:01:20.000000000 +0000
+@@ -56,12 +56,7 @@
+ if python_version >= (2, 4):
+     args24 = mkargs(
+         package_data={
+-            'xlrd': [
+-                'doc/*.htm*',
+-                # 'doc/*.txt',
+-                'examples/*.*',
+-                ],
+-
++            'xlrd': [],
+             },
+         )
+     args.update(args24)




More information about the Python-modules-commits mailing list