[Python-modules-commits] r8872 - in packages/pyqwt3d/trunk/debian/patches (1 file)
gudjon-guest at users.alioth.debian.org
gudjon-guest at users.alioth.debian.org
Fri Jun 26 14:21:53 UTC 2009
Date: Friday, June 26, 2009 @ 14:21:51
Author: gudjon-guest
Revision: 8872
Added patch 03_fix_const_char.dpatch.
Added:
packages/pyqwt3d/trunk/debian/patches/03_fix_const_char.dpatch
Added: packages/pyqwt3d/trunk/debian/patches/03_fix_const_char.dpatch
===================================================================
--- packages/pyqwt3d/trunk/debian/patches/03_fix_const_char.dpatch (rev 0)
+++ packages/pyqwt3d/trunk/debian/patches/03_fix_const_char.dpatch 2009-06-26 14:21:51 UTC (rev 8872)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03.dpatch by <gudjon at gudjon.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: This patch fixes compilation with sip 4.8.1
+
+ at DPATCH@
+diff -urNad pyqwt3d-0.1.7~cvs20090625~/sip/qwt3d_plot.sip pyqwt3d-0.1.7~cvs20090625/sip/qwt3d_plot.sip
+--- pyqwt3d-0.1.7~cvs20090625~/sip/qwt3d_plot.sip 2008-11-02 09:57:02.000000000 +0100
++++ pyqwt3d-0.1.7~cvs20090625/sip/qwt3d_plot.sip 2009-06-26 15:52:56.000000000 +0200
+@@ -41,7 +41,7 @@
+
+ %ConvertToSubClassCode
+ static struct class_graph {
+- char *name;
++ const char *name;
+ sipWrapperType **type;
+ int yes, no;
+ } graph[] = {
Property changes on: packages/pyqwt3d/trunk/debian/patches/03_fix_const_char.dpatch
___________________________________________________________________
Added: svn:executable
+ *
More information about the Python-modules-commits
mailing list