[Python-modules-commits] [pythonqt] 01/01: Fix typo in control file
Jonathan Cristopher Carter
jcc at moszumanska.debian.org
Thu Sep 14 08:32:33 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 95bebcaaf336a9950ca16f115b515497ab643baf
Author: Jonathan Carter <jcarter at linux.com>
Date: Thu Sep 14 10:32:40 2017 +0200
Fix typo in control file
---
debian/changelog | 12 ++++++++++++
debian/control | 6 +++---
2 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3bc0115..983a061 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+pythonqt (3.2-3) unstable; urgency=medium
+
+ * debian/control: fix typo 's/libpythont/libpythonqt/g' (Closes: 875680)
+
+ -- Jonathan Carter <jcc at debian.org> Thu, 14 Sep 2017 10:20:04 +0200
+
+pythonqt (3.2-2) unstable; urgency=medium
+
+ * Update description from "Qt 4.x" to "Qt 5.x" (Closes: #875108)
+
+ -- Jonathan Carter <jcc at debian.org> Wed, 13 Sep 2017 09:49:28 +0200
+
pythonqt (3.2-1) unstable; urgency=medium
* Upload to unstable (no changes)
diff --git a/debian/control b/debian/control
index 2a1e8e3..8ad82bc 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Build-Depends: cmake,
qtdeclarative5-dev,
qtmultimedia5-dev,
qttools5-dev
-Standards-Version: 4.1.0.0
+Standards-Version: 4.1.0
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pythonqt.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/pythonqt.git
Homepage: http://pythonqt.sourceforge.net
@@ -35,7 +35,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Dynamic Python binding for the Qt framework - runtime
PythonQt offers an easy way to embed the Python scripting language into a
C++ Qt applications. It makes heavy use of the QMetaObject system and thus
- requires Qt 4.x.
+ requires Qt 5.x.
The focus of PythonQt is on embedding Python into an existing C++ application,
not on writing the whole application completely in Python. If you want to write
your whole application in Python, you should use PyQt or PySide instead.
@@ -54,7 +54,7 @@ Depends: libpythonqt3.2 (= ${binary:Version}),
Description: Dynamic Python binding for the Qt framework - development
PythonQt offers an easy way to embed the Python scripting language into a
C++ Qt applications. It makes heavy use of the QMetaObject system and thus
- requires Qt 4.x.
+ requires Qt 5.x.
The focus of PythonQt is on embedding Python into an existing C++ application,
not on writing the whole application completely in Python. If you want to write
your whole application in Python, you should use PyQt or PySide instead.
--
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