[game-data-packager] 04/08: generate copyright files for Python/YAML quake

Simon McVittie smcv at debian.org
Wed Jan 14 00:38:17 UTC 2015


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 <smcv at debian.org>
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



More information about the Pkg-games-commits mailing list