This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository game-data-packager.
commit 1293b444f76333e6c8835c4f1d2be4d374759e9c Author: Simon McVittie <[email protected]> Date: Thu Oct 20 10:22:18 2016 +0100 Partially revert "remove some src:quake-imported weirdness" These dependencies on the Makefile were intentional. Without a dependency, a change to the Makefile recipe will not trigger an update to the generated file, which is bad if some significant feature of the generated file (in this case the colour shifting that is applied to it) is written in the Makefile. This partially reverts commit 7e8f27c9f1c4e65e27919ca4989df1dac1f722ac. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index c1f31df..968a78a 100644 --- a/Makefile +++ b/Makefile @@ -181,7 +181,7 @@ out/48/quake3-team-arena.png: out/256/quake3-team-arena.png out/CACHEDIR.TAG install -d out/48 convert -resize 48x48 $< $@ -out/tmp/recolour-dissolution.svg: data/quake1+2.svg out/CACHEDIR.TAG +out/tmp/recolour-dissolution.svg: data/quake1+2.svg Makefile out/CACHEDIR.TAG install -d out/tmp sed -e 's/#c17d11/#999984/' \ -e 's/#d5b582/#dede95/' \ @@ -189,7 +189,7 @@ out/tmp/recolour-dissolution.svg: data/quake1+2.svg out/CACHEDIR.TAG -e 's/#e9b96e/#dede95/' \ < $< > $@ -out/tmp/recolour-armagon.svg: data/quake1+2.svg out/CACHEDIR.TAG +out/tmp/recolour-armagon.svg: data/quake1+2.svg Makefile out/CACHEDIR.TAG install -d out/tmp sed -e 's/#c17d11/#565248/' \ -e 's/#d5b582/#aba390/' \ @@ -197,7 +197,7 @@ out/tmp/recolour-armagon.svg: data/quake1+2.svg out/CACHEDIR.TAG -e 's/#e9b96e/#aba390/' \ < $< > $@ -out/tmp/recolour-reckoning.svg: data/quake1+2.svg out/CACHEDIR.TAG +out/tmp/recolour-reckoning.svg: data/quake1+2.svg Makefile out/CACHEDIR.TAG install -d out/tmp sed -e 's/#3a5a1e/#999984/' \ -e 's/#73ae3a/#eeeeec/' \ @@ -205,7 +205,7 @@ out/tmp/recolour-reckoning.svg: data/quake1+2.svg out/CACHEDIR.TAG -e 's/#132601/#233436/' \ < $< > $@ -out/tmp/recolour-groundzero.svg: data/quake1+2.svg out/CACHEDIR.TAG +out/tmp/recolour-groundzero.svg: data/quake1+2.svg Makefile out/CACHEDIR.TAG install -d out/tmp sed -e 's/#3a5a1e/#ce5c00/' \ -e 's/#73ae3a/#fce94f/' \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

