This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository edflib.
commit 38c53951bd39abac3ccd9abc4c4172ede4efa73f Author: Andreas Tille <[email protected]> Date: Tue Jan 2 21:54:30 2018 +0100 Secure URI in watch file --- debian/changelog | 1 + debian/watch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a1c13bb..3eaaaee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ edflib (1.13-1) UNRELEASED; urgency=medium * New upstream version * cme fix dpkg-control * Update symbols file + * Secure URI in watch file -- Andreas Tille <[email protected]> Tue, 02 Jan 2018 21:25:21 +0100 diff --git a/debian/watch b/debian/watch index 12106ed..eb3f1bd 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 -http://www.teuniz.net/edflib/ \ +https://www.teuniz.net/edflib/ \ edflib_([\d])([\d\.]+)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/edflib.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
