This is an automated email from the git hooks/post-receive script. arand-guest pushed a commit to branch master in repository redeclipse-data.
commit 33bae50b0e77ddfd0655ee6e2b563772653a328c Author: Martin Erik Werner <[email protected]> Date: Sun Feb 11 22:10:25 2018 +0100 Use github release page as source & in watch file Use https://github.com/red-eclipse/base/releases for: * The Source: line in the copyright file, since this is the location of the tarball that forms this source package. * The watch file, since this page also contains historic versions of all releases. --- debian/copyright | 2 +- debian/generate-copyright | 2 +- debian/watch | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/copyright b/debian/copyright index 58814d0..1d60803 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,7 +2,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Red Eclipse Upstream-Contact: Quinton "Quin" Reeves <[email protected]> Lee "Eihrul" Salzman <[email protected]> -Source: https://github.com/red-eclipse/data +Source: https://github.com/red-eclipse/base/releases The following directories/files are removed from the upstream tarball: * data/fonts/Play* are font source files which are removed since they are shipped in the fonts-play package in Debian. diff --git a/debian/generate-copyright b/debian/generate-copyright index 661785d..b21a396 100755 --- a/debian/generate-copyright +++ b/debian/generate-copyright @@ -10,7 +10,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Red Eclipse Upstream-Contact: Quinton "Quin" Reeves <[email protected]> Lee "Eihrul" Salzman <[email protected]> -Source: https://github.com/red-eclipse/data +Source: https://github.com/red-eclipse/base/releases The following directories/files are removed from the upstream tarball: * data/fonts/Play* are font source files which are removed since they are shipped in the fonts-play package in Debian. diff --git a/debian/watch b/debian/watch index 608529c..d454a27 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*$//,\ repackprefix=+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-data.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

