[redeclipse] 420/494: copyright: now removing game/ dir, no need to remove CC-BY-SA-3.0-US

Martin Werner arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

arand-guest pushed a commit to branch debdir
in repository redeclipse.

commit 7764689972abc75c454d1ce962e39c267e64280b
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Fri Feb 15 01:37:15 2013 +0100

    copyright: now removing game/ dir, no need to remove CC-BY-SA-3.0-US
---
 generate-copyright | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/generate-copyright b/generate-copyright
index 0c9c862..8bc6bb9 100755
--- a/generate-copyright
+++ b/generate-copyright
@@ -31,6 +31,10 @@ mv debian/copyright-temp debian/copyright-new
 awk 'BEGIN{ ORS="\n\n"; RS="" ; FS="\n"} $1 !~ /^Files: data\//' debian/copyright-new > debian/copyright-temp
 mv debian/copyright-temp debian/copyright-new
 
+# Remove all records related to game/*
+awk 'BEGIN{ ORS="\n\n"; RS="" ; FS="\n"} $1 !~ /^Files: game\//' debian/copyright-new > debian/copyright-temp
+mv debian/copyright-temp debian/copyright-new
+
 # Remove record for "Akashi-Font" license
 awk 'BEGIN{ ORS="\n\n"; RS="" ; FS="\n"} $1 !~ /^License: Akashi-Font$/' debian/copyright-new > debian/copyright-temp
 mv debian/copyright-temp debian/copyright-new
@@ -47,10 +51,6 @@ mv debian/copyright-temp debian/copyright-new
 awk 'BEGIN{ ORS="\n\n"; RS="" ; FS="\n"} $1 !~ /^License: CC-BY-SA-3.0-AU$/' debian/copyright-new > debian/copyright-temp
 mv debian/copyright-temp debian/copyright-new
 
-# Remove record for "CC-BY-3.0-US" license
-awk 'BEGIN{ ORS="\n\n"; RS="" ; FS="\n"} $1 !~ /^License: CC-BY-3.0-US$/' debian/copyright-new > debian/copyright-temp
-mv debian/copyright-temp debian/copyright-new
-
 # Add marker for inserting Enet chunk
 awk 'BEGIN{ ORS="\n\n"; RS="" ; FS="\n"} $1 ~ /^License: Zlib$/ { print "INSERT_ENET_HERE" } { print }' debian/copyright-new > debian/copyright-temp
 mv debian/copyright-temp debian/copyright-new

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git



More information about the Pkg-games-commits mailing list