rev 4705 - in trunk/packages: kdebase/debian kdelibs/debian

Christopher Martin chrsmrtn at costa.debian.org
Mon Oct 16 21:51:40 UTC 2006


Author: chrsmrtn
Date: 2006-10-16 21:51:40 +0000 (Mon, 16 Oct 2006)
New Revision: 4705

Added:
   trunk/packages/kdelibs/debian/prune-nonfree
Modified:
   trunk/packages/kdebase/debian/prune-nonfree
   trunk/packages/kdelibs/debian/changelog
Log:
OK, add a kdelibs prune-nonfree script as well. Make it consistent
with kdebase's script, though anyone who wants to change them
can go ahead and make them better. Just change them both for consistency :)


Modified: trunk/packages/kdebase/debian/prune-nonfree
===================================================================
--- trunk/packages/kdebase/debian/prune-nonfree	2006-10-16 21:46:19 UTC (rev 4704)
+++ trunk/packages/kdebase/debian/prune-nonfree	2006-10-16 21:51:40 UTC (rev 4705)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
 
 # Removes non-free files from the source tree. Must be done before
 # creating the orig.tar.gz.
@@ -12,5 +12,6 @@
 	rm -f $TOPLEVEL/pics/crystalsvg/cr16-app-firefox.png
 	rm -f $TOPLEVEL/pics/crystalsvg/cr32-app-firefox.png
 	rm -f $TOPLEVEL/pics/crystalsvg/cr48-app-firefox.png
-	exit 0
 fi
+
+exit 0

Modified: trunk/packages/kdelibs/debian/changelog
===================================================================
--- trunk/packages/kdelibs/debian/changelog	2006-10-16 21:46:19 UTC (rev 4704)
+++ trunk/packages/kdelibs/debian/changelog	2006-10-16 21:51:40 UTC (rev 4705)
@@ -1,3 +1,10 @@
+kdelibs (4:3.5.5a.dfsg.1-1) unstable; urgency=medium
+
+  * Remove non-free RFC documentation from the upstream tarball.
+    (Closes: #393378)
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 16 Oct 2006 17:49:07 -0400
+
 kdelibs (4:3.5.5a-2) unstable; urgency=medium
 
   * Grab two more fixes from KDE_3_5_BRANCH.

Added: trunk/packages/kdelibs/debian/prune-nonfree
===================================================================
--- trunk/packages/kdelibs/debian/prune-nonfree	                        (rev 0)
+++ trunk/packages/kdelibs/debian/prune-nonfree	2006-10-16 21:51:40 UTC (rev 4705)
@@ -0,0 +1,16 @@
+#!/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/kioslave/http/kcookiejar/rfc*
+	rm -f $TOPLEVEL/kioslave/http/rfc*
+fi
+
+exit 0


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




More information about the pkg-kde-commits mailing list