[Python-modules-commits] [xhtml2pdf] 01/04: refresh debian/patches

Drew Parsons dparsons at moszumanska.debian.org
Sun Oct 29 18:59:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

dparsons pushed a commit to branch master
in repository xhtml2pdf.

commit 4b0b1528c4d1b3c411e2c0419aaf3c237580482d
Author: Drew Parsons <dparsons at emerall.com>
Date:   Mon Oct 30 02:44:33 2017 +0800

    refresh debian/patches
---
 debian/patches/0001-Fix-path-to-interpreter.patch      | 16 +++++-----------
 .../0003-Fix-interpreter-path-to-please-lintian.patch  | 18 +++++++++---------
 debian/patches/series                                  |  2 --
 3 files changed, 14 insertions(+), 22 deletions(-)

diff --git a/debian/patches/0001-Fix-path-to-interpreter.patch b/debian/patches/0001-Fix-path-to-interpreter.patch
index 90645e9..fea2986 100644
--- a/debian/patches/0001-Fix-path-to-interpreter.patch
+++ b/debian/patches/0001-Fix-path-to-interpreter.patch
@@ -4,19 +4,13 @@ Date: Tue, 8 Apr 2014 23:26:19 +0200
 Subject: Fix path to interpreter
 
 Patch-Name: 0001-Fix-path-to-interpreter.patch
---- a/sx/pisa3/pisa_paragraph.py	2016-12-23 21:47:36.814867312 +0100
-+++ b/sx/pisa3/pisa_paragraph.py	2016-12-23 22:04:36.201707241 +0100
+Index: xhtml2pdf/xhtml2pdf/paragraph.py
+===================================================================
+--- xhtml2pdf.orig/xhtml2pdf/paragraph.py
++++ xhtml2pdf/xhtml2pdf/paragraph.py
 @@ -1,4 +1,4 @@
 -#!/bin/env/python
-+#!/usr/bin/env python
- # -*- coding: utf-8 -*-
- 
- # Copyright 2010 Dirk Holtwick, holtwick.it
---- a/sx/pisa3/pisa_paragraph2.py	2016-12-23 21:47:36.814867312 +0100
-+++ b/sx/pisa3/pisa_paragraph2.py	2016-12-23 22:04:44.697699864 +0100
-@@ -1,4 +1,4 @@
--#!/bin/env/python
-+#!/usr/bin/env python
++#!/usr/bin/env/python
  # -*- coding: utf-8 -*-
  
  # Copyright 2010 Dirk Holtwick, holtwick.it
diff --git a/debian/patches/0003-Fix-interpreter-path-to-please-lintian.patch b/debian/patches/0003-Fix-interpreter-path-to-please-lintian.patch
index 31a36e4..40389ce 100644
--- a/debian/patches/0003-Fix-interpreter-path-to-please-lintian.patch
+++ b/debian/patches/0003-Fix-interpreter-path-to-please-lintian.patch
@@ -11,20 +11,20 @@ Patch-Name: 0003-Fix-interpreter-path-to-please-lintian.patch
  demo/tgpisa/start-tgpisa.py    | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
-diff --git a/demo/cherrypy/demo-cherrypy.py b/demo/cherrypy/demo-cherrypy.py
-index fbfe699..fb45a8f 100644
---- a/demo/cherrypy/demo-cherrypy.py
-+++ b/demo/cherrypy/demo-cherrypy.py
+Index: xhtml2pdf/demo/cherrypy/demo-cherrypy.py
+===================================================================
+--- xhtml2pdf.orig/demo/cherrypy/demo-cherrypy.py
++++ xhtml2pdf/demo/cherrypy/demo-cherrypy.py
 @@ -1,4 +1,4 @@
 -#!/usr/local/bin/python
 +#!/usr/bin/python
- # -*- coding: ISO-8859-1 -*-
+ # -*- coding: utf-8 -*-
  #############################################
  ## (C)opyright by Dirk Holtwick, 2008      ##
-diff --git a/demo/tgpisa/start-tgpisa.py b/demo/tgpisa/start-tgpisa.py
-index 8dcc5a7..a010454 100644
---- a/demo/tgpisa/start-tgpisa.py
-+++ b/demo/tgpisa/start-tgpisa.py
+Index: xhtml2pdf/demo/tgpisa/start-tgpisa.py
+===================================================================
+--- xhtml2pdf.orig/demo/tgpisa/start-tgpisa.py
++++ xhtml2pdf/demo/tgpisa/start-tgpisa.py
 @@ -1,4 +1,4 @@
 -#!C:\Python25\python.exe
 +#!/usr/bin/python
diff --git a/debian/patches/series b/debian/patches/series
index a15fc8f..204f081 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,2 @@
 0001-Fix-path-to-interpreter.patch
-0002-Fix-reportlab-version-detection-for-versions-greater.patch
 0003-Fix-interpreter-path-to-please-lintian.patch
-0004-pypdf-2-pypdf2.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/xhtml2pdf.git



More information about the Python-modules-commits mailing list