[Pgp-tools-commit] r839 - in trunk: caff debian gpg-key2latex gpg-key2ps gpglist gpgsigs keylookup

Guilhem Moulin guilhem-guest at moszumanska.debian.org
Thu Feb 18 22:33:34 UTC 2016


Author: guilhem-guest
Date: 2016-02-18 22:33:34 +0000 (Thu, 18 Feb 2016)
New Revision: 839

Modified:
   trunk/caff/caff
   trunk/debian/changelog
   trunk/debian/control
   trunk/gpg-key2latex/gpg-key2latex
   trunk/gpg-key2ps/gpg-key2ps
   trunk/gpglist/gpglist
   trunk/gpgsigs/gpgsigs
   trunk/keylookup/keylookup
   trunk/keylookup/keylookup.1
Log:
Replace "http://" with "https://" in the Homepage and Vcs-Browser fields.

Modified: trunk/caff/caff
===================================================================
--- trunk/caff/caff	2016-02-18 22:33:29 UTC (rev 838)
+++ trunk/caff/caff	2016-02-18 22:33:34 UTC (rev 839)
@@ -405,7 +405,7 @@
 
 =head1 WEBSITE
 
-http://pgp-tools.alioth.debian.org/
+https://pgp-tools.alioth.debian.org/
 
 =head1 SEE ALSO
 
@@ -436,7 +436,7 @@
 $REVISION_NUMER //= 'unknown';
 my $VERSION = "0.0.0.$REVISION_NUMER";
 my $LOCALE = Encode::find_encoding(langinfo(I18N::Langinfo::CODESET()));
-my $USER_AGENT = "caff $VERSION - http://pgp-tools.alioth.debian.org/";
+my $USER_AGENT = "caff $VERSION - https://pgp-tools.alioth.debian.org/";
 
 # Global variables
 my @KEYIDS;

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2016-02-18 22:33:29 UTC (rev 838)
+++ trunk/debian/changelog	2016-02-18 22:33:34 UTC (rev 839)
@@ -3,6 +3,8 @@
   * debian.control:
     + Replace "Suggests: fonts-droid" by "Suggests: fonts-noto-mono,
       fonts-noto-cjk".  (Closes: #804689)
+    + Replace "http://" with "https://" in the Homepage and Vcs-Browser
+      fields.
   * caff:
     + Replace a hash slice with a reverse map for compatibility with Perl
       older than 5.20.  Patch from Gregor Jasny.  (Closes: #813469)

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2016-02-18 22:33:29 UTC (rev 838)
+++ trunk/debian/control	2016-02-18 22:33:34 UTC (rev 839)
@@ -6,9 +6,9 @@
  Franck Joncourt <franck at debian.org>
 Build-Depends: debhelper (>= 9), python, dh-python, autoconf, automake1.11, autotools-dev
 Standards-Version: 3.9.6
-Homepage: http://pgp-tools.alioth.debian.org/
+Homepage: https://pgp-tools.alioth.debian.org/
 Vcs-Svn: svn://anonscm.debian.org/pgp-tools/trunk
-Vcs-Browser: http://anonscm.debian.org/viewvc/pgp-tools
+Vcs-Browser: https://anonscm.debian.org/viewvc/pgp-tools
 
 Package: signing-party
 Architecture: any

Modified: trunk/gpg-key2latex/gpg-key2latex
===================================================================
--- trunk/gpg-key2latex/gpg-key2latex	2016-02-18 22:33:29 UTC (rev 838)
+++ trunk/gpg-key2latex/gpg-key2latex	2016-02-18 22:33:34 UTC (rev 839)
@@ -517,7 +517,7 @@
 
 =head1 WEBSITE
 
-L<http://pgp-tools.alioth.debian.org/>
+L<https://pgp-tools.alioth.debian.org/>
 
 =head1 SEE ALSO
 

Modified: trunk/gpg-key2ps/gpg-key2ps
===================================================================
--- trunk/gpg-key2ps/gpg-key2ps	2016-02-18 22:33:29 UTC (rev 838)
+++ trunk/gpg-key2ps/gpg-key2ps	2016-02-18 22:33:34 UTC (rev 839)
@@ -424,11 +424,11 @@
 
 Like B<gpg-key2ps>, but produces LaTeX output instead.
 
-=item http://pgp-tools.alioth.debian.org/
+=item https://pgp-tools.alioth.debian.org/
 
 The homepage of B<gpg-key2ps> and the other tools bundled in B<signing-party>.
 
-=item http://www.debian.org/events/materials/business-cards/
+=item https://www.debian.org/events/materials/business-cards/
 
 B<gpg-key2ps> prints plain fingerprint slips. If you are looking for something
 more stylish, look at these latex templates for business cards that also

Modified: trunk/gpglist/gpglist
===================================================================
--- trunk/gpglist/gpglist	2016-02-18 22:33:29 UTC (rev 838)
+++ trunk/gpglist/gpglist	2016-02-18 22:33:34 UTC (rev 839)
@@ -74,7 +74,7 @@
 
 =head1 WEBSITE
 
-http://pgp-tools.alioth.debian.org/
+https://pgp-tools.alioth.debian.org/
 
 =head1 SEE ALSO
 

Modified: trunk/gpgsigs/gpgsigs
===================================================================
--- trunk/gpgsigs/gpgsigs	2016-02-18 22:33:29 UTC (rev 838)
+++ trunk/gpgsigs/gpgsigs	2016-02-18 22:33:34 UTC (rev 839)
@@ -34,7 +34,7 @@
 	my ($fd) = @_;
 
 	print $fd <<EOF;
-gpgsigs $VERSION- http://pgp-tools.alioth.debian.org/
+gpgsigs $VERSION- https://pgp-tools.alioth.debian.org/
   (c) 2004 Uli Martens <uli\@youam.net>
   (c) 2004, 2005 Peter Palfrader <peter\@palfrader.org>
   (c) 2004, 2005, 2006, 2007 Christoph Berg <cb\@df7cb.de>
@@ -615,7 +615,7 @@
 
 gpg(1), caff(1).
 
-http://pgp-tools.alioth.debian.org/
+https://pgp-tools.alioth.debian.org/
 
 =head1 AUTHORS AND COPYRIGHT
 

Modified: trunk/keylookup/keylookup
===================================================================
--- trunk/keylookup/keylookup	2016-02-18 22:33:29 UTC (rev 838)
+++ trunk/keylookup/keylookup	2016-02-18 22:33:34 UTC (rev 839)
@@ -20,9 +20,9 @@
 #   Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 #
 # Keylookup is part of pgp-tools:
-#           http://pgp-tools.alioth.debian.org/
+#           https://pgp-tools.alioth.debian.org/
 #           svn://anonscm.debian.org/pgp-tools/trunk
-#           http://anonscm.debian.org/viewvc/pgp-tools/trunk/
+#           https://anonscm.debian.org/viewvc/pgp-tools/trunk/
 
 delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
 $|=1; # Always flush buffers

Modified: trunk/keylookup/keylookup.1
===================================================================
--- trunk/keylookup/keylookup.1	2016-02-18 22:33:29 UTC (rev 838)
+++ trunk/keylookup/keylookup.1	2016-02-18 22:33:34 UTC (rev 839)
@@ -102,7 +102,7 @@
 
 .LP
 Please report bugs using the Debian bug tracking system at
-http://bugs.debian.org/.
+https://bugs.debian.org/.
 
 
 .SH AUTHORS




More information about the Pgp-tools-commit mailing list