[Python-modules-commits] r6675 - in packages/plastex/trunk/debian/patches (remove_debug.dpatch)
azatoth-guest at users.alioth.debian.org
azatoth-guest at users.alioth.debian.org
Sat Oct 11 22:02:14 UTC 2008
Date: Saturday, October 11, 2008 @ 22:02:13
Author: azatoth-guest
Revision: 6675
forgot to ADD the file :(
Added:
packages/plastex/trunk/debian/patches/remove_debug.dpatch
Added: packages/plastex/trunk/debian/patches/remove_debug.dpatch
===================================================================
--- packages/plastex/trunk/debian/patches/remove_debug.dpatch (rev 0)
+++ packages/plastex/trunk/debian/patches/remove_debug.dpatch 2008-10-11 22:02:13 UTC (rev 6675)
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## remove_debug.dpatch by Carl Fürstenberg <azatoth at gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Removing missed debug by upstream from the plastex script
+
+ at DPATCH@
+diff -urNad plastex~/plasTeX/plastex plastex/plasTeX/plastex
+--- plastex~/plasTeX/plastex 2008-10-03 17:31:28.000000000 +0200
++++ plastex/plasTeX/plastex 2008-10-11 23:58:50.000000000 +0200
+@@ -78,8 +78,8 @@
+ #open(sourcefile,'w').write(document.source.encode('utf-8'))
+
+ # Write XML dump
+- outfile = '%s.xml' % jobname
+- open(outfile,'w').write(document.toXML().encode('utf-8'))
++ #outfile = '%s.xml' % jobname
++ #open(outfile,'w').write(document.toXML().encode('utf-8'))
+
+ # Apply renderer
+ Renderer().render(document)
Property changes on: packages/plastex/trunk/debian/patches/remove_debug.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the Python-modules-commits
mailing list