diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-02-20 02:51:57 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-02-20 02:51:57 +0100 |
commit | 20c45cad44390010609ccbb8998557c2f25073c3 (patch) | |
tree | 35ce98baec0caf95cd9d14fb396696ad99ba6e72 /debian | |
parent | 23e4278e0c16a5ec83ce4377cfcfce9b6da3c182 (diff) |
d/control: Change Vcs-* and homepage to secure uri
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 48ffafa..33ee2de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ ipmitool (1.8.16-1) UNRELEASED; urgency=medium * Add year 2016 to debian/copyright. * debian/control: - Bump Standards-Version to 3.9.7 (no changes required). + - Change Vcs-* and homepage to secure uri. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 20 Feb 2016 02:13:33 +0100 diff --git a/debian/control b/debian/control index 3001202..e147809 100644 --- a/debian/control +++ b/debian/control @@ -11,9 +11,9 @@ Build-Depends: libreadline-dev, libssl-dev Standards-Version: 3.9.7 -Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/ipmitool.git -Vcs-Git: git://anonscm.debian.org/collab-maint/ipmitool.git -Homepage: http://sourceforge.net/projects/ipmitool/ +Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/ipmitool.git +Vcs-Git: https://anonscm.debian.org/collab-maint/ipmitool.git +Homepage: https://sourceforge.net/projects/ipmitool/ Package: ipmitool Architecture: any |