[Python-apps-commits] r14163 - in packages/vdirsyncer/trunk/debian (changelog control)

jelmer at users.alioth.debian.org jelmer at users.alioth.debian.org
Mon Jul 3 01:10:46 UTC 2017


    Date: Monday, July 3, 2017 @ 01:10:45
  Author: jelmer
Revision: 14163

Add changelog messages for changes that accidentally came in with previous commit :(

* Refresh patches
* Bump standards version to 4.0.0
* Set minimum Python 3 version in d/control
* Force use of Python 3 version of sphinx-build in d/rules

Modified:
  packages/vdirsyncer/trunk/debian/changelog
  packages/vdirsyncer/trunk/debian/control

Modified: packages/vdirsyncer/trunk/debian/changelog
===================================================================
--- packages/vdirsyncer/trunk/debian/changelog	2017-07-03 01:05:09 UTC (rev 14162)
+++ packages/vdirsyncer/trunk/debian/changelog	2017-07-03 01:10:45 UTC (rev 14163)
@@ -2,6 +2,13 @@
 
   * New upstream release.
   * Add myself to uploaders.
+  * Refresh patches
+    + 0001-Don-t-use-subtest.patch
+    + 0003-Skip-SSL-tests.patch
+    + 0004-Suppress-HealthCheck.too_slow-to-fix-build-on-slow-p.patch
+  * d/control: Per upstream, mark as supporting Python >= 3.3.
+  * d/rules: Force use of Python3 version of sphinx-build.
+  * Bump standards version to 4.0.0 (no changes).
 
  -- Jelmer Vernooij <jelmer at debian.org>  Mon, 03 Jul 2017 00:44:12 +0000
 

Modified: packages/vdirsyncer/trunk/debian/control
===================================================================
--- packages/vdirsyncer/trunk/debian/control	2017-07-03 01:05:09 UTC (rev 14162)
+++ packages/vdirsyncer/trunk/debian/control	2017-07-03 01:10:45 UTC (rev 14163)
@@ -21,7 +21,8 @@
                python3-setuptools-scm,
                python3-sphinx,
                python3-sphinx-rtd-theme
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
+X-Python3-Version: >= 3.3
 Homepage: https://github.com/pimutils/vdirsyncer
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/vdirsyncer/trunk/
 Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/vdirsyncer/trunk/




More information about the Python-apps-commits mailing list