[redeclipse-data] 02/30: Remove akashi record in generate-copyright

Martin Werner arand-guest at moszumanska.debian.org
Sat Apr 4 13:06:28 UTC 2015


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

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

commit 0416154383c89821d3bf4bcec3237c22cd0e8e71
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Sun Aug 10 12:17:24 2014 +0200

    Remove akashi record in generate-copyright
---
 debian/generate-copyright | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/generate-copyright b/debian/generate-copyright
index ba7feea..4a9f6ab 100755
--- a/debian/generate-copyright
+++ b/debian/generate-copyright
@@ -48,6 +48,10 @@ mv debian/copyright-temp debian/copyright-new
 awk 'BEGIN{ ORS="\n\n"; RS="" ; FS="\n"} $1 !~ /^Files: src\//' debian/copyright-new > debian/copyright-temp
 mv debian/copyright-temp debian/copyright-new
 
+# Remove akashi record, not included in Debian
+awk 'BEGIN{ ORS="\n\n"; RS="" ; FS="\n"} $1 !~ /^Files: data\/fonts\/akashi\*.ttf\//' debian/copyright-new > debian/copyright-temp
+mv debian/copyright-temp debian/copyright-new
+
 # Add marker for inserting Debian chunk
 awk 'BEGIN{ ORS="\n\n"; RS="" ; FS="\n"} $1 ~ /^License: Zlib$/ { print "INSERT_DEBIAN_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-data.git



More information about the Pkg-games-commits mailing list