rev 8805 - krap/libspectre/trunk/debian

Ana Beatriz Guerrero López ana at alioth.debian.org
Sun Jan 6 23:14:32 UTC 2008


Author: ana
Date: 2008-01-06 23:14:32 +0000 (Sun, 06 Jan 2008)
New Revision: 8805

Added:
   krap/libspectre/trunk/debian/prune-nonfree
Log:
forgot this.


Added: krap/libspectre/trunk/debian/prune-nonfree
===================================================================
--- krap/libspectre/trunk/debian/prune-nonfree	                        (rev 0)
+++ krap/libspectre/trunk/debian/prune-nonfree	2008-01-06 23:14:32 UTC (rev 8805)
@@ -0,0 +1,15 @@
+#!/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/libspectre/ghostscript/
+fi
+
+exit 0


Property changes on: krap/libspectre/trunk/debian/prune-nonfree
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-kde-commits mailing list