#! /bin/sh /usr/share/dpatch/dpatch-run
## remove_cgpdfpng.patch.dpatch by Carl Fürstenberg <azatoth@gmail.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Patch to remove cgpdfpng from the build procedure as it's not usefull under debian

@DPATCH@
Index: plastex-0.9.2/setup.py
===================================================================
--- plastex-0.9.2.orig/setup.py	2009-07-01 17:07:33.000000000 +0200
+++ plastex-0.9.2/setup.py	2009-11-17 17:17:55.000000000 +0100
@@ -64,5 +64,5 @@
          'plasTeX.Renderers.S5.Themes.default': templates,
          'plasTeX.Renderers.S5.Themes.default.ui.default': templates+styles+images,
       },
-      scripts=['plasTeX/plastex','plasTeX/Imagers/cgpdfpng'],
+      scripts=['plasTeX/plastex'],
 )
