[Python-apps-commits] r13319 - in packages/pychecker/trunk/debian (3 files)

pronovic at users.alioth.debian.org pronovic at users.alioth.debian.org
Mon Jun 20 21:40:56 UTC 2016


    Date: Monday, June 20, 2016 @ 21:40:55
  Author: pronovic
Revision: 13319

Try to quiet linitan over insecure URLs

Added:
  packages/pychecker/trunk/debian/pychecker.lintian-overrides
Modified:
  packages/pychecker/trunk/debian/changelog
  packages/pychecker/trunk/debian/control

Modified: packages/pychecker/trunk/debian/changelog
===================================================================
--- packages/pychecker/trunk/debian/changelog	2016-06-20 21:31:53 UTC (rev 13318)
+++ packages/pychecker/trunk/debian/changelog	2016-06-20 21:40:55 UTC (rev 13319)
@@ -1,6 +1,8 @@
 pychecker (0.8.19-12) unstable; urgency=medium
 
   * Bump standards version to 3.9.8.0 (no packaging changes).
+  * Update debian/control to make Vcs-Browser use https, to quiet Lintian.
+  * Add Lintian override for the Vcs-Svn field, since it can't be secure.
 
  -- Kenneth J. Pronovici <pronovic at debian.org>  Mon, 20 Jun 2016 21:28:22 +0000
 

Modified: packages/pychecker/trunk/debian/control
===================================================================
--- packages/pychecker/trunk/debian/control	2016-06-20 21:31:53 UTC (rev 13318)
+++ packages/pychecker/trunk/debian/control	2016-06-20 21:40:55 UTC (rev 13319)
@@ -5,7 +5,7 @@
 Uploaders: Kenneth J. Pronovici <pronovic at debian.org>, Sandro Tosi <morph at debian.org>
 Homepage: http://pychecker.sourceforge.net/
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pychecker/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/pychecker/trunk/
+Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/pychecker/trunk/
 Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~)
 Standards-Version: 3.9.8.0
 X-Python-Version: >= 2.1

Added: packages/pychecker/trunk/debian/pychecker.lintian-overrides
===================================================================
--- packages/pychecker/trunk/debian/pychecker.lintian-overrides	                        (rev 0)
+++ packages/pychecker/trunk/debian/pychecker.lintian-overrides	2016-06-20 21:40:55 UTC (rev 13319)
@@ -0,0 +1 @@
+pychecker source: vcs-field-uses-insecure-uri vcs-svn svn://anonscm.debian.org/viewvc/python-apps/packages/pychecker/trunk/




More information about the Python-apps-commits mailing list