[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#744162: ghostscript: diff for NMU version 9.05~dfsg-8.1



Package: ghostscript
Version: 9.05~dfsg-8
Severity: normal
Tags: patch pending

Dear maintainer,

As part of the arm64 port:
http://buildd.debian-ports.org/status/architecture.php?a=arm64&suite=sid

I've prepared an NMU for ghostscript (versioned as 9.05~dfsg-8.1)
which fixes a couple of trival bugs (#717826 and #733018). As these
bugs have been around for months already and are are uncontroversial
I've uploaded it to DELAYED/2 so it'll get built soon.

Complain if that's a problem.

Wookey
diff -Nru ghostscript-9.05~dfsg/debian/changelog ghostscript-9.05~dfsg/debian/changelog
--- ghostscript-9.05~dfsg/debian/changelog	2013-07-04 13:57:58.000000000 +0000
+++ ghostscript-9.05~dfsg/debian/changelog	2014-04-10 22:57:33.000000000 +0000
@@ -1,3 +1,11 @@
+ghostscript (9.05~dfsg-8.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add arm64 to symbols file. Thanks to Matthias Klose (Closes: #717826)
+  * Fix gs/ps typo in clean target preventing rebuilds (Closes: #733018)
+
+ -- Wookey <wookey@debian.org>  Mon, 07 Apr 2014 02:37:59 +0000
+
 ghostscript (9.05~dfsg-8) unstable; urgency=medium
 
   * Add patches to fix endless loops related to unbalanced q/Q
diff -Nru ghostscript-9.05~dfsg/debian/libgs__VER__.symbols.in ghostscript-9.05~dfsg/debian/libgs__VER__.symbols.in
--- ghostscript-9.05~dfsg/debian/libgs__VER__.symbols.in	2013-02-25 00:19:43.000000000 +0000
+++ ghostscript-9.05~dfsg/debian/libgs__VER__.symbols.in	2014-04-07 02:32:39.000000000 +0000
@@ -1,5 +1,5 @@
 libgs.so.__VER__ libgs__VER__ #MINVER#
 #include "symbols.common"
 (arch=linux-any)#include "symbols.common_linux"
-(arch=!any-alpha !any-amd64 !any-ia64 !any-ppc64 !any-s390x !any-sparc64)#include "symbols.common_32bit"
-(arch=any-alpha any-amd64 any-armel any-i386 any-ia64 any-mipsel any-sh3 any-sh4)#include "symbols.common_le"
+(arch=!any-alpha !any-amd64 !any-arm64 !any-ia64 !any-ppc64 !any-s390x !any-sparc64)#include "symbols.common_32bit"
+(arch=any-alpha any-amd64 any-arm64 any-armel any-i386 any-ia64 any-mipsel any-sh3 any-sh4)#include "symbols.common_le"
diff -Nru ghostscript-9.05~dfsg/debian/rules ghostscript-9.05~dfsg/debian/rules
--- ghostscript-9.05~dfsg/debian/rules	2013-07-04 12:33:35.000000000 +0000
+++ ghostscript-9.05~dfsg/debian/rules	2014-04-07 02:37:31.000000000 +0000
@@ -239,7 +239,7 @@
 	[ ! -f Makefile ] || $(MAKE) soclean
 	[ ! -f Makefile ] || $(MAKE) distclean
 # These are somehow left...
-	rm -rf sobin soobj gs.a cups/pstoraster cups/pstopxl
+	rm -rf sobin soobj gs.a cups/pstoraster cups/gstopxl
 
 # Remove some of the scripts
 install/ghostscript::

Reply to: