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

Andreas Tille tille at moszumanska.debian.org
Mon Jul 4 20:02:56 UTC 2016


Author: tille
Date: 2016-07-04 20:02:56 +0000 (Mon, 04 Jul 2016)
New Revision: 22360

Added:
   trunk/packages/pythonqt/trunk/debian/patches/add_missing_header.patch
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/series
   trunk/packages/pythonqt/trunk/debian/rules
   trunk/packages/pythonqt/trunk/debian/watch
Log:
Fix bug but orphan package since its not used by any package any more and there is no point to package it in Debian Med


Modified: trunk/packages/pythonqt/trunk/debian/changelog
===================================================================
--- trunk/packages/pythonqt/trunk/debian/changelog	2016-07-04 19:03:45 UTC (rev 22359)
+++ trunk/packages/pythonqt/trunk/debian/changelog	2016-07-04 20:02:56 UTC (rev 22360)
@@ -1,9 +1,12 @@
-pythonqt (3.0-2) UNRELEASED; urgency=medium
+pythonqt (3.0-2) unstable; urgency=medium
 
-  * Manually add PythonQtUtils.h which is somehow missing in the install
-    process.
+  * Orphan the package
+  * Add PythonQtUtils.h which is somehow missing in CMakeLists.txt
+    (Thanks for the hint to alex)
     Closes: #826966
   * cme fix dpkg-control
+  * hardening=+bindnow
+  * automatically use xz compression
 
  -- Andreas Tille <tille at debian.org>  Mon, 04 Jul 2016 17:02:27 +0200
 

Modified: trunk/packages/pythonqt/trunk/debian/control
===================================================================
--- trunk/packages/pythonqt/trunk/debian/control	2016-07-04 19:03:45 UTC (rev 22359)
+++ trunk/packages/pythonqt/trunk/debian/control	2016-07-04 20:02:56 UTC (rev 22360)
@@ -1,7 +1,5 @@
 Source: pythonqt
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Dominique Belhachemi <domibel at debian.org>,
-           Andreas Tille <tille at debian.org>
+Maintainer: Debian QA Group <packages at qa.debian.org>
 Section: libs
 Priority: optional
 Build-Depends: debhelper (>= 9),

Modified: trunk/packages/pythonqt/trunk/debian/libpythonqt-dev.install
===================================================================
--- trunk/packages/pythonqt/trunk/debian/libpythonqt-dev.install	2016-07-04 19:03:45 UTC (rev 22359)
+++ trunk/packages/pythonqt/trunk/debian/libpythonqt-dev.install	2016-07-04 20:02:56 UTC (rev 22360)
@@ -1,4 +1,3 @@
 usr/lib/libPythonQt.so
 usr/include/PythonQt/*.h
 usr/include/PythonQt/*/*.h
-src/PythonQtUtils.h	usr/include/PythonQt

Added: trunk/packages/pythonqt/trunk/debian/patches/add_missing_header.patch
===================================================================
--- trunk/packages/pythonqt/trunk/debian/patches/add_missing_header.patch	                        (rev 0)
+++ trunk/packages/pythonqt/trunk/debian/patches/add_missing_header.patch	2016-07-04 20:02:56 UTC (rev 22360)
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Mon, 04 Jul 2016 17:02:27 +0200
+Bug-Debian: https://bugs.debian.org/826966
+Description: Add missing header file
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -141,6 +141,7 @@ set(headers
+     src/PythonQtStdIn.h
+     src/PythonQtStdOut.h
+     src/PythonQtSystem.h
++    src/PythonQtUtils.h
+     src/PythonQtVariants.h
+     src/PythonQtPythonInclude.h
+     generated_cpp${generated_cpp_suffix}/PythonQt_QtBindings.h

Modified: trunk/packages/pythonqt/trunk/debian/patches/series
===================================================================
--- trunk/packages/pythonqt/trunk/debian/patches/series	2016-07-04 19:03:45 UTC (rev 22359)
+++ trunk/packages/pythonqt/trunk/debian/patches/series	2016-07-04 20:02:56 UTC (rev 22360)
@@ -1 +1,2 @@
 cmakebuildsystem.patch
+add_missing_header.patch

Modified: trunk/packages/pythonqt/trunk/debian/rules
===================================================================
--- trunk/packages/pythonqt/trunk/debian/rules	2016-07-04 19:03:45 UTC (rev 22359)
+++ trunk/packages/pythonqt/trunk/debian/rules	2016-07-04 20:02:56 UTC (rev 22360)
@@ -4,11 +4,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
 %:
 	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

Modified: trunk/packages/pythonqt/trunk/debian/watch
===================================================================
--- trunk/packages/pythonqt/trunk/debian/watch	2016-07-04 19:03:45 UTC (rev 22359)
+++ trunk/packages/pythonqt/trunk/debian/watch	2016-07-04 20:02:56 UTC (rev 22360)
@@ -1,2 +1,3 @@
 version=3
-http://sf.net/pythonqt/PythonQt([\d\.]+)\.zip
+opts="repack,compression=xz" \
+   http://sf.net/pythonqt/PythonQt([\d\.]+)\.zip




More information about the debian-med-commit mailing list