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

fpytloun-guest at users.alioth.debian.org fpytloun-guest at users.alioth.debian.org
Thu Sep 7 08:33:28 UTC 2017


    Date: Thursday, September 7, 2017 @ 08:33:27
  Author: fpytloun-guest
Revision: 14377

New version

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

Modified: packages/vdirsyncer/trunk/debian/changelog
===================================================================
--- packages/vdirsyncer/trunk/debian/changelog	2017-09-05 14:44:47 UTC (rev 14376)
+++ packages/vdirsyncer/trunk/debian/changelog	2017-09-07 08:33:27 UTC (rev 14377)
@@ -1,3 +1,11 @@
+vdirsyncer (0.16.2-4) unstable; urgency=medium
+
+  * New upstream release
+  * Fix lintian warning by removing extra license file
+  * Require python-click-log >= 0.2.0
+
+ -- Filip Pytloun <filip at pytloun.cz>  Wed, 06 Sep 2017 13:10:47 +0200
+
 vdirsyncer (0.16.0-3) unstable; urgency=medium
 
   * Update patch

Modified: packages/vdirsyncer/trunk/debian/control
===================================================================
--- packages/vdirsyncer/trunk/debian/control	2017-09-05 14:44:47 UTC (rev 14376)
+++ packages/vdirsyncer/trunk/debian/control	2017-09-07 08:33:27 UTC (rev 14377)
@@ -9,7 +9,7 @@
                python3-all,
                python3-atomicwrites (>= 0.1.7),
                python3-click (>= 5.0),
-               python3-click-log (>= 0.1.3),
+               python3-click-log (>= 0.2.0),
                python3-click-threading (>= 0.2),
                python3-hypothesis (>= 3.1),
                python3-lxml,

Modified: packages/vdirsyncer/trunk/debian/rules
===================================================================
--- packages/vdirsyncer/trunk/debian/rules	2017-09-05 14:44:47 UTC (rev 14376)
+++ packages/vdirsyncer/trunk/debian/rules	2017-09-07 08:33:27 UTC (rev 14377)
@@ -16,6 +16,7 @@
 	dh_sphinxdoc -O--buildsystem=python_distutils
 	# Remove unwanted license file, we already reference d/copyright
 	rm -f $(CURDIR)/debian/vdirsyncer-doc/usr/share/doc/vdirsyncer-doc/html/_sources/license.txt
+	rm -f $(CURDIR)/debian/vdirsyncer-doc/usr/share/doc/vdirsyncer-doc/html/_sources/license.rst.txt
 endif
 
 override_dh_auto_test:




More information about the Python-apps-commits mailing list