rev 21026 - kde-extras/kmymoney2/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Wed Feb 7 22:57:49 UTC 2018


Author: pino
Date: 2018-02-07 22:57:49 +0000 (Wed, 07 Feb 2018)
New Revision: 21026

Modified:
   kde-extras/kmymoney2/trunk/debian/changelog
   kde-extras/kmymoney2/trunk/debian/rules
Log:
rules: stop moving appdata file


Modified: kde-extras/kmymoney2/trunk/debian/changelog
===================================================================
--- kde-extras/kmymoney2/trunk/debian/changelog	2018-02-07 22:56:42 UTC (rev 21025)
+++ kde-extras/kmymoney2/trunk/debian/changelog	2018-02-07 22:57:49 UTC (rev 21026)
@@ -23,6 +23,8 @@
     - bump the pkg-kde-tools build dependency to >= 0.15.16
   * Switch the -DKDE4_BUILD_TESTS=OFF cmake parameter to -DBUILD_TESTING=OFF,
     as it is what ECM provides.
+  * Stop moving manually the appdata file, as it is installed in the right
+    place now.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Wed, 07 Feb 2018 21:56:19 +0100
 

Modified: kde-extras/kmymoney2/trunk/debian/rules
===================================================================
--- kde-extras/kmymoney2/trunk/debian/rules	2018-02-07 22:56:42 UTC (rev 21025)
+++ kde-extras/kmymoney2/trunk/debian/rules	2018-02-07 22:57:49 UTC (rev 21026)
@@ -7,10 +7,6 @@
 
 override_dh_auto_install:
 	dh_auto_install
-	# move the appdata file to the right place
-	mkdir -p debian/tmp/usr/share/metainfo
-	mv debian/tmp/usr/share/kde4/apps/appdata/org.kde.kmymoney.appdata.xml debian/tmp/usr/share/metainfo/
-	rmdir debian/tmp/usr/share/kde4/apps/appdata/
 	# remove development stuff
 	rm -rf debian/tmp/usr/include/
 	find debian/tmp -name '*.so' -type l -delete




More information about the pkg-kde-commits mailing list