[Python-modules-commits] r31881 - in packages/pyotherside/trunk/debian (changelog control rules)

zyga-guest at users.alioth.debian.org zyga-guest at users.alioth.debian.org
Thu Feb 19 17:39:25 UTC 2015


    Date: Thursday, February 19, 2015 @ 17:39:21
  Author: zyga-guest
Revision: 31881

* debian/control: Remove build dependency on qt5-default
* debian/control: Updated Standards-Version to 3.9.6
* debian/control: Adding myself as Uploader
* debian/rules: Fixed some lintian errors

Modified:
  packages/pyotherside/trunk/debian/changelog
  packages/pyotherside/trunk/debian/control
  packages/pyotherside/trunk/debian/rules

Modified: packages/pyotherside/trunk/debian/changelog
===================================================================
--- packages/pyotherside/trunk/debian/changelog	2015-02-16 18:41:06 UTC (rev 31880)
+++ packages/pyotherside/trunk/debian/changelog	2015-02-19 17:39:21 UTC (rev 31881)
@@ -1,10 +1,17 @@
-pyotherside (1.3.0-1) UNRELEASED; urgency=medium
+pyotherside (1.4.0-1ubuntu1) UNRELEASED; urgency=medium
 
+  [ Marco Trevisan (Treviño) ]
   * New upstream release
+  * debian/control: Remove build dependency on qt5-default
+  * debian/control: Updated Standards-Version to 3.9.6
+  * debian/control: Adding myself as Uploader
+  * debian/rules: Fixed some lintian errors
+
+  [ Zygmunt Krynicki ]
   * debian/control: remove DPMT from uploaders (requested by Piotr Ożarowski)
   * debian/control: start short description with lower-case letter 
 
- -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com>  Thu, 24 Jul 2014 14:58:48 +0200
+ -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com>  Thu, 19 Feb 2015 18:38:54 +0100
 
 pyotherside (1.2.0-1) unstable; urgency=medium
 

Modified: packages/pyotherside/trunk/debian/control
===================================================================
--- packages/pyotherside/trunk/debian/control	2015-02-16 18:41:06 UTC (rev 31880)
+++ packages/pyotherside/trunk/debian/control	2015-02-19 17:39:21 UTC (rev 31881)
@@ -2,18 +2,18 @@
 Section: libs
 Priority: optional
 Maintainer: Zygmunt Krynicki <zygmunt.krynicki at canonical.com>
+Uploaders: Marco Trevisan (Treviño) <marco at ubuntu.com>
 Build-Depends: debhelper (>= 9),
                python3,
                python3-dev,
                python3-sphinx,
-               qt5-default,
                qt5-qmake,
                qtbase5-dev,
                qtdeclarative5-dev,
                xauth,
                xvfb
-Standards-Version: 3.9.5
-X-Python3-Version: >= 3.2
+Standards-Version: 3.9.6
+X-Python3-Version: >= 3.3
 XS-Testsuite: autopkgtest
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyotherside/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyotherside/trunk/
@@ -53,7 +53,7 @@
 Architecture: all
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Description: Asynchronous Python 3 Bindings for Qt 5 (documentation)
+Description: asynchronous Python 3 Bindings for Qt 5 (documentation)
  A Qt 5 QML Plugin that provides access to a Python 3 interpreter from QML.
  .
  PyOtherSide is a Qt 5 QML Plugin that provides access to a Python 3

Modified: packages/pyotherside/trunk/debian/rules
===================================================================
--- packages/pyotherside/trunk/debian/rules	2015-02-16 18:41:06 UTC (rev 31880)
+++ packages/pyotherside/trunk/debian/rules	2015-02-19 17:39:21 UTC (rev 31881)
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all'
+export QT_SELECT=qt5
+
 %:
 	dh $@ --with=sphinxdoc
 




More information about the Python-modules-commits mailing list