[redeclipse-data] 01/01: Update watch file & copyright generation for 1.5.3

Martin Werner arand-guest at moszumanska.debian.org
Tue Sep 1 10:39:35 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-data.

commit 3ba047729f7dd3392cc416543ebb0e420e1476cb
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Sat Aug 15 13:28:52 2015 +0200

    Update watch file & copyright generation for 1.5.3
    
    * Use upstream packaged tarball in hopes that it will be more consistent
      than archiving direct from the Git repos
    * Move to using Files-Excluded in the the copyright files instead of
      commands in the get-orig-source target
---
 debian/generate-copyright | 13 ++++++++-----
 debian/watch              |  7 ++++---
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/debian/generate-copyright b/debian/generate-copyright
index 1fac4b7..435f12a 100755
--- a/debian/generate-copyright
+++ b/debian/generate-copyright
@@ -23,10 +23,17 @@ 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: fonts/Play* fonts/play*
+Files-Excluded: bin config *.bat *.sh sql src/dpiaware.manifest src/enet
+                src/engine src/game src/include src/install src/lib src/*.sh
+                src/redeclipse* src/scripts src/shared src/sqlite src/*.h
+                src/xcode data/fonts/Play* data/fonts/play*
 License: Red-Eclipse-Data
 EOF
 
@@ -45,10 +52,6 @@ mv debian/copyright-temp debian/copyright-new
 awk 'BEGIN{ ORS="\n\n"; RS="" ; FS="\n"} $1 !~ /^Files: data\/fonts\/[Pp]lay/' debian/copyright-new > debian/copyright-temp
 mv debian/copyright-temp debian/copyright-new
 
-# Remove data/ prefix
-sed 's/ data\// /g' 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
diff --git a/debian/watch b/debian/watch
index c37b864..32932a1 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,5 @@
 version=3
-opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/redeclipse-data-$1\.tar\.gz/,\
-dversionmangle=s/\+ds\d*$// \
-  https://github.com/red-eclipse/data/tags .*/v?(\d\S*)\.tar\.gz
+opts=filenamemangle=s/_nix//,\
+dversionmangle=s/\+ds\d*$//,\
+repackprefix=+ds1 \
+  http://redeclipse.net/files/releases/redeclipse_(.+)_nix\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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