[Pgp-tools-commit] r593 - in trunk: debian keylookup

Guilhem Moulin guilhem-guest at moszumanska.debian.org
Thu Apr 3 18:41:12 UTC 2014


Author: guilhem-guest
Date: 2014-04-03 18:41:12 +0000 (Thu, 03 Apr 2014)
New Revision: 593

Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/keylookup/keylookup
Log:
Update the Vcs-Svn and Vcs-Browser to canonical URIs.

See https://lists.debian.org/debian-devel-announce/2011/05/msg00009.html .
Fixes the following lintian informational tag:

    vcs-field-not-canonical http://svn.debian.org/wsvn/pgp-tools http://anonscm.debian.org/viewvc/pgp-tools

However as of today the suggested svn://anonscm.debian.org/pgp-tools/trunk
does not work as Vcs-Browser.  See

  https://lists.debian.org/debian-devel/2014/03/msg00027.html

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2014-04-03 18:41:09 UTC (rev 592)
+++ trunk/debian/changelog	2014-04-03 18:41:12 UTC (rev 593)
@@ -6,6 +6,8 @@
   * gpgwrap:
     + Import the default Debian CPPFLAGS defined by dpkg-buildflags, which
       makes lintian stop emitting the 'hardening-no-fortify-functions' tag.
+  * debian.control:
+    + Update the Vcs-Svn and Vcs-Browser to canonical URIs.
 
  -- Guilhem Moulin <guilhem at guilhem.org>  Thu, 03 Apr 2014 11:50:02 +0200
 

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2014-04-03 18:41:09 UTC (rev 592)
+++ trunk/debian/control	2014-04-03 18:41:12 UTC (rev 593)
@@ -9,8 +9,8 @@
 Build-Conflicts: autoconf2.13, automake1.4
 Standards-Version: 3.9.5
 Homepage: http://pgp-tools.alioth.debian.org/
-Vcs-Svn: svn://svn.debian.org/svn/pgp-tools/trunk
-Vcs-Browser: http://svn.debian.org/wsvn/pgp-tools
+Vcs-Svn: svn://anonscm.debian.org/svn/pgp-tools/trunk
+Vcs-Browser: http://anonscm.debian.org/viewvc/pgp-tools
 
 Package: signing-party
 Architecture: any

Modified: trunk/keylookup/keylookup
===================================================================
--- trunk/keylookup/keylookup	2014-04-03 18:41:09 UTC (rev 592)
+++ trunk/keylookup/keylookup	2014-04-03 18:41:12 UTC (rev 593)
@@ -21,8 +21,8 @@
 #
 # Keylookup is part of pgp-tools:
 #           http://pgp-tools.alioth.debian.org/
-#           svn://svn.debian.org/pgp-tools/trunk/
-#           http://svn.debian.org/wsvn/pgp-tools/trunk/
+#           svn://anonscm.debian.org/svn/pgp-tools/trunk
+#           http://anonscm.debian.org/viewvc/pgp-tools/trunk/
 
 delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
 $|=1; # Always flush buffers




More information about the Pgp-tools-commit mailing list