[Python-modules-commits] r28557 - in packages/pisa/trunk/debian (5 files)

matthias-guest at users.alioth.debian.org matthias-guest at users.alioth.debian.org
Fri Apr 18 11:51:41 UTC 2014


    Date: Friday, April 18, 2014 @ 11:51:40
  Author: matthias-guest
Revision: 28557

Rework patches from dpatch to quilt

Added:
  packages/pisa/trunk/debian/patches/0001-Fix-path-to-interpreter.patch
  packages/pisa/trunk/debian/patches/series
Modified:
  packages/pisa/trunk/debian/control
Deleted:
  packages/pisa/trunk/debian/patches/00list
  packages/pisa/trunk/debian/patches/01-fix-python-executable-paths.dpatch

Modified: packages/pisa/trunk/debian/control
===================================================================
--- packages/pisa/trunk/debian/control	2014-04-18 11:51:36 UTC (rev 28556)
+++ packages/pisa/trunk/debian/control	2014-04-18 11:51:40 UTC (rev 28557)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: W. Martin Borgert <debacle at debian.org>
-Build-Depends: cdbs, debhelper (>= 7), dpatch, python-dev, xsltproc, docbook-xsl
+Build-Depends: debhelper (>= 9), python-dev, xsltproc, docbook-xsl
 Build-Depends-Indep: python-support (>= 0.5.3), python-setuptools
 Standards-Version: 3.8.4
 Homepage: http://www.xhtml2pdf.com/

Added: packages/pisa/trunk/debian/patches/0001-Fix-path-to-interpreter.patch
===================================================================
--- packages/pisa/trunk/debian/patches/0001-Fix-path-to-interpreter.patch	                        (rev 0)
+++ packages/pisa/trunk/debian/patches/0001-Fix-path-to-interpreter.patch	2014-04-18 11:51:40 UTC (rev 28557)
@@ -0,0 +1,33 @@
+From 5ae7d2de382ca786c808b32cb8209f6474d53954 Mon Sep 17 00:00:00 2001
+From: Matthias Schmitz <matthias at sigxcpu.org>
+Date: Tue, 8 Apr 2014 23:26:19 +0200
+Subject: [PATCH] Fix path to interpreter
+
+---
+ sx/pisa3/pisa_paragraph.py  | 2 +-
+ sx/pisa3/pisa_paragraph2.py | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/sx/pisa3/pisa_paragraph.py b/sx/pisa3/pisa_paragraph.py
+index 270a537..c79d788 100644
+--- a/sx/pisa3/pisa_paragraph.py
++++ b/sx/pisa3/pisa_paragraph.py
+@@ -1,4 +1,4 @@
+-#!/bin/env/python
++#!/usr/bin/env python
+ # -*- coding: utf-8 -*-
+ 
+ """
+diff --git a/sx/pisa3/pisa_paragraph2.py b/sx/pisa3/pisa_paragraph2.py
+index dbd0f33..a8cdfc3 100644
+--- a/sx/pisa3/pisa_paragraph2.py
++++ b/sx/pisa3/pisa_paragraph2.py
+@@ -1,4 +1,4 @@
+-#!/bin/env/python
++#!/usr/bin/env python
+ # -*- coding: utf-8 -*-
+ 
+ """
+-- 
+1.8.5.3
+

Deleted: packages/pisa/trunk/debian/patches/00list
===================================================================
--- packages/pisa/trunk/debian/patches/00list	2014-04-18 11:51:36 UTC (rev 28556)
+++ packages/pisa/trunk/debian/patches/00list	2014-04-18 11:51:40 UTC (rev 28557)
@@ -1 +0,0 @@
-01-fix-python-executable-paths

Deleted: packages/pisa/trunk/debian/patches/01-fix-python-executable-paths.dpatch
===================================================================
--- packages/pisa/trunk/debian/patches/01-fix-python-executable-paths.dpatch	2014-04-18 11:51:36 UTC (rev 28556)
+++ packages/pisa/trunk/debian/patches/01-fix-python-executable-paths.dpatch	2014-04-18 11:51:40 UTC (rev 28557)
@@ -1,25 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01-fix-python-executable-paths.dpatch by  <toby at leopard>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-diff -urNad pisa-3.0.32~/sx/pisa3/pisa_paragraph.py pisa-3.0.32/sx/pisa3/pisa_paragraph.py
---- pisa-3.0.32~/sx/pisa3/pisa_paragraph.py	2009-05-08 06:44:37.000000000 +0100
-+++ pisa-3.0.32/sx/pisa3/pisa_paragraph.py	2009-07-11 18:30:55.127773861 +0100
-@@ -1,4 +1,4 @@
--#!/bin/env/python
-+#!/usr/bin/env python
- # -*- coding: utf-8 -*-
- 
- """
-diff -urNad pisa-3.0.32~/sx/pisa3/pisa_paragraph2.py pisa-3.0.32/sx/pisa3/pisa_paragraph2.py
---- pisa-3.0.32~/sx/pisa3/pisa_paragraph2.py	2008-11-20 13:01:16.000000000 +0000
-+++ pisa-3.0.32/sx/pisa3/pisa_paragraph2.py	2009-07-11 18:30:49.924958835 +0100
-@@ -1,4 +1,4 @@
--#!/bin/env/python
-+#!/usr/bin/env python
- # -*- coding: utf-8 -*-
- 
- """

Added: packages/pisa/trunk/debian/patches/series
===================================================================
--- packages/pisa/trunk/debian/patches/series	                        (rev 0)
+++ packages/pisa/trunk/debian/patches/series	2014-04-18 11:51:40 UTC (rev 28557)
@@ -0,0 +1 @@
+0001-Fix-path-to-interpreter.patch




More information about the Python-modules-commits mailing list