~ubuntu-branches/ubuntu/quantal/pyqwt3d/quantal

« back to all changes in this revision

Viewing changes to debian/patches/03_fix_const_char.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Gudjon I. Gudjonsson
  • Date: 2011-03-25 09:34:10 UTC
  • mfrom: (3.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110325093410-d3r61hdsu7xuyqq3
Tags: 0.1.7~cvs20090625-6
Remove dependency on python-qt-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 03.dpatch by  <gudjon@gudjon.org>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: This patch fixes compilation with sip 4.8.1
6
 
 
7
 
@DPATCH@
8
 
diff -urNad pyqwt3d-0.1.7~cvs20090625~/sip/qwt3d_plot.sip pyqwt3d-0.1.7~cvs20090625/sip/qwt3d_plot.sip
9
 
--- pyqwt3d-0.1.7~cvs20090625~/sip/qwt3d_plot.sip       2008-11-02 09:57:02.000000000 +0100
10
 
+++ pyqwt3d-0.1.7~cvs20090625/sip/qwt3d_plot.sip        2009-06-26 15:52:56.000000000 +0200
11
 
@@ -41,7 +41,7 @@
12
 
 
13
 
 %ConvertToSubClassCode
14
 
     static struct class_graph {
15
 
-        char *name;
16
 
+        const char *name;
17
 
         sipWrapperType **type;
18
 
         int yes, no;
19
 
     } graph[] = {