[Python-modules-commits] [pythonqt] 01/01: Prepare new experimental upload
Jonathan Cristopher Carter
jcc at moszumanska.debian.org
Thu Aug 24 11:34:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
jcc pushed a commit to branch master
in repository pythonqt.
commit c61ce59823639887c6e41cc640348d28483f38ff
Author: Jonathan Carter <jcarter at linux.com>
Date: Thu Aug 24 13:34:25 2017 +0200
Prepare new experimental upload
---
debian/changelog | 10 +++++++++-
debian/control | 4 +++-
debian/libpythonqt-dev.install | 2 +-
debian/patches/fix-string-literals | 23 +----------------------
4 files changed, 14 insertions(+), 25 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index be21952..552d692 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,15 @@
+pythonqt (3.2-1~exp2) experimental; urgency=medium
+
+ * Package adopted by DPMT (Closes: #705207)
+ * New build-deps: libpulse-dev, libgtk2.0-dev
+ * Tidy up patch headers: fix-string-literals
+
+ -- Jonathan Carter <jcc at debian.org> Wed, 23 Aug 2017 11:30:26 +0200
+
pythonqt (3.2-1~exp1) experimental; urgency=medium
* New upstream release
- * Adopting package as part of Python team (DMPT)
+ * Adopting package as part of Python team (DPMT)
- debian/control: Setting new maintainer and uploader
- debian/copyright: Update with new maintainer
* Update compat level to 10
diff --git a/debian/control b/debian/control
index ed0d1ef..2a1e8e3 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,10 @@ Section: libs
Priority: optional
Build-Depends: cmake,
debhelper (>= 10),
+ libgtk2.0-dev,
+ libpulse-dev,
libpythonqt-dev,
+ libqt5designer5,
libqt5multimediawidgets5,
libqt5opengl5-dev,
libqt5svg5-dev,
@@ -15,7 +18,6 @@ Build-Depends: cmake,
pyqt5-dev-tools,
python-dev,
python3-pyside.qtuitools,
- libqt5designer5,
qt5-qmake,
qtbase5-private-dev,
qtdeclarative5-dev,
diff --git a/debian/libpythonqt-dev.install b/debian/libpythonqt-dev.install
index f701714..7ddf4e4 100644
--- a/debian/libpythonqt-dev.install
+++ b/debian/libpythonqt-dev.install
@@ -1,2 +1,2 @@
-src/*.h usr/include/PythonQt
lib/libPythonQt*.so usr/lib/
+src/*.h usr/include/PythonQt
diff --git a/debian/patches/fix-string-literals b/debian/patches/fix-string-literals
index 990561d..6ac8fd0 100644
--- a/debian/patches/fix-string-literals
+++ b/debian/patches/fix-string-literals
@@ -1,31 +1,10 @@
Description: fix-string-literals
Debug and error messages are unquoted, resulting in a compilation security
- warning that results in a fail to build.
+ warning that results in a failure to build.
.
This patch replaces (msg) with ("%", msg) which makes the strings safer
and fixes the build failure.
- .
- pythonqt (3.2-1) unstable; urgency=medium
- .
- * New upstream release
- * Adopting package as part of Python team (DMPT)
- - debian/control: Setting new maintainer and uploader
- - debian/copyright: Update with new maintainer
- * Update compat level to 10
- * Update standards version to 4.1.0.0
- * Update debian/copyright to copyright-format 1.0
- * Remove ancient breaks/replace
- * Build against qt5 instead of qt4 (Closes: #832610)
- * Switch build system from cmake to qmake
- - Remove unneeded patches
- - Update debian/rules
Author: Jonathan Carter <jcc at debian.org>
-Bug-Debian: https://bugs.debian.org/832610
-
----
-
-Origin: debian
-Last-Update: 2017-08-22
--- pythonqt-3.2.orig/generated_cpp_56/com_trolltech_qt_core/com_trolltech_qt_core1.cpp
+++ pythonqt-3.2/generated_cpp_56/com_trolltech_qt_core/com_trolltech_qt_core1.cpp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pythonqt.git
More information about the Python-modules-commits
mailing list