rev 19799 - kde-extras/exiv2/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sun Dec 15 21:00:22 UTC 2013


Author: pino
Date: 2013-12-15 21:00:22 +0000 (Sun, 15 Dec 2013)
New Revision: 19799

Modified:
   kde-extras/exiv2/trunk/debian/changelog
   kde-extras/exiv2/trunk/debian/rules
Log:
do not compress .cpp files

found in examples


Modified: kde-extras/exiv2/trunk/debian/changelog
===================================================================
--- kde-extras/exiv2/trunk/debian/changelog	2013-12-15 20:55:39 UTC (rev 19798)
+++ kde-extras/exiv2/trunk/debian/changelog	2013-12-15 21:00:22 UTC (rev 19799)
@@ -29,6 +29,7 @@
   * Tighten the exiv2 dependency on the same version of the libexiv2 library.
   * Remove the extra "samples" subdirectory for the examples in libexiv2-dev.
   * Bump Standards-Version to 3.9.5, no changes required.
+  * Do not compress .cpp files (found in examples).
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 15 Dec 2013 19:22:59 +0100
 

Modified: kde-extras/exiv2/trunk/debian/rules
===================================================================
--- kde-extras/exiv2/trunk/debian/rules	2013-12-15 20:55:39 UTC (rev 19798)
+++ kde-extras/exiv2/trunk/debian/rules	2013-12-15 21:00:22 UTC (rev 19799)
@@ -34,4 +34,4 @@
 	dh_installchangelogs -A doc/ChangeLog
 
 override_dh_compress:
-	dh_compress -X.xls -X.js -X.idx -X.xml -X.php
+	dh_compress -X.xls -X.js -X.idx -X.xml -X.php -X.cpp




More information about the pkg-kde-commits mailing list