[med-svn] r20731 - in trunk/packages/pythonqt/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Fri Dec 11 10:56:35 UTC 2015


Author: tille
Date: 2015-12-11 10:56:34 +0000 (Fri, 11 Dec 2015)
New Revision: 20731

Modified:
   trunk/packages/pythonqt/trunk/debian/changelog
   trunk/packages/pythonqt/trunk/debian/control
   trunk/packages/pythonqt/trunk/debian/libpythonqt-dev.install
   trunk/packages/pythonqt/trunk/debian/patches/cmakebuildsystem.patch
   trunk/packages/pythonqt/trunk/debian/rules
Log:
  [ Florian Will ]
  * build wrapper for every supported Qt class
    Closes: #755901
  * install gui/PythonQtScriptingConsole.h
    Closes: #755849



Modified: trunk/packages/pythonqt/trunk/debian/changelog
===================================================================
--- trunk/packages/pythonqt/trunk/debian/changelog	2015-12-11 10:32:48 UTC (rev 20730)
+++ trunk/packages/pythonqt/trunk/debian/changelog	2015-12-11 10:56:34 UTC (rev 20731)
@@ -1,10 +1,17 @@
 pythonqt (3.0-1) UNRELEASED; urgency=medium
 
+  [ Andreas Tille ]
   * New upstream version
   * Add myself to uploaders
   * cme fix dpkg-control
   * Adapt package name to library version
 
+  [ Florian Will ]
+  * build wrapper for every supported Qt class
+    Closes: #755901
+  * install gui/PythonQtScriptingConsole.h
+    Closes: #755849
+
  -- Andreas Tille <tille at debian.org>  Fri, 11 Dec 2015 11:09:50 +0100
 
 pythonqt (2.1.0~svn247-1) unstable; urgency=low

Modified: trunk/packages/pythonqt/trunk/debian/control
===================================================================
--- trunk/packages/pythonqt/trunk/debian/control	2015-12-11 10:32:48 UTC (rev 20730)
+++ trunk/packages/pythonqt/trunk/debian/control	2015-12-11 10:56:34 UTC (rev 20731)
@@ -8,7 +8,9 @@
                cmake,
                python-dev,
                qt4-qmake,
-               libqt4-dev
+               libqt4-dev,
+               libqt4-opengl-dev,
+               libqtwebkit-dev
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/pythonqt/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/pythonqt/trunk/

Modified: trunk/packages/pythonqt/trunk/debian/libpythonqt-dev.install
===================================================================
--- trunk/packages/pythonqt/trunk/debian/libpythonqt-dev.install	2015-12-11 10:32:48 UTC (rev 20730)
+++ trunk/packages/pythonqt/trunk/debian/libpythonqt-dev.install	2015-12-11 10:56:34 UTC (rev 20731)
@@ -1,2 +1,3 @@
 usr/lib/libPythonQt.so
 usr/include/PythonQt/*.h
+usr/include/PythonQt/*/*.h

Modified: trunk/packages/pythonqt/trunk/debian/patches/cmakebuildsystem.patch
===================================================================
--- trunk/packages/pythonqt/trunk/debian/patches/cmakebuildsystem.patch	2015-12-11 10:32:48 UTC (rev 20730)
+++ trunk/packages/pythonqt/trunk/debian/patches/cmakebuildsystem.patch	2015-12-11 10:56:34 UTC (rev 20731)
@@ -33,3 +33,9 @@
  
  #
  # That should solve linkage error on Mac when the project is used in a superbuild setup
+@@ -238,3 +250,5 @@ install(TARGETS PythonQt
+         LIBRARY DESTINATION lib
+         ARCHIVE DESTINATION lib)
+ install(FILES ${headers} DESTINATION include/PythonQt)
++install(FILES src/gui/PythonQtScriptingConsole.h DESTINATION include/PythonQt/gui)
++

Modified: trunk/packages/pythonqt/trunk/debian/rules
===================================================================
--- trunk/packages/pythonqt/trunk/debian/rules	2015-12-11 10:32:48 UTC (rev 20730)
+++ trunk/packages/pythonqt/trunk/debian/rules	2015-12-11 10:56:34 UTC (rev 20731)
@@ -7,5 +7,8 @@
 %:
 	dh $@ --parallel --buildsystem=cmake
 
+override_dh_auto_configure:
+	dh_auto_configure -- -DPythonQt_Wrap_QtAll=ON
+
 get-orig-source:
 	uscan --verbose --force-download --repack --compress xz




More information about the debian-med-commit mailing list