This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository megaglest.
commit 06ff1c2ebf5e5b761f9d2f1a1c64783878e1a478 Author: Markus Koschany <[email protected]> Date: Tue Mar 17 10:51:17 2015 +0100 Do not repack the tarball anymore. It is DFSG compatible. --- debian/copyright | 2 -- debian/rules | 2 +- debian/watch | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/copyright b/debian/copyright index c50f074..113062c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,8 +2,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MegaGlest Upstream-Contact: Mark Vejvoda <[email protected]> Source: https://github.com/MegaGlest/megaglest-source -Files-Excluded: - mk/windoze/Installer/plugins/AccessControl.dll Files: * Copyright: 2008-2011 Titus Tscharntke ([email protected]) diff --git a/debian/rules b/debian/rules index 7cdace0..8fe91de 100755 --- a/debian/rules +++ b/debian/rules @@ -30,4 +30,4 @@ override_dh_install: debian/megaglest/usr/share/games/megaglest/glest.ini get-orig-source: - uscan --verbose --repack --compression xz --force-download + uscan --verbose --download-current-version --force-download diff --git a/debian/watch b/debian/watch index fd023ee..6913f5f 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,2 @@ version=3 -opts="dversionmangle=s/\+dfsg//" \ https://github.com/MegaGlest/megaglest-source/releases .*/megaglest-source-([\d.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/megaglest.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

