This is an automated email from the git hooks/post-receive script. pabs pushed a commit to branch master in repository devscripts.
commit b4cd8da5711bf1c182b8688dc181a551592f64b4 Author: Paul Wise <[email protected]> Date: Tue Jul 22 16:44:48 2014 +0800 Update URLs in comments to https where possible --- Devscripts/Compression.pm | 2 +- Devscripts/PackageDeps.pm | 2 +- Devscripts/Packages.pm | 2 +- Devscripts/Set.pm | 2 +- Devscripts/Versort.pm | 2 +- examples/debian.procmail | 2 +- examples/master.procmail | 2 +- scripts/annotate-output.sh | 4 ++-- scripts/archpath.sh | 2 +- scripts/bts.pl | 2 +- scripts/chdist.pl | 2 +- scripts/checkbashisms.pl | 2 +- scripts/cvs-debi.sh | 2 +- scripts/cvs-debrelease.sh | 2 +- scripts/cvs-debuild.pl | 2 +- scripts/dd-list.1 | 2 +- scripts/dd-list.pl | 2 +- scripts/debchange.pl | 4 ++-- scripts/debcheckout.pl | 2 +- scripts/debi.pl | 2 +- scripts/debpkg.pl | 2 +- scripts/debrelease.sh | 2 +- scripts/debrsign.sh | 2 +- scripts/debsign.sh | 2 +- scripts/debsnap.pl | 2 +- scripts/debuild.pl | 2 +- scripts/devscripts/test/test_pylint.py | 2 +- scripts/diff2patches.sh | 2 +- scripts/dpkg-depcheck.pl | 2 +- scripts/dscverify.pl | 2 +- scripts/grep-excuses.pl | 2 +- scripts/licensecheck.pl | 2 +- scripts/mass-bug.pl | 2 +- scripts/mergechanges.sh | 2 +- scripts/mk-origtargz.pl | 2 +- scripts/nmudiff.sh | 2 +- scripts/origtargz.pl | 2 +- scripts/plotchangelog.pl | 2 +- scripts/rc-alert.pl | 2 +- scripts/sadt | 2 +- scripts/uscan.pl | 2 +- scripts/uupdate.sh | 2 +- scripts/who-uploads.sh | 2 +- 43 files changed, 45 insertions(+), 45 deletions(-) diff --git a/Devscripts/Compression.pm b/Devscripts/Compression.pm index 2e493d9..9c01794 100644 --- a/Devscripts/Compression.pm +++ b/Devscripts/Compression.pm @@ -12,7 +12,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. package Devscripts::Compression; diff --git a/Devscripts/PackageDeps.pm b/Devscripts/PackageDeps.pm index c744eb0..5074b0c 100644 --- a/Devscripts/PackageDeps.pm +++ b/Devscripts/PackageDeps.pm @@ -18,7 +18,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. package Devscripts::PackageDeps; use strict; diff --git a/Devscripts/Packages.pm b/Devscripts/Packages.pm index 90ff36d..b321e2f 100644 --- a/Devscripts/Packages.pm +++ b/Devscripts/Packages.pm @@ -14,7 +14,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. package Devscripts::Packages; diff --git a/Devscripts/Set.pm b/Devscripts/Set.pm index 041288e..a350850 100644 --- a/Devscripts/Set.pm +++ b/Devscripts/Set.pm @@ -12,7 +12,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. package Devscripts::Set; diff --git a/Devscripts/Versort.pm b/Devscripts/Versort.pm index 261d232..d74cd13 100644 --- a/Devscripts/Versort.pm +++ b/Devscripts/Versort.pm @@ -11,7 +11,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # The functions in this Perl module are versort, upstream_versort and # deb_versort. They each take as input an array of elements of the form diff --git a/examples/debian.procmail b/examples/debian.procmail index a120ca0..8577740 100644 --- a/examples/debian.procmail +++ b/examples/debian.procmail @@ -12,7 +12,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # # On Debian GNU/Linux systems, the complete text of the GNU General # Public License can be found in `/usr/share/common-licenses/GPL'. diff --git a/examples/master.procmail b/examples/master.procmail index c0615df..8e3a8a8 100644 --- a/examples/master.procmail +++ b/examples/master.procmail @@ -12,7 +12,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # # On Debian GNU/Linux systems, the complete text of the GNU General # Public License can be found in `/usr/share/common-licenses/GPL'. diff --git a/scripts/annotate-output.sh b/scripts/annotate-output.sh index c34cd90..f260b95 100755 --- a/scripts/annotate-output.sh +++ b/scripts/annotate-output.sh @@ -1,6 +1,6 @@ #!/bin/bash # this script was downloaded from: -# http://jeroen.a-eskwadraat.nl/sw/annotate +# https://jeroen.a-eskwadraat.nl/sw/annotate # and is part of devscripts ###VERSION### # Executes a program annotating the output linewise with time and stream @@ -18,7 +18,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. progname=$(basename $0) diff --git a/scripts/archpath.sh b/scripts/archpath.sh index 6c2465c..ff6ba61 100755 --- a/scripts/archpath.sh +++ b/scripts/archpath.sh @@ -15,7 +15,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. set -e diff --git a/scripts/bts.pl b/scripts/bts.pl index 0d60fef..804cdc6 100755 --- a/scripts/bts.pl +++ b/scripts/bts.pl @@ -21,7 +21,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # Use our own subclass of Pod::Text to # a) Strip the POD markup before displaying it via "bts help" diff --git a/scripts/chdist.pl b/scripts/chdist.pl index 5c78207..3f8001f 100755 --- a/scripts/chdist.pl +++ b/scripts/chdist.pl @@ -13,7 +13,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. =head1 NAME diff --git a/scripts/checkbashisms.pl b/scripts/checkbashisms.pl index 81fbaba..640afe5 100755 --- a/scripts/checkbashisms.pl +++ b/scripts/checkbashisms.pl @@ -18,7 +18,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; use Getopt::Long qw(:config gnu_getopt); diff --git a/scripts/cvs-debi.sh b/scripts/cvs-debi.sh index 1230ec5..023a970 100755 --- a/scripts/cvs-debi.sh +++ b/scripts/cvs-debi.sh @@ -19,7 +19,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. set -e diff --git a/scripts/cvs-debrelease.sh b/scripts/cvs-debrelease.sh index 262d17f..9bbdd17 100755 --- a/scripts/cvs-debrelease.sh +++ b/scripts/cvs-debrelease.sh @@ -19,7 +19,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. set -e diff --git a/scripts/cvs-debuild.pl b/scripts/cvs-debuild.pl index 7657762..0e19221 100755 --- a/scripts/cvs-debuild.pl +++ b/scripts/cvs-debuild.pl @@ -16,7 +16,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # We will do simple option processing. The calling syntax of this diff --git a/scripts/dd-list.1 b/scripts/dd-list.1 index 249f7c0..b0d253e 100644 --- a/scripts/dd-list.1 +++ b/scripts/dd-list.1 @@ -11,7 +11,7 @@ .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU General Public License -.\" along with this program. If not, see <http://www.gnu.org/licenses/>. +.\" along with this program. If not, see <https://www.gnu.org/licenses/>. .\" .TH DD\-LIST 1 2011-10-27 "Debian" .\" -------------------------------------------------------------------- diff --git a/scripts/dd-list.pl b/scripts/dd-list.pl index 7e5b36a..94a9c01 100755 --- a/scripts/dd-list.pl +++ b/scripts/dd-list.pl @@ -18,7 +18,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; use FileHandle; diff --git a/scripts/debchange.pl b/scripts/debchange.pl index 41fec1d..00346e3 100755 --- a/scripts/debchange.pl +++ b/scripts/debchange.pl @@ -26,7 +26,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use 5.008; # We're using PerlIO layers use strict; @@ -1643,7 +1643,7 @@ sub format_line { # Work around the fact that write() with formats # seems to assume that characters are single-byte - # See http://rt.perl.org/rt3/Public/Bug/Display.html?id=33832 + # See https://rt.perl.org/Public/Bug/Display.html?id=33832 # and Debian bugs #473769 and #541484 # This relies on $CHGLINE being a sequence of unicode characters. We can # compare how many unicode characters we have to how many bytes we have diff --git a/scripts/debcheckout.pl b/scripts/debcheckout.pl index 8bfe0d1..38b5ae5 100755 --- a/scripts/debcheckout.pl +++ b/scripts/debcheckout.pl @@ -15,7 +15,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # # Created: Tue, 14 Aug 2007 10:20:55 +0200 diff --git a/scripts/debi.pl b/scripts/debi.pl index 56379b6..f4841bd 100755 --- a/scripts/debi.pl +++ b/scripts/debi.pl @@ -21,7 +21,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use 5.008; use strict; diff --git a/scripts/debpkg.pl b/scripts/debpkg.pl index b6c4996..f72be2e 100755 --- a/scripts/debpkg.pl +++ b/scripts/debpkg.pl @@ -16,7 +16,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # All this program does is to check that it is either running as root diff --git a/scripts/debrelease.sh b/scripts/debrelease.sh index de71a45..75ea9af 100755 --- a/scripts/debrelease.sh +++ b/scripts/debrelease.sh @@ -19,7 +19,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. set -e diff --git a/scripts/debrsign.sh b/scripts/debrsign.sh index d5c428b..aaf5a78 100755 --- a/scripts/debrsign.sh +++ b/scripts/debrsign.sh @@ -27,7 +27,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # Abort if anything goes wrong set -e diff --git a/scripts/debsign.sh b/scripts/debsign.sh index 4d710a7..158ac4a 100755 --- a/scripts/debsign.sh +++ b/scripts/debsign.sh @@ -19,7 +19,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # Abort if anything goes wrong set -e diff --git a/scripts/debsnap.pl b/scripts/debsnap.pl index 13c2729..48c3832 100755 --- a/scripts/debsnap.pl +++ b/scripts/debsnap.pl @@ -13,7 +13,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; use warnings; diff --git a/scripts/debuild.pl b/scripts/debuild.pl index ffe909c..cfa06bf 100755 --- a/scripts/debuild.pl +++ b/scripts/debuild.pl @@ -16,7 +16,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # We will do simple option processing. The calling syntax of this # program is: diff --git a/scripts/devscripts/test/test_pylint.py b/scripts/devscripts/test/test_pylint.py index 1af00be..3205bd3 100644 --- a/scripts/devscripts/test/test_pylint.py +++ b/scripts/devscripts/test/test_pylint.py @@ -23,7 +23,7 @@ from devscripts.test import unittest WHITELIST = [re.compile(': %s$' % x) for x in ( # Wildcard import: r"No name '\w+Error' in module 'launchpadlib\.errors'", - # http://www.logilab.org/ticket/51250: + # https://www.logilab.org/ticket/51250: r"Module 'hashlib' has no '(md5|sha(1|224|256|384|512))' member", # mox: r"Instance of '.+' has no '(WithSideEffects|MultipleTimes|AndReturn)' " diff --git a/scripts/diff2patches.sh b/scripts/diff2patches.sh index 491b634..921ab6c 100755 --- a/scripts/diff2patches.sh +++ b/scripts/diff2patches.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this file If not, see <http://www.gnu.org/licenses/>. +# along with this file If not, see <https://www.gnu.org/licenses/>. # # On Debian systems, the complete text of the GNU General # Public License 3 can be found in '/usr/share/common-licenses/GPL-3'. diff --git a/scripts/dpkg-depcheck.pl b/scripts/dpkg-depcheck.pl index 188561e..70fc291 100755 --- a/scripts/dpkg-depcheck.pl +++ b/scripts/dpkg-depcheck.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; use 5.006_000; # our() commands diff --git a/scripts/dscverify.pl b/scripts/dscverify.pl index 74fa900..95768c0 100755 --- a/scripts/dscverify.pl +++ b/scripts/dscverify.pl @@ -19,7 +19,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use 5.004; # correct pipe close behavior use strict; diff --git a/scripts/grep-excuses.pl b/scripts/grep-excuses.pl index dc37c45..9f6c7fd 100755 --- a/scripts/grep-excuses.pl +++ b/scripts/grep-excuses.pl @@ -16,7 +16,7 @@ # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use 5.006; use strict; diff --git a/scripts/licensecheck.pl b/scripts/licensecheck.pl index c5dcb96..a817a21 100755 --- a/scripts/licensecheck.pl +++ b/scripts/licensecheck.pl @@ -17,7 +17,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along -# with this program. If not, see <http://www.gnu.org/licenses/>. +# with this program. If not, see <https://www.gnu.org/licenses/>. =head1 NAME diff --git a/scripts/mass-bug.pl b/scripts/mass-bug.pl index 247de52..acc7f50 100755 --- a/scripts/mass-bug.pl +++ b/scripts/mass-bug.pl @@ -16,7 +16,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. =head1 NAME diff --git a/scripts/mergechanges.sh b/scripts/mergechanges.sh index d590d5f..3ecb355 100755 --- a/scripts/mergechanges.sh +++ b/scripts/mergechanges.sh @@ -17,7 +17,7 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program. If not, see <http://www.gnu.org/licenses/>. +## along with this program. If not, see <https://www.gnu.org/licenses/>. set -e diff --git a/scripts/mk-origtargz.pl b/scripts/mk-origtargz.pl index 1723135..4a6d6e0 100755 --- a/scripts/mk-origtargz.pl +++ b/scripts/mk-origtargz.pl @@ -18,7 +18,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. =head1 NAME diff --git a/scripts/nmudiff.sh b/scripts/nmudiff.sh index b983ec2..29a6d81 100755 --- a/scripts/nmudiff.sh +++ b/scripts/nmudiff.sh @@ -11,7 +11,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. set -e PROGNAME=`basename $0` diff --git a/scripts/origtargz.pl b/scripts/origtargz.pl index c8f171c..ee20715 100755 --- a/scripts/origtargz.pl +++ b/scripts/origtargz.pl @@ -15,7 +15,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. =head1 NAME diff --git a/scripts/plotchangelog.pl b/scripts/plotchangelog.pl index e9d8c84..3bf642a 100755 --- a/scripts/plotchangelog.pl +++ b/scripts/plotchangelog.pl @@ -21,7 +21,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use 5.006; use strict; diff --git a/scripts/rc-alert.pl b/scripts/rc-alert.pl index 555b5f5..94eafac 100755 --- a/scripts/rc-alert.pl +++ b/scripts/rc-alert.pl @@ -17,7 +17,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; use warnings; diff --git a/scripts/sadt b/scripts/sadt index 964bdd7..aec1024 100755 --- a/scripts/sadt +++ b/scripts/sadt @@ -171,7 +171,7 @@ class TestGroup(object): if '@' not in self.depends: return or_clauses = [] - # deb822 prints a warning on stderr: http://bugs.debian.org/712513 + # deb822 prints a warning on stderr: https://bugs.debian.org/712513 # We don't want the user to see the warning, because the unusual # character in the relation is intentional. orig_sys_stderr = sys.stderr diff --git a/scripts/uscan.pl b/scripts/uscan.pl index 4456a7c..c8038fc 100755 --- a/scripts/uscan.pl +++ b/scripts/uscan.pl @@ -20,7 +20,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use 5.008; # uses 'our' variables and filetest use strict; diff --git a/scripts/uupdate.sh b/scripts/uupdate.sh index 6dbfc34..97314da 100755 --- a/scripts/uupdate.sh +++ b/scripts/uupdate.sh @@ -17,7 +17,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # Command line syntax is one of: diff --git a/scripts/who-uploads.sh b/scripts/who-uploads.sh index 62354b9..10dbbc4 100755 --- a/scripts/who-uploads.sh +++ b/scripts/who-uploads.sh @@ -19,7 +19,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. PROGNAME=`basename $0` MODIFIED_CONF_MSG='Default settings modified by devscripts configuration files:' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
