[libimage-exiftool-perl] 04/05: Use HTTPS for upstream URL in debian/watch and debian/control.

gregor herrmann gregoa at debian.org
Wed Feb 14 19:55:37 UTC 2018


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libimage-exiftool-perl.

commit ae6b95574d74132145957c53d71f0b16cfb3a914
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Feb 14 20:47:51 2018 +0100

    Use HTTPS for upstream URL in debian/watch and debian/control.
---
 debian/control        | 2 +-
 debian/duck-overrides | 4 ++--
 debian/watch          | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index d087cbb..079f433 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends-Indep: perl,
 Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libimage-exiftool-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libimage-exiftool-perl.git
-Homepage: http://owl.phy.queensu.ca/~phil/exiftool/
+Homepage: https://owl.phy.queensu.ca/~phil/exiftool/
 
 Package: libimage-exiftool-perl
 Architecture: all
diff --git a/debian/duck-overrides b/debian/duck-overrides
index 8c2ea37..b8b04c5 100644
--- a/debian/duck-overrides
+++ b/debian/duck-overrides
@@ -1,2 +1,2 @@
-# the https variant has certificate problems
-http://owl.phy.queensu.ca/~phil/exiftool/
+# false positive: Matching regular expression: m/moved to/i
+https://owl.phy.queensu.ca/~phil/exiftool/
diff --git a/debian/watch b/debian/watch
index e587e63..0e6f297 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-http://owl.phy.queensu.ca/~phil/exiftool/      .*Image-ExifTool-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://owl.phy.queensu.ca/~phil/exiftool/     .*Image-ExifTool-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
 https://metacpan.org/release/Image-ExifTool   .*/Image-ExifTool-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libimage-exiftool-perl.git



More information about the Pkg-perl-cvs-commits mailing list