This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository redeclipse-data.
commit 8dde4c82de2a80f36b93baa7669f39f43bcce30e Author: Markus Koschany <[email protected]> Date: Sun Aug 28 15:05:56 2016 +0200 Don't install hidden .pc directory. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 1cd85c6..16f2745 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ override_dh_auto_build: override_dh_auto_install: mkdir -p debian/redeclipse-data/usr/share/games/redeclipse/data find . -mindepth 1 -maxdepth 1 -type d \ - -not \( -name '.git*' -or -name 'debian' -or -name 'fonts' \) \ + -not \( -name '.git*' -or -name '.pc*' -or -name 'debian' -or -name 'fonts' \) \ -exec cp -r '{}' debian/redeclipse-data/usr/share/games/redeclipse/data \; get-orig-source: -- 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

