[neon/extras/smb4k/Neon/release-lts] debian: drop removal of appdata translations

Pino Toscano null at kde.org
Fri Feb 12 10:12:21 GMT 2021


Git commit d9fe0f65e3891915d99cc6b6091ca64faffc5886 by Pino Toscano.
Committed on 11/11/2020 at 23:33.
Pushed by sitter into branch 'Neon/release-lts'.

drop removal of appdata translations

M  +2    -0    debian/changelog
M  +0    -2    debian/rules

https://invent.kde.org/neon/extras/smb4k/commit/d9fe0f65e3891915d99cc6b6091ca64faffc5886

diff --git a/debian/changelog b/debian/changelog
index 37be0dd..3c2030e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ smb4k (3.0.7-0r1) UNRELEASED; urgency=medium
   * Remove the explicit as-needed linking, as it is done by binutils now.
   * Add some upstream metadata fields.
   * Bump the version the watch file to 4, no changes required.
+  * Drop the removal of the appdata translations, as they are not shipped
+    anymore now.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 28 Jun 2020 08:57:04 +0200
 
diff --git a/debian/rules b/debian/rules
index ef26488..cb16400 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,5 @@ override_dh_auto_install:
 	find debian/smb4k -name '*.so' -type l -print -delete
 	# remove translations of unbuilt plasma widget
 	rm -f debian/smb4k/usr/share/locale/*/LC_MESSAGES/plasma_applet_org.kde.smb4kqml.mo
-	# remove unused translations of appdata file
-	rm -f debian/smb4k/usr/share/locale/*/LC_MESSAGES/org.kde.smb4k.appdata.mo
 	# at the end, remove empty directories
 	find debian/smb4k -type d -empty -delete



More information about the Neon-commits mailing list