summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2019-07-27 08:31:45 -0400
committerFelipe Sateler <fsateler@debian.org>2019-07-27 08:31:45 -0400
commitd983843a1ea48f9caa527743f93ebb38badb0f49 (patch)
tree4af6cc950fcb73c01c88d401981d512906723559 /debian
parent195f31a5a52d89716f5d587428d8f14c25db7dc6 (diff)
Use secure URI in Homepage field.
Fixes lintian: homepage-field-uses-insecure-uri See https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html for more details.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 55a3817..22e85a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+patchelf (0.10-2) UNRELEASED; urgency=medium
+
+ * Use secure URI in Homepage field.
+
+ -- Felipe Sateler <fsateler@debian.org> Sat, 27 Jul 2019 08:31:45 -0400
+
patchelf (0.10-1) experimental; urgency=medium
[ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index 3fd7a23..c8bb3b4 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Felipe Sateler <fsateler@debian.org>
Build-Depends: debhelper-compat (= 11)
Standards-Version: 4.3.0
-Homepage: http://nixos.org/patchelf.html
+Homepage: https://nixos.org/patchelf.html
Vcs-Git: https://salsa.debian.org/debian/patchelf.git
Vcs-Browser: https://salsa.debian.org/debian/patchelf