This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository rocksndiamonds.
commit 804409aacfd2f73aa9b368438310053098f85833 Author: Stephen Kitt <[email protected]> Date: Fri Oct 20 21:59:23 2017 +0200 Switch to secured upstream URL in debian/watch --- debian/changelog | 1 + debian/watch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ae5f610..f0f4a8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ rocksndiamonds (4.0.1.0+dfsg-1) UNRELEASED; urgency=medium * New upstream release. + * Switch to secured upstream URL in debian/watch. -- Stephen Kitt <[email protected]> Fri, 20 Oct 2017 21:55:58 +0200 diff --git a/debian/watch b/debian/watch index 711386e..46b3572 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=3 opts=repacksuffix=+dfsg,dversionmangle=s/(\da?)[\+\.\-~](?:dfsg|debian|ds|repack)\.?\d*$/$1/ \ -http://artsoft.org/rocksndiamonds/download.html \ +https://artsoft.org/rocksndiamonds/download/ \ (?:.*/|.*=|)rocksndiamonds[\-\._](\d\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)(?:/\S*)? -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/rocksndiamonds.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

