diff options
-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 12d4884..aa392f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ shotwell (0.22.0-4) UNRELEASED; urgency=medium Thanks to Obsidian. * debian/control: - Bump Standards-Version to 3.9.7 (no changes required). + - Change Vcs-* to secure uri. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 21 Feb 2016 10:20:39 +0100 diff --git a/debian/control b/debian/control index d56127e..734dc0e 100644 --- a/debian/control +++ b/debian/control @@ -27,8 +27,8 @@ Build-Depends: valac (>= 0.22.0) Standards-Version: 3.9.7 Homepage: https://wiki.gnome.org/Apps/Shotwell -Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/shotwell.git/ -Vcs-Git: git://anonscm.debian.org/collab-maint/shotwell.git +Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/shotwell.git/ +Vcs-Git: https://anonscm.debian.org/collab-maint/shotwell.git Package: shotwell Architecture: linux-any |