[redeclipse] 72/494: Compliance with license: "unchanged tarball"

Martin Werner arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:17 UTC 2015


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

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

commit 10b627c73c7f637a52250fade21d1c818b4cada4
Author: Arand Nash <ienorand at gmail.com>
Date:   Thu Mar 10 22:36:31 2011 +0000

    Compliance with license: "unchanged tarball"
    
    License only allows redistribution of all game data, (including bits which
    otherwise are not redistributable) if the only change done to the tarball is
    recompression "using different archival formats suitable for your OS
    (zip/tgz/deb/dmg)"
    
    Because of this, the redeclipse-data binary package now includes everything
    from the original "tarball" (svn repo, as is the case here).
    
    The redeclipse and redeclipse-server binary packages gets by under the
    license of the source (Zlib) and enet (Expat). I Created a new icon (GPLv3)
    since converting any of the redeclipse icon bases into an xpm is disallowed
    as per the license.
---
 redeclipse-data.install | 10 ++++++++
 redeclipse.xpm          | 67 +++++++++++++++++++++++++++++++++++++++++++++++++
 rules                   |  7 +++---
 3 files changed, 81 insertions(+), 3 deletions(-)

diff --git a/redeclipse-data.install b/redeclipse-data.install
index 540f32e..f86212f 100644
--- a/redeclipse-data.install
+++ b/redeclipse-data.install
@@ -1 +1,11 @@
 data usr/share/games/redeclipse
+bin usr/lib/redeclipse
+license.txt /usr/share/games/redeclipse
+readme.txt /usr/share/games/redeclipse
+redeclipse.bat /usr/share/games/redeclipse
+redeclipse.sh /usr/share/games/redeclipse
+redeclipse.sh /usr/share/games/redeclipse
+server.bat /usr/share/games/redeclipse
+server.sh /usr/share/games/redeclipse
+src /usr/share/games/redeclipse
+todo.txt /usr/share/games/redeclipse
diff --git a/redeclipse.xpm b/redeclipse.xpm
new file mode 100644
index 0000000..41ae759
--- /dev/null
+++ b/redeclipse.xpm
@@ -0,0 +1,67 @@
+/* XPM */
+static char * redeclipse_xpm[] = {
+"32 32 32 1",
+" 	c None",
+".	c #FFFFFF",
+"+	c #FEFEFE",
+"@	c #F1F1F1",
+"#	c #E5E5E5",
+"$	c #D8D8D8",
+"%	c #CDCDCD",
+"&	c #CFCFCF",
+"*	c #DBDBDB",
+"=	c #E8E8E8",
+"-	c #F0F0F0",
+";	c #8F8F8F",
+">	c #5B5B5B",
+",	c #292929",
+"'	c #000000",
+")	c #0B0B0B",
+"!	c #3E3E3E",
+"~	c #717171",
+"{	c #A6A6A6",
+"]	c #CCCCCC",
+"^	c #FCFCFC",
+"/	c #848484",
+"(	c #424242",
+"_	c #6B6B6B",
+":	c #FBFBFB",
+"<	c #C2C2C2",
+"[	c #505050",
+"}	c #0E0E0E",
+"|	c #1C1C1C",
+"1	c #030303",
+"2	c #949494",
+"3	c #2A2A2A",
+"                                ",
+"                                ",
+"           ......               ",
+"        ............            ",
+"       ..............           ",
+"      ................          ",
+"     ........+@#$%%&*=-         ",
+"    .......+-%;>,'')!~{]        ",
+"    ......^$/,'''''''')(_       ",
+"   ......:<[''''''''''''}|      ",
+"   .....^<,''''''''''''''1'     ",
+"   ....+$['''''''''''''''''     ",
+"  .....-/'''''''''''''''''''    ",
+"  ....+%,''''''''''''''''''''   ",
+"  ....@;'''''''''''''''''''''   ",
+"   ...#>'''''''''''''''''''''   ",
+"   ...$,''''''''''''''''''''''  ",
+"   ...%'''''''''''''''''''''''  ",
+"    ..%'''''''''''''''''''''''  ",
+"    ..&)''''''''''''''''''''''  ",
+"     .*!''''''''''''''''''''''  ",
+"      #~'''''''''''''''''''''   ",
+"       2)''''''''''''''''''''   ",
+"        3''''''''''''''''''''   ",
+"         1''''''''''''''''''    ",
+"         ''''''''''''''''''     ",
+"          ''''''''''''''''      ",
+"            '''''''''''''       ",
+"             '''''''''''        ",
+"                '''''           ",
+"                                ",
+"                                "};
diff --git a/rules b/rules
index 9ef2ace..bdf2d36 100755
--- a/rules
+++ b/rules
@@ -12,6 +12,7 @@
 %:
 	dh $@ --sourcedirectory=src
 
-override_dh_auto_build:
-	convert -shave 8x8 -resize 32x32 src/site/bits/favicon.png debian/redeclipse.xpm	
-	dh_auto_build
+# We can't do this due to current license regaring icon...
+# override_dh_auto_build:
+#	convert -shave 8x8 -resize 32x32 src/site/bits/favicon.png debian/redeclipse.xpm	
+#	dh_auto_build

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