[redeclipse] 08/09: Update generate-copyright with upstream & done message

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


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

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

commit ff1dcfc098e09e5428b6250f7e199ee51657ab5a
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Fri Jun 19 16:27:10 2015 +0200

    Update generate-copyright with upstream & done message
    
    CC0-1.0 was added to the upstream all-licenses.txt for data/* content,
    so remove it for this packages copyright.
    
    Also add a message stating the script is done and where the output is
    located.
---
 debian/generate-copyright | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/generate-copyright b/debian/generate-copyright
index 085d33c..4c75e8f 100755
--- a/debian/generate-copyright
+++ b/debian/generate-copyright
@@ -51,6 +51,10 @@ 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 "CC0-1.0" license (data/* content)
+awk 'BEGIN{ ORS="\n\n"; RS="" ; FS="\n"} $1 !~ /^License: CC0-1.0$/' debian/copyright-new > debian/copyright-temp
+mv debian/copyright-temp debian/copyright-new
+
 # Remove record for "Expat" license (src/enet/* content)
 awk 'BEGIN{ ORS="\n\n"; RS="" ; FS="\n"} $1 !~ /^License: Expat$/' debian/copyright-new > debian/copyright-temp
 mv debian/copyright-temp debian/copyright-new
@@ -68,3 +72,5 @@ License: Zlib
 .
 w
 EOF
+
+echo "done -> 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