[redeclipse] 01/01: Use github in watch file to get historic releases

Martin Werner arand-guest at moszumanska.debian.org
Fri Feb 9 19:57:48 UTC 2018


This is an automated email from the git hooks/post-receive script.

arand-guest pushed a commit to branch master
in repository redeclipse.

commit 6136e8bd6b66bb59780a2708ab0f4d9d6e9731e3
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Fri Feb 9 20:52:31 2018 +0100

    Use github in watch file to get historic releases
    
    Use https://github.com/red-eclipse/base/releases instead of
    http(s)://redeclipse.net/files/releases/redeclipse, since the github
    site also includes historic releases.
---
 debian/watch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/watch b/debian/watch
index efa58f7..04184a9 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
 version=4
-opts=filenamemangle=s/_nix//,\
+opts=filenamemangle=s/.*redeclipse_(.+)_nix\.tar\.bz2/redeclipse-$1\.tar\.bz2/,\
 dversionmangle=s/\+ds\d*$//,\
 repacksuffix=+ds1 \
-  http://redeclipse.net/files/releases/redeclipse_(.+)_nix\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+  https://github.com/red-eclipse/base/releases .*/redeclipse_(.+)_nix\.tar\.bz2

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git



More information about the Pkg-games-commits mailing list