This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master-4.3 in repository swt-gtk.
commit 8eb3b5d02b186b900e469ff74daff931c8cefa37 Author: Jakub Adam <[email protected]> Date: Wed Apr 13 19:08:57 2016 +0200 Use secure URIs in Vcs-* fields --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 34a93eb..bca8892 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ swt4-gtk (4.5.0-2) UNRELEASED; urgency=medium * Install artifacts into /usr/share/maven-repo. + * Use secure URIs in Vcs-* fields. -- Jakub Adam <[email protected]> Wed, 13 Apr 2016 18:39:46 +0200 diff --git a/debian/control b/debian/control index 2098701..063ca62 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,8 @@ Uploaders: Adrian Perez <[email protected]>, Build-Depends: default-jdk, libgnomeui-dev, libxt-dev, libglu1-mesa-dev, fastjar, cdbs, debhelper (>= 9), javahelper, maven-repo-helper, libgtk-3-dev Standards-Version: 3.9.6 -Vcs-Git: git://anonscm.debian.org/pkg-java/swt-gtk.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/swt-gtk.git +Vcs-Git: https://anonscm.debian.org/git/pkg-java/swt-gtk.git +Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-java/swt-gtk.git Homepage: http://www.eclipse.org/swt/ Package: libswt-gtk-4-java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/swt-gtk.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

