This is an automated email from the git hooks/post-receive script. tobi pushed a commit to branch master in repository rbdoom3bfg.
commit 2ad249b39d286e40194520803222061ea9eac330 Author: Tobias Frost <[email protected]> Date: Wed Mar 11 10:25:07 2015 +0100 Use Files-Excluded in get-orig-sourceto rmove files. --- debian/rules | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/debian/rules b/debian/rules index c83df02..d19ac74 100755 --- a/debian/rules +++ b/debian/rules @@ -50,19 +50,7 @@ $(PKG)_$(UPSVER)+git$(VER)$(DTYPE).orig.tar.xz: && echo "# Setting times..." \ && for F in $$(git ls-tree -r --name-only HEAD); do touch --no-dereference -d "$$(git log -1 --format="%ai" -- $$F)" "$$F"; done \ && echo "# Cleaning-up..." \ - && $(RM) -r -v \ - neo/libs/openal-soft/win32/OpenAL32.dll neo/*.exe \ - neo/libs/ffmpeg-win*/ neo/sys/win32 neo/libs/mingw-hacks \ - neo/libs/zlib/*.c neo/libs/zlib/*.h neo/libs/zlib/README \ - neo/libs/zlib/Makefile* neo/libs/zlib/zconf.h.included \ - neo/libs/zlib/INDEX neo/libs/zlib/ChangeLog neo/libs/zlib/configure \ - neo/libs/zlib/FAQ neo/libs/zlib/algorithm.txt \ - neo/libs/zlib/zconf.h.in neo/libs/zlib/zlib.3 \ - neo/libs/png \ - neo/libs/jpeg-6 \ - neo/libs/glew \ - neo/libs/openal-soft \ - neo/astyle.x86 neo/astyle.x86_64 \ + && $(RM) -r -v $$(awk 'BEGIN{RS=ORS="\n\n";FS=OFS="\n"}/Files-Excluded:/' $(PKD)/copyright | sed s/Files-Excluded://) \ && $(RM) -r .git .git* @echo "# Packing..." find -L "$(PKG)-$(UPSVER)+git$(VER)" -xdev -type f -print | sort \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/rbdoom3bfg.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

