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 c4942cc0fffe663d28ee86d209508baf088600d9
Author: Simon McVittie <[email protected]>
Date:   Wed Jan 14 00:17:19 2015 +0000

    generate copyright files for Python/YAML quake
---
 quake.mk | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/quake.mk b/quake.mk
index 22b81eb..1c4c7a9 100644
--- a/quake.mk
+++ b/quake.mk
@@ -30,6 +30,8 @@ clean:
 
 else
 
+do-${PACKAGE}: ${outdir}/${PACKAGE}.copyright
+
 $(QUAKEDEB): \
        $(builddir)/$(PACKAGE)/DEBIAN/md5sums \
        $(builddir)/$(PACKAGE)/DEBIAN/control \
@@ -58,6 +60,9 @@ $(builddir)/$(PACKAGE)/usr/share/doc/$(PACKAGE)/changelog.gz: 
debian/changelog
        install -d `dirname $@`
        gzip -c9 debian/changelog > $@
 
+${outdir}/${PACKAGE}.copyright:
+       m4 -DPACKAGE=$(PACKAGE) quake-common/copyright.in > $@
+
 $(builddir)/$(PACKAGE)/usr/share/doc/$(PACKAGE)/copyright: 
quake-common/copyright.in
        install -d `dirname $@`
        m4 -DPACKAGE=$(PACKAGE) quake-common/copyright.in > $@

-- 
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

Reply via email to