[redeclipse-data] 10/30: Also remove config/* records from 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 d4f57b90168ca93c4eadac6c570b1f17b003e6a8
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Fri Apr 3 18:15:51 2015 +0200

    Also remove config/* records from copyright
---
 debian/generate-copyright | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/generate-copyright b/debian/generate-copyright
index 0826437..6c1a489 100755
--- a/debian/generate-copyright
+++ b/debian/generate-copyright
@@ -33,8 +33,8 @@ sed -e 's/^/\ /' -e 's/^\ $/\ \./' readme.txt >> debian/copyright-new
 # Remove duplicated Format: line and insert upstream license dep5 file
 sed '/Format:.*/d' "$all_licenses"  >> debian/copyright-new
 
-# Remove all records related to bin/*, doc/* and src/*
-awk 'BEGIN{ ORS="\n\n"; RS="" ; FS="\n"} $1 !~ /^Files: (bin|src|doc)\// ' debian/copyright-new > debian/copyright-temp
+# Remove all records related to bin/*, config/*, doc/* and src/*
+awk 'BEGIN{ ORS="\n\n"; RS="" ; FS="\n"} $1 !~ /^Files: (bin|config|src|doc)\// ' debian/copyright-new > debian/copyright-temp
 mv debian/copyright-temp debian/copyright-new
 
 # Remove data/ prefix

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