This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository raster3d.
commit 23eb75db18ae3c24c17e458efe6065641c606bb8 Author: Andreas Tille <[email protected]> Date: Mon Oct 23 20:54:48 2017 +0200 Upstream does not support https so watch file can not be turned to https --- debian/changelog | 1 + debian/source/lintian-overrides | 2 ++ debian/watch | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6276201..e2f0d8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ raster3d (3.0-3-3) UNRELEASED; urgency=medium * Build-Depends: s/libgd2-dev/libgd-dev/ * Fix spelling * DEP3 + * Upstream does not support https so watch file can not be turned to https -- Andreas Tille <[email protected]> Mon, 23 Oct 2017 20:35:14 +0200 diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..13398ae --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,2 @@ +# Upstream only supports http +raster3d source: debian-watch-uses-insecure-uri line* diff --git a/debian/watch b/debian/watch index f79dbf3..ffb189a 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ -version=3 +version=4 opts="dversionmangle=s/\+.*//" \ http://skuld.bmsc.washington.edu/raster3d Raster3D_(.*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/raster3d.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
