[diffoscope] 03/04: debian/rules: Specify actual source of favicon.png via $@
Chris Lamb
chris at chris-lamb.co.uk
Mon Apr 3 10:33:34 CEST 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch experimental
in repository diffoscope.
commit 2acdaf7c5463c40c93cce51e4158ecac4512751b
Author: Chris Lamb <lamby at debian.org>
Date: Mon Apr 3 10:22:03 2017 +0200
debian/rules: Specify actual source of favicon.png via $@
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index d0012c3..d43e598 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,7 +54,7 @@ override_dh_installman: $(MANPAGES)
dh_installman -O--buildsystem=pybuild
diffoscope/presenters/icon.py: favicon.png
- (echo '# Generated from favicon.png'; \
+ (echo '# Generated from $@'; \
echo 'FAVICON_BASE64 = """'; \
base64 $<; \
echo '""".replace("\\n", "")'; \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list