rev 12803 - krap/libspectre/trunk/debian

Matthew Rosewarne mukidohime-guest at alioth.debian.org
Mon Dec 1 00:11:52 UTC 2008


Author: mukidohime-guest
Date: 2008-12-01 00:11:52 +0000 (Mon, 01 Dec 2008)
New Revision: 12803

Added:
   krap/libspectre/trunk/debian/prune-ghostscript
Modified:
   krap/libspectre/trunk/debian/changelog
Log:
* re-add prune-ghostscript


Modified: krap/libspectre/trunk/debian/changelog
===================================================================
--- krap/libspectre/trunk/debian/changelog	2008-11-30 23:31:16 UTC (rev 12802)
+++ krap/libspectre/trunk/debian/changelog	2008-12-01 00:11:52 UTC (rev 12803)
@@ -1,9 +1,9 @@
-libspectre (0.2.2-1) UNRELEASED; urgency=low
+libspectre (0.2.2.ds-1) UNRELEASED; urgency=low
 
   * New upstream release.
     + Fixes rendering of Mozilla-generated files. (Closes: #484645)
     + Correctly loads EPS files with TIFF previews. (Closes: #490309)
-  * Do not remove ghostscript headers, just patch the from build system.
+  * Make prune-ghostscript script actually work.
   * Update Autotools instead of direct patching.
     + Add Build-Depends on autoconf, automake, and libtool.
     + Switch to from CDBS simple patch system to quilt.

Added: krap/libspectre/trunk/debian/prune-ghostscript
===================================================================
--- krap/libspectre/trunk/debian/prune-ghostscript	                        (rev 0)
+++ krap/libspectre/trunk/debian/prune-ghostscript	2008-12-01 00:11:52 UTC (rev 12803)
@@ -0,0 +1,15 @@
+#!/bin/sh -e
+
+# Removes unnecessary ghostscript headers 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 -rf $TOPLEVEL/libspectre/ghostscript/
+fi
+
+exit 0


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




More information about the pkg-kde-commits mailing list