This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository quakespasm.
commit be3679cd092a604a52179aa767c8007522844167 Author: Stephen Kitt <[email protected]> Date: Mon Jun 22 07:15:29 2015 +0200 Remove the Mac OS X and Windows binaries using "Files-Excluded" in debian/copyright rather than filtering in gbp.conf. --- debian/changelog | 7 +++++++ debian/copyright | 1 + debian/gbp.conf | 2 -- debian/watch | 3 ++- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index ce42ea5..fe02e93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +quakespasm (0.90.0-4) UNRELEASED; urgency=medium + + * Remove the Mac OS X and Windows binaries using "Files-Excluded" in + debian/copyright rather than filtering in gbp.conf. + + -- Stephen Kitt <[email protected]> Mon, 22 Jun 2015 07:15:20 +0200 + quakespasm (0.90.0-3) unstable; urgency=medium * Drop another use of __DATE__ and __TIME__... diff --git a/debian/copyright b/debian/copyright index 2c5fb4d..76b12e8 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: quakespasm Source: http://sourceforge.net/projects/quakespasm/files/ +Files-Excluded: MacOSX Windows Files: * Copyright: 1996-2005 Id Software, Inc. diff --git a/debian/gbp.conf b/debian/gbp.conf index d446ec0..739562a 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,4 +1,2 @@ [git-import-orig] pristine-tar = True -filter-pristine-tar = True -filter = ["Windows/*", "MacOSX/*"] diff --git a/debian/watch b/debian/watch index 390b50a..40cb8eb 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,4 @@ version=3 -http://sf.net/quakespasm/quakespasm-([\d\.]*).tgz +opts=repacksuffix=+dfsg,dversionmangle=s/\+dfsg$// \ + http://sf.net/quakespasm/quakespasm-([\d\.]*).tgz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/quakespasm.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

