rev 12634 - in krap/libspectre/trunk/debian: . patches

Matthew Rosewarne mukidohime-guest at alioth.debian.org
Thu Nov 13 20:39:21 UTC 2008


Author: mukidohime-guest
Date: 2008-11-13 20:39:21 +0000 (Thu, 13 Nov 2008)
New Revision: 12634

Added:
   krap/libspectre/trunk/debian/patches/prune-ghostscript.patch
   krap/libspectre/trunk/debian/patches/series
Removed:
   krap/libspectre/trunk/debian/patches/mozilla-fix.patch
   krap/libspectre/trunk/debian/patches/strip_ghostscript.patch
Modified:
   krap/libspectre/trunk/debian/changelog
   krap/libspectre/trunk/debian/compat
   krap/libspectre/trunk/debian/control
   krap/libspectre/trunk/debian/libspectre1.install
   krap/libspectre/trunk/debian/prune-ghostscript
   krap/libspectre/trunk/debian/rules
Log:
* libspectre 0.2.1 (Thanks Pino!)
  + Mozilla fix merged upstream.
  + S-V 3.8.0
  + dh 6
  + Don't patch autotools files, regenerate them
  + quilt is overwhelmingly too legit to quit
  + description tweaks
  + stupid removed from prune-ghostscript script



Modified: krap/libspectre/trunk/debian/changelog
===================================================================
--- krap/libspectre/trunk/debian/changelog	2008-11-13 19:42:08 UTC (rev 12633)
+++ krap/libspectre/trunk/debian/changelog	2008-11-13 20:39:21 UTC (rev 12634)
@@ -1,7 +1,20 @@
-libspectre (0.2.0.ds-2) unstable; urgency=low
+libspectre (0.2.1.ds-1) unstable; urgency=low
 
-  * Add mozilla-fix.patch to hack around Mozilla's broken PS. (Closes: #484645).
+  * New upstream release.
+    - fix rendering of Mozilla-generated files. (Closes: #484645)
+
+  [ 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
+  * 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.
+  * Adjust descriptions
 
  -- Matthew Rosewarne <mrosewarne at inoutbox.com>  Fri, 11 Jul 2008 07:58:55 -0400
 

Modified: krap/libspectre/trunk/debian/compat
===================================================================
--- krap/libspectre/trunk/debian/compat	2008-11-13 19:42:08 UTC (rev 12633)
+++ krap/libspectre/trunk/debian/compat	2008-11-13 20:39:21 UTC (rev 12634)
@@ -1 +1 @@
-5
+6

Modified: krap/libspectre/trunk/debian/control
===================================================================
--- krap/libspectre/trunk/debian/control	2008-11-13 19:42:08 UTC (rev 12633)
+++ krap/libspectre/trunk/debian/control	2008-11-13 20:39:21 UTC (rev 12634)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Matthew Rosewarne <mrosewarne at inoutbox.com>
 Uploaders: Debian Krap Maintainers <debian-qt-kde at lists.debian.org> 
-Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libcairo2-dev, libgs-dev, patchutils
-Standards-Version: 3.7.3
+Build-Depends: cdbs, debhelper (>= 6), autoconf, automake, autotools-dev, libcairo2-dev, libgs-dev, libtool, quilt
+Standards-Version: 3.8.0
 Homepage: http://libspectre.freedesktop.org
 
 Package: libspectre1
@@ -21,10 +21,11 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libspectre1 (= ${binary:Version})
 Description: Debugging symbols for libspectre
- libspectre is a small library for rendering Postscript documents. It provides
+ libspectre is a small library for rendering PostScript documents. It provides
  a convenient easy to use API for handling and rendering Postscript documents.
  .
- This package contains the debugging symbols for libspectre.
+ This package contains debugging files used to investigate problems with
+ libspectre.
 
 Package: libspectre-dev
 Section: libdevel
@@ -34,5 +35,5 @@
  libspectre is a small library for rendering Postscript documents. It provides
  a convenient easy to use API for handling and rendering Postscript documents.
  .
- This is the development package which contains headers and static libraries 
- for libspectre.
+ This package contains development files for building software that uses
+ libspectre.
\ No newline at end of file

Modified: krap/libspectre/trunk/debian/libspectre1.install
===================================================================
--- krap/libspectre/trunk/debian/libspectre1.install	2008-11-13 19:42:08 UTC (rev 12633)
+++ krap/libspectre/trunk/debian/libspectre1.install	2008-11-13 20:39:21 UTC (rev 12634)
@@ -1,2 +1,2 @@
 usr/lib/libspectre.so.1
-usr/lib/libspectre.so.1.1.0
+usr/lib/libspectre.so.1.*

Deleted: krap/libspectre/trunk/debian/patches/mozilla-fix.patch

Added: krap/libspectre/trunk/debian/patches/prune-ghostscript.patch
===================================================================
--- krap/libspectre/trunk/debian/patches/prune-ghostscript.patch	                        (rev 0)
+++ krap/libspectre/trunk/debian/patches/prune-ghostscript.patch	2008-11-13 20:39:21 UTC (rev 12634)
@@ -0,0 +1,18 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -287,7 +287,6 @@
+ Doxyfile
+ libspectre/Makefile
+ libspectre/spectre-version.h
+-libspectre/ghostscript/Makefile
+ test/Makefile
+ libspectre.pc
+ ])
+--- a/libspectre/Makefile.am
++++ b/libspectre/Makefile.am
+@@ -1,5 +1,3 @@
+-SUBDIRS = ghostscript
+-
+ INCLUDES = 			\
+ 	-I$(top_builddir)	\
+ 	-I$(srcdir)		\

Added: krap/libspectre/trunk/debian/patches/series
===================================================================
--- krap/libspectre/trunk/debian/patches/series	                        (rev 0)
+++ krap/libspectre/trunk/debian/patches/series	2008-11-13 20:39:21 UTC (rev 12634)
@@ -0,0 +1 @@
+prune-ghostscript.patch

Deleted: krap/libspectre/trunk/debian/patches/strip_ghostscript.patch

Modified: krap/libspectre/trunk/debian/prune-ghostscript
===================================================================
--- krap/libspectre/trunk/debian/prune-ghostscript	2008-11-13 19:42:08 UTC (rev 12633)
+++ krap/libspectre/trunk/debian/prune-ghostscript	2008-11-13 20:39:21 UTC (rev 12634)
@@ -9,7 +9,7 @@
 	echo "Please provide the toplevel directory as the argument."
 	exit 1
 else
-	rm -f $TOPLEVEL/libspectre/ghostscript/
+	rm -rf $TOPLEVEL/libspectre/ghostscript/
 fi
 
 exit 0

Modified: krap/libspectre/trunk/debian/rules
===================================================================
--- krap/libspectre/trunk/debian/rules	2008-11-13 19:42:08 UTC (rev 12633)
+++ krap/libspectre/trunk/debian/rules	2008-11-13 20:39:21 UTC (rev 12634)
@@ -1,9 +1,16 @@
 #!/usr/bin/make -f
-  
+# -*- mode: makefile; coding: utf-8 -*-
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/rules/utils.mk
 
+# Regenerate autotools files from patched files
+DEB_AUTO_UPDATE_AUTOCONF=2.61
+DEB_AUTO_UPDATE_AUTOMAKE=1.10
+DEB_AUTO_UPDATE_LIBTOOL=pre
+
 DEB_DH_INSTALL_SOURCEDIR = debian/tmp
 
 DEB_MAKE_CHECK_TARGET = check




More information about the pkg-kde-commits mailing list