[neon/extras/calligra/Neon/release] debian: remove unused files

Jonathan Riddell null at kde.org
Tue Aug 27 20:31:21 BST 2024


Git commit b7181ac8cd5fcebf911c01353d752efb57d54a04 by Jonathan Riddell.
Committed on 27/08/2024 at 19:31.
Pushed by jriddell into branch 'Neon/release'.

remove unused files

M  +6    -6    debian/rules

https://invent.kde.org/neon/extras/calligra/-/commit/b7181ac8cd5fcebf911c01353d752efb57d54a04

diff --git a/debian/rules b/debian/rules
index e3332f7..c6f48f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,16 +23,16 @@ override_dh_auto_install:
 	dh_auto_install
 	# Remove development stuff:
 	# - symlinks of libraries
-	find debian/tmp/usr/lib -name '*.so' -type l -print -delete
+	find debian/calligra/usr/lib -name '*.so' -type l -print -delete
 	# - headers
-	rm -rfv debian/tmp/usr/include
+	rm -rfv debian/calligra/usr/include
 	# - cmake configuration files
-	rm -rfv debian/tmp/usr/share/kde4/apps/cmake
+	rm -rfv debian/calligra/usr/share/kde4/apps/cmake
 	# Remove mimetypes already provided by shared-mime-info
-	rm -f debian/tmp/usr/share/mime/packages/msooxml-all.xml
-	rm -f debian/tmp/usr/share/mime/packages/x-iwork-keynote-sffkey.xml
+	rm -f debian/calligra/usr/share/mime/packages/msooxml-all.xml
+	rm -f debian/calligra/usr/share/mime/packages/x-iwork-keynote-sffkey.xml
 	# remove calligra plan translations now in separated plan source
-	rm -f debian/tmp/usr/share/locale/*/*/*plan*
+	rm -f debian/calligra/usr/share/locale/*/*/*plan*
 
 
 override_dh_link:


More information about the Neon-commits mailing list