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

Pino Toscano pino at moszumanska.debian.org
Mon Jan 1 15:37:45 UTC 2018


Author: pino
Date: 2018-01-01 15:37:44 +0000 (Mon, 01 Jan 2018)
New Revision: 20973

Modified:
   kde-extras/kmymoney2/trunk/debian/changelog
   kde-extras/kmymoney2/trunk/debian/rules
Log:
drop man-*.docbook files


Modified: kde-extras/kmymoney2/trunk/debian/changelog
===================================================================
--- kde-extras/kmymoney2/trunk/debian/changelog	2018-01-01 15:35:21 UTC (rev 20972)
+++ kde-extras/kmymoney2/trunk/debian/changelog	2018-01-01 15:37:44 UTC (rev 20973)
@@ -19,6 +19,8 @@
   * Move the appdata file to the metainfo directory.
   * Remove the kmymoney-dev binary, since there is no stable API/ABI
     - make sure to not ship development stuff
+  * Drop man-*.docbook translations, since they only helper for translating
+    man pages.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Mon, 01 Jan 2018 15:45:00 +0100
 

Modified: kde-extras/kmymoney2/trunk/debian/rules
===================================================================
--- kde-extras/kmymoney2/trunk/debian/rules	2018-01-01 15:35:21 UTC (rev 20972)
+++ kde-extras/kmymoney2/trunk/debian/rules	2018-01-01 15:37:44 UTC (rev 20973)
@@ -14,6 +14,9 @@
 	# remove development stuff
 	rm -rf debian/tmp/usr/include/
 	find debian/tmp -name '*.so' -type l -delete
+	# drop man-*.docbook translations, since they only helper for
+	# translating man pages
+	find debian/tmp -name 'man-*.docbook' -delete
 
 override_dh_strip:
 	dh_strip --dbgsym-migration='kmymoney-dbg (<< 4.8.0-1~)'




More information about the pkg-kde-commits mailing list