This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository gnumed-server.
commit 5babcf04543c05bc77a2694e480980bc0d8b6791 Author: Andreas Tille <[email protected]> Date: Mon Nov 13 13:26:31 2017 +0100 Secure URI in watch file --- debian/changelog | 3 ++- debian/watch | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9126ef5..9ada204 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ gnumed-server (21.15-1) UNRELEASED; urgency=medium * New upstream version * Standards-Version: 4.1.1 + * Secure URI in watch file - -- Andreas Tille <[email protected]> Mon, 13 Nov 2017 13:17:52 +0100 + -- Andreas Tille <[email protected]> Mon, 13 Nov 2017 13:19:11 +0100 gnumed-server (21.14-1) unstable; urgency=medium diff --git a/debian/watch b/debian/watch index c29e65c..2620100 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=4 -http://www.gnumed.de/downloads/server/v([\d\.]+)/gnumed-server\.([\d\.]+)\.tgz +https://www.gnumed.de/downloads/server/v([\d\.]+)/gnumed-server\.([\d\.]+)\.tgz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gnumed-server.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
