This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository freeorion.
commit c01f242b66f89ba45a6b26dcf74e6ca1e26b43e7 Author: Markus Koschany <[email protected]> Date: Fri Mar 27 13:39:23 2015 +0100 Fix get-orig-source target --- debian/rules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 1b57133..fd84f17 100755 --- a/debian/rules +++ b/debian/rules @@ -62,10 +62,10 @@ $(PKG)_$(VER).orig.tar.xz: && for F in $$(git ls-tree -r --name-only HEAD); \ do touch --no-dereference -d "$$(git log -1 --format="%ai" -- "$$F")" "$$F"; done \ && $(RM) -r -v \ - FreeOrion/msvc2010 \ - FreeOrion/Xcode \ - FreeOrion/Installer \ - FreeOrion/default/*.ttf \ + msvc2010 \ + Xcode \ + Installer \ + default/*.ttf \ .git/ @echo "# Packing..." find -L "$(PKG)-$(VER)" -xdev -type f -print | sort \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/freeorion.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

