[redeclipse] 09/23: Update generate-copyright script

Martin Werner arand-guest at moszumanska.debian.org
Sat Apr 4 00:47:45 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.

commit fae2470daa5c4dbf643b92f90921b98f43061002
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Fri Apr 3 16:24:53 2015 +0200

    Update generate-copyright script
    
    * Remove data/ removal notice, since no data/ in upstream source
    * Update source url
    * No more game/
    * Remove nonexistant Akashi-License match
    * Update debian/ copyright date
---
 debian/generate-copyright | 20 +++++---------------
 1 file changed, 5 insertions(+), 15 deletions(-)

diff --git a/debian/generate-copyright b/debian/generate-copyright
index b058b79..f9358fe 100755
--- a/debian/generate-copyright
+++ b/debian/generate-copyright
@@ -8,12 +8,11 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Red Eclipse
 Upstream-Contact: Quinton "Quin" Reeves <qreeves at gmail.com>
                   Lee "Eihrul" Salzman <lsalzman at gmail.com>
-Source: https://redeclipse.svn.sourceforge.net
- All data content were removed from the source package, they are shipped in
- redeclipse-data instead.
- The folders src/include/ src/xcode/ src/lib/ bin/ were also removed, the
- header files here are already shipped within other Debian packages, or are
+Source: https://github.com/red-eclipse/base
+ The folders src/include/ src/xcode/ src/lib/ bin/ are removed, the header
+ files here are already shipped within other Debian packages, or are
  unnecessary on GNU/Linux.
+
 License: Red-Eclipse
 EOF
 
@@ -31,14 +30,6 @@ 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
-
 # Remove record for "OFL-1.1" license
 awk 'BEGIN{ ORS="\n\n"; RS="" ; FS="\n"} $1 !~ /^License: OFL-1.1$/' debian/copyright-new > debian/copyright-temp
 mv debian/copyright-temp debian/copyright-new
@@ -67,9 +58,8 @@ mv debian/copyright-temp debian/copyright-new
 ed -s debian/copyright-new <<EOF
 /INSERT_DEBIAN_HERE/c
 Files: debian/*
-Copyright: 2011-2013 Martin Erik Werner <martinerikwerner at gmail.com>
+Copyright: 2011-2015 Martin Erik Werner <martinerikwerner at gmail.com>
 License: Zlib
 .
 w
 EOF
-

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