[redeclipse-data] 04/06: Update copyright generation

Martin Werner arand-guest at moszumanska.debian.org
Sun Feb 11 21:35:26 UTC 2018


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

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

commit 8917c47fdd81b38b0542bc20400ad245be86218b
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Sun Feb 11 21:33:24 2018 +0100

    Update copyright generation
    
    Update generate-copyright script to follow the same Source: exclusion
    comment style as in the redeclipse package, and remove the mention of
    keeping Makefiles, since this is no longer done.
    
    Also use https for format url.
---
 debian/generate-copyright | 31 +++++++++++++++++++------------
 1 file changed, 19 insertions(+), 12 deletions(-)

diff --git a/debian/generate-copyright b/debian/generate-copyright
index e6697f8..661785d 100755
--- a/debian/generate-copyright
+++ b/debian/generate-copyright
@@ -6,22 +6,29 @@ all_licenses=doc/all-licenses.txt
 
 # Header
 cat <<EOF > debian/copyright-new
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://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://github.com/red-eclipse/data
- Most of the non-data content is shipped as part of the redeclipse source
- package and thus removed from here, although the makefile is kept for
- installing.
- .
- The Play font files sources are removed since they are shipped in the
- fonts-play package in Debian, and the generated png files are removed to
- simplify the build process.
-Files-Excluded: bin config *.bat *.sh src/dpiaware.manifest src/enet
-                src/engine src/game src/include src/install src/lib src/*.sh
-                src/redeclipse* src/scripts src/shared src/*.h
-                src/xcode data/fonts/Play* data/fonts/play*
+ The following directories/files are removed from the upstream tarball:
+ * data/fonts/Play* are font source files which are removed since they are
+   shipped in the fonts-play package in Debian.
+ * data/fonts/play* are generated font png files which are removed to simplify
+   the build process.
+ * bin contains various binaries and helper libs not relevant for Debian, plus
+   auto-update scripts which are instead shipped as part of the client/server
+   redeclipse in Debian.
+ * src contains source code which is shipped as part of the client/server
+   redeclipse package in Debian.
+ * sql contains sql configurations which is shipped as part of the
+   client/server redeclipse package in Debian.
+Files-Excluded:
+ data/fonts/Play*
+ data/fonts/play*
+ bin
+ src
+ sql
 License: Red-Eclipse
 EOF
 

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