rev 19428 - kde-extras/digikam/trunk/debian

Pino Toscano pino at alioth.debian.org
Sat Apr 6 23:55:10 UTC 2013


Author: pino
Date: 2013-04-06 23:55:10 +0000 (Sat, 06 Apr 2013)
New Revision: 19428

Modified:
   kde-extras/digikam/trunk/debian/changelog
   kde-extras/digikam/trunk/debian/rules
Log:
simplify installation of upstream changelogs


Modified: kde-extras/digikam/trunk/debian/changelog
===================================================================
--- kde-extras/digikam/trunk/debian/changelog	2013-04-06 23:49:54 UTC (rev 19427)
+++ kde-extras/digikam/trunk/debian/changelog	2013-04-06 23:55:10 UTC (rev 19428)
@@ -13,6 +13,8 @@
     - install the libraries in a private /usr/lib/dikigam directory
   * Instead of skipping oxygen icons installed in the global icon theme,
     remove them from the destdir; this way we can spot them easily
+  * Upstream ChangeLog installations: install digikam's only in digikam and
+    kipi-plugins' in kipi-plugins, and nothing in the other packages
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 07 Apr 2013 01:21:20 +0200
 

Modified: kde-extras/digikam/trunk/debian/rules
===================================================================
--- kde-extras/digikam/trunk/debian/rules	2013-04-06 23:49:54 UTC (rev 19427)
+++ kde-extras/digikam/trunk/debian/rules	2013-04-06 23:55:10 UTC (rev 19428)
@@ -24,7 +24,9 @@
 	rm -r --verbose debian/tmp/usr/share/icons/oxygen
 
 override_dh_installchangelogs:
-	dh_installchangelogs core/ChangeLog 
+	dh_installchangelogs -pdigikam core/ChangeLog
+	dh_installchangelogs -pkipi-plugins extra/kipi-plugins/ChangeLog
+	dh_installchangelogs --remaining-packages
 
 override_dh_install:
 	dh_install -Xmultithread -XREADME.MACOSX --fail-missing




More information about the pkg-kde-commits mailing list