[Pkg-kde-commits] rev 764 - in branches/kde-3.4.0/packages/kdeartwork/debian: . dfsg

Christopher Martin chrsmrtn-guest@costa.debian.org
Thu, 10 Mar 2005 15:56:59 +0100


Author: chrsmrtn-guest
Date: 2005-03-10 15:56:58 +0100 (Thu, 10 Mar 2005)
New Revision: 764

Added:
   branches/kde-3.4.0/packages/kdeartwork/debian/dfsg/
   branches/kde-3.4.0/packages/kdeartwork/debian/dfsg/README.Packaging
   branches/kde-3.4.0/packages/kdeartwork/debian/dfsg/clean-sources
Log:
dfsg notes and scripts for kdeartwork.


Added: branches/kde-3.4.0/packages/kdeartwork/debian/dfsg/README.Packaging
===================================================================
--- branches/kde-3.4.0/packages/kdeartwork/debian/dfsg/README.Packaging	2005-03-10 14:54:22 UTC (rev 763)
+++ branches/kde-3.4.0/packages/kdeartwork/debian/dfsg/README.Packaging	2005-03-10 14:56:58 UTC (rev 764)
@@ -0,0 +1,16 @@
+
+Packaging kdeartwork for Debian
+-------------------------------
+
+Note that kdeartwork ships with some images that are not DFSG-free.
+These images need to be removed from the original upstream tarball
+before debian packaging takes place.  To do this, unpack the original
+upstream tarball into kdeartwork-<version>.orig as usual, and then run
+
+  debian/clean-sources
+
+from the top-level kdeartwork-<version>.orig directory.  The same must also
+be done from the working kdeartwork-<version> directory where the usual
+debian-specific changes are to be made.
+
+ -- Ben Burton <bab@debian.org>, Thu, 14 Oct 2004 22:03:03 +1000

Added: branches/kde-3.4.0/packages/kdeartwork/debian/dfsg/clean-sources
===================================================================
--- branches/kde-3.4.0/packages/kdeartwork/debian/dfsg/clean-sources	2005-03-10 14:54:22 UTC (rev 763)
+++ branches/kde-3.4.0/packages/kdeartwork/debian/dfsg/clean-sources	2005-03-10 14:56:58 UTC (rev 764)
@@ -0,0 +1,18 @@
+#!/bin/sh
+set -e
+
+if [ ! -d kworldclock ]; then
+  echo "You must be in the top-level kdeartwork directory."
+  exit 1
+fi
+
+
+echo "Processing non-DFSG-free kdeartwork data..."
+imgdirs=kworldclock/depths
+
+if [ ! -e "$imgdirs" ]; then
+  echo "Non-free images not found, perhaps you have already cleaned them out?"
+else
+  rm -rf $imgdirs
+  echo "Removed."
+fi


Property changes on: branches/kde-3.4.0/packages/kdeartwork/debian/dfsg/clean-sources
___________________________________________________________________
Name: svn:executable
   + *