rev 11987 - kde-extras/palapeli/trunk/debian

Xavier Vello wdgt-guest at alioth.debian.org
Wed Aug 27 01:39:04 UTC 2008


Author: wdgt-guest
Date: 2008-08-27 01:39:04 +0000 (Wed, 27 Aug 2008)
New Revision: 11987

Added:
   kde-extras/palapeli/trunk/debian/prune-nonfree
Modified:
   kde-extras/palapeli/trunk/debian/copyright
Log:
prune-nonfree for gnu-fdl images



Modified: kde-extras/palapeli/trunk/debian/copyright
===================================================================
--- kde-extras/palapeli/trunk/debian/copyright	2008-08-27 01:04:33 UTC (rev 11986)
+++ kde-extras/palapeli/trunk/debian/copyright	2008-08-27 01:39:04 UTC (rev 11987)
@@ -2,6 +2,7 @@
 Mon, 27 Aug 2008.
 
 It was downloaded from http://palapeli.ages-skripte.org/
+Non-free content removed with debian/prune-nonfree script
 
 Copyright and licence notice:
 

Added: kde-extras/palapeli/trunk/debian/prune-nonfree
===================================================================
--- kde-extras/palapeli/trunk/debian/prune-nonfree	                        (rev 0)
+++ kde-extras/palapeli/trunk/debian/prune-nonfree	2008-08-27 01:39:04 UTC (rev 11987)
@@ -0,0 +1,20 @@
+#!/bin/sh -e
+
+# Removes non-free files from the source tree. Must be done before
+# creating the orig.tar.gz.
+
+TOPLEVEL="$1"
+
+if [ "$TOPLEVEL" = "" ]; then
+	echo "Please provide the toplevel directory as the argument."
+	exit 1
+else
+	rm -f $TOPLEVEL/puzzles/castle-maintenon.*
+        grep -v castle-maintenon $TOPLEVEL/puzzles/CMakeLists.txt  > $TOPLEVEL/puzzles/CMakeLists.txt.tmp
+
+        rm -f $TOPLEVEL/puzzles/panther-chameleon-female.*
+        grep -v panther-chameleon-female $TOPLEVEL/puzzles/CMakeLists.txt.tmp  > $TOPLEVEL/puzzles/CMakeLists.txt
+        rm -f $TOPLEVEL/puzzles/CMakeLists.txt.tmp
+fi
+
+exit 0


Property changes on: kde-extras/palapeli/trunk/debian/prune-nonfree
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-kde-commits mailing list