rev 20260 - kde-extras/lensfun/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sat Jan 9 09:41:18 UTC 2016


Author: pino
Date: 2016-01-09 09:41:17 +0000 (Sat, 09 Jan 2016)
New Revision: 20260

Modified:
   kde-extras/lensfun/trunk/debian/changelog
   kde-extras/lensfun/trunk/debian/rules
Log:
do not compress examples


Modified: kde-extras/lensfun/trunk/debian/changelog
===================================================================
--- kde-extras/lensfun/trunk/debian/changelog	2016-01-09 09:34:28 UTC (rev 20259)
+++ kde-extras/lensfun/trunk/debian/changelog	2016-01-09 09:41:17 UTC (rev 20260)
@@ -31,7 +31,8 @@
   * Tighten the -data dependency in the library package.
   * Stop installing manual-main.txt in liblensfun-doc, as it's just one source
     of the API docs.
-  * Install the documentation examples in liblensfun-dev.
+  * Install the documentation examples in liblensfun-dev, making sure to not
+    compress them.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 09 Jan 2016 08:34:11 +0100
 

Modified: kde-extras/lensfun/trunk/debian/rules
===================================================================
--- kde-extras/lensfun/trunk/debian/rules	2016-01-09 09:34:28 UTC (rev 20259)
+++ kde-extras/lensfun/trunk/debian/rules	2016-01-09 09:41:17 UTC (rev 20260)
@@ -12,5 +12,8 @@
 override_dh_install:
 	dh_install --list-missing
 
+override_dh_compress:
+	dh_compress -Xexamples
+
 override_dh_makeshlibs:
 	dh_makeshlibs -V 'liblensfun1 (>= 0.3.2)'




More information about the pkg-kde-commits mailing list