diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-05-10 20:53:27 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-05-10 20:53:27 +0200 |
commit | 4eec6f284f95e3c6477d8824d0048e61eee417f5 (patch) | |
tree | 95c8d43ffc985882c7d9848eb85f653c05dac6e6 | |
parent | e913b3dae6bd28b90dda59bac8b9bcf9f03527fd (diff) |
Change Vcs-* to secure URIs
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index e062ad4..8ad7043 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ libonig (6.0.0-1) UNRELEASED; urgency=medium - Replace homepage to the new loacation. - to match with the doname rename paxkages from liboing2 to libonig3. - Bump Standards-Version to 3.9.8 (no changes required). + - Change Vcs-* to secure URIs. * debian/rules: - Rename liboing2 to libonig3. * debian/watch: diff --git a/debian/control b/debian/control index 982c4bd..aa64b96 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Build-Depends: dh-autoreconf Standards-Version: 3.9.8 Homepage: https://github.com/kkos/oniguruma -Vcs-Git: git://anonscm.debian.org/collab-maint/libonig.git -Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/libonig.git +Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/libonig.git +Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libonig.git Package: libonig3 Priority: optional |