rev 12799 - krap/libspectre/trunk/debian

Matthew Rosewarne mukidohime-guest at alioth.debian.org
Sun Nov 30 22:39:25 UTC 2008


Author: mukidohime-guest
Date: 2008-11-30 22:39:25 +0000 (Sun, 30 Nov 2008)
New Revision: 12799

Removed:
   krap/libspectre/trunk/debian/prune-ghostscript
Modified:
   krap/libspectre/trunk/debian/changelog
   krap/libspectre/trunk/debian/compat
   krap/libspectre/trunk/debian/control
   krap/libspectre/trunk/debian/rules
Log:
* replace prune-ghostscript with clean rule
* de-bump dh compat to 5


Modified: krap/libspectre/trunk/debian/changelog
===================================================================
--- krap/libspectre/trunk/debian/changelog	2008-11-30 20:41:49 UTC (rev 12798)
+++ krap/libspectre/trunk/debian/changelog	2008-11-30 22:39:25 UTC (rev 12799)
@@ -1,23 +1,18 @@
-libspectre (0.2.1.ds-1) unstable; 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)
-
-  [ Pino Toscano ]
-  * Fix prune-ghostscript to work for real.
-  * Bump Standards-Version to 3.8.0, no changes required.
-
-  [ Matthew Rosewarne ]
-  * Fix watch file.
-  * Set debhelper compatibility level to 6
+  * Replace prune-ghostscript script with DEB_MAINTAINER_MODE clean rule.
   * Update Autotools instead of direct patching.
     + Add Build-Depends on autoconf, automake, and libtool.
     + Switch to from CDBS simple patch system to quilt.
     + Rewrite strip_ghostscript.patch as prune-ghostscript.patch.
+  * Bump Standards-Version to 3.8.0, no changes required.
+  * Fix watch file.
   * Adjust descriptions.
 
- -- Matthew Rosewarne <mrosewarne at inoutbox.com>  Sat, 15 Nov 2008 02:02:32 -0500
+ -- Matthew Rosewarne <mrosewarne at inoutbox.com>  Sun, 30 Nov 2008 17:33:29 -0500
 
 libspectre (0.2.0.ds-1) unstable; urgency=low
 

Modified: krap/libspectre/trunk/debian/compat
===================================================================
--- krap/libspectre/trunk/debian/compat	2008-11-30 20:41:49 UTC (rev 12798)
+++ krap/libspectre/trunk/debian/compat	2008-11-30 22:39:25 UTC (rev 12799)
@@ -1 +1 @@
-6
+5

Modified: krap/libspectre/trunk/debian/control
===================================================================
--- krap/libspectre/trunk/debian/control	2008-11-30 20:41:49 UTC (rev 12798)
+++ krap/libspectre/trunk/debian/control	2008-11-30 22:39:25 UTC (rev 12799)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Matthew Rosewarne <mrosewarne at inoutbox.com>
 Uploaders: Debian Krap Maintainers <debian-qt-kde at lists.debian.org> 
-Build-Depends: cdbs, debhelper (>= 6), autoconf, automake, autotools-dev, libcairo2-dev, libgs-dev, libtool, quilt
+Build-Depends: cdbs, debhelper (>= 5), autoconf, automake, autotools-dev, libcairo2-dev, libgs-dev, libtool, quilt
 Standards-Version: 3.8.0
 Homepage: http://libspectre.freedesktop.org
 

Deleted: krap/libspectre/trunk/debian/prune-ghostscript

Modified: krap/libspectre/trunk/debian/rules
===================================================================
--- krap/libspectre/trunk/debian/rules	2008-11-30 20:41:49 UTC (rev 12798)
+++ krap/libspectre/trunk/debian/rules	2008-11-30 22:39:25 UTC (rev 12799)
@@ -1,6 +1,13 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
 
+ifneq (,$(DEB_MAINTAINER_MODE))
+# Prune included ghostscript headers
+# Makefiles must be updated!
+clean::
+	rm -rf $(DEB_SRCDIR)/libspectre/ghostscript/
+endif
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk




More information about the pkg-kde-commits mailing list