[Python-modules-commits] r8381 - in packages/pyqwt5/trunk/debian (3 files)

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Thu May 7 10:55:53 UTC 2009


    Date: Thursday, May 7, 2009 @ 10:55:52
  Author: gudjon-guest
Revision: 8381

Ready for release

Added:
  packages/pyqwt5/trunk/debian/patches/03_fix_QwtMemArray.dpatch
Modified:
  packages/pyqwt5/trunk/debian/changelog
  packages/pyqwt5/trunk/debian/patches/00list

Modified: packages/pyqwt5/trunk/debian/changelog
===================================================================
--- packages/pyqwt5/trunk/debian/changelog	2009-05-06 16:12:13 UTC (rev 8380)
+++ packages/pyqwt5/trunk/debian/changelog	2009-05-07 10:55:52 UTC (rev 8381)
@@ -1,4 +1,4 @@
-pyqwt5 (5.1.0.dfsg-2) UNRELEASED; urgency=low
+pyqwt5 (5.1.0.dfsg-2) unstable; urgency=low
 
   [ Sandro Tosi ]
   * debian/control
@@ -15,8 +15,12 @@
   * Bump Standards-Version to 3.8.1, no changes needed.
   * Fix build-target dependencies in debian/rules. 
 
- -- Bernd Zeimetz <bzed at debian.org>  Wed, 06 May 2009 11:06:23 +0200
+  [ Gudjon I. Gudjonsson ]
+  * Add patch 03_fix_QwtMemArray. Needed for compilation.
+  * Upgrade to python-support system closes bug (Closes: #525838)
 
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Thu, 07 May 2009 12:55:22 +0200
+
 pyqwt5 (5.1.0.dfsg-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/pyqwt5/trunk/debian/patches/00list
===================================================================
--- packages/pyqwt5/trunk/debian/patches/00list	2009-05-06 16:12:13 UTC (rev 8380)
+++ packages/pyqwt5/trunk/debian/patches/00list	2009-05-07 10:55:52 UTC (rev 8381)
@@ -1 +1,2 @@
 01_configure
+03_fix_QwtMemArray

Added: packages/pyqwt5/trunk/debian/patches/03_fix_QwtMemArray.dpatch
===================================================================
--- packages/pyqwt5/trunk/debian/patches/03_fix_QwtMemArray.dpatch	                        (rev 0)
+++ packages/pyqwt5/trunk/debian/patches/03_fix_QwtMemArray.dpatch	2009-05-07 10:55:52 UTC (rev 8381)
@@ -0,0 +1,27 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_fix_QwtMemArray.dpatch by  <gudjon at gudjon.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: The content has to be commented out for the package to compile
+
+ at DPATCH@
+diff -urNad pyqwt5-5.1.0.dfsg~/sip/qwt5qt3/common/QwtMemArray.sip pyqwt5-5.1.0.dfsg/sip/qwt5qt3/common/QwtMemArray.sip
+--- pyqwt5-5.1.0.dfsg~/sip/qwt5qt3/common/QwtMemArray.sip	2007-01-21 16:02:27.000000000 +0100
++++ pyqwt5-5.1.0.dfsg/sip/qwt5qt3/common/QwtMemArray.sip	2009-05-07 08:45:37.000000000 +0200
+@@ -31,6 +31,7 @@
+ 
+ 
+ // QMemArray<TYPE> is implemented as a Python list.
++/*
+ template<TYPE>
+ %MappedType QMemArray<TYPE>
+ {
+@@ -86,7 +87,7 @@
+     return sipGetState(sipTransferObj);
+ %End
+ }; // template<TYPE> %MappedType QMemArray<TYPE>
+-  
++*/  
+ 
+ // Local Variables:
+ // mode: C++


Property changes on: packages/pyqwt5/trunk/debian/patches/03_fix_QwtMemArray.dpatch
___________________________________________________________________
Added: svn:executable
   + *




More information about the Python-modules-commits mailing list