rev 19590 - kde-extras/kile/trunk/debian

Mark Purcell msp at alioth.debian.org
Fri May 31 22:40:28 UTC 2013


Author: msp
Date: 2013-05-31 22:40:28 +0000 (Fri, 31 May 2013)
New Revision: 19590

Modified:
   kde-extras/kile/trunk/debian/changelog
   kde-extras/kile/trunk/debian/rules
Log:
do NOT run optipng on the icons - patch from Philip Muskovac

Modified: kde-extras/kile/trunk/debian/changelog
===================================================================
--- kde-extras/kile/trunk/debian/changelog	2013-05-26 10:34:08 UTC (rev 19589)
+++ kde-extras/kile/trunk/debian/changelog	2013-05-31 22:40:28 UTC (rev 19590)
@@ -1,3 +1,9 @@
+kile (4:2.1.3-3) UNRELEASED; urgency=low
+
+  * do NOT run optipng on the icons - patch from Philip Muskovac
+
+ -- Mark Purcell <msp at debian.org>  Sat, 01 Jun 2013 08:40:14 +1000
+
 kile (4:2.1.3-2) unstable; urgency=low
 
   * Upload to unstable

Modified: kde-extras/kile/trunk/debian/rules
===================================================================
--- kde-extras/kile/trunk/debian/rules	2013-05-26 10:34:08 UTC (rev 19589)
+++ kde-extras/kile/trunk/debian/rules	2013-05-31 22:40:28 UTC (rev 19590)
@@ -3,6 +3,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+# do NOT run optipng on the icons, this removes the metadata in the latex
+# symbol icons which kile depends on for the symbol table. LP: #772631
+export NO_PNG_PKG_MANGLE=1
+
 %:
 	dh $@ --parallel --with kde
 




More information about the pkg-kde-commits mailing list