diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 2ec5e43..eeb80ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libunistring (0.9.10-1) UNRELEASED; urgency=medium - Refresh symbols file. * debian/control: - Switch Vcs-* to new loacation. + - Use secure URI for homepage. * Migrate to debhelper 11: - Change debian/compat to 11. - Bump minimum debhelper version in debian/control to >= 11. diff --git a/debian/control b/debian/control index 96437a5..03bc51c 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 11), Standards-Version: 4.1.4 Section: libs -Homepage: http://www.gnu.org/software/libunistring/ +Homepage: https://www.gnu.org/software/libunistring/ Vcs-Git: git://jff.email/opt/git/libunistring.git Vcs-Browser: https://jff.email/cgit/libunistring.git |