[neon/kde/kajongg/Neon/stable] debian: wrong bindir

Carlos De Maine null at kde.org
Sat Jan 20 06:21:12 GMT 2024


Git commit e4f1d6d1e4a7a87687297ae1e047fa01d66086f8 by Carlos De Maine.
Committed on 20/01/2024 at 07:21.
Pushed by carlosdem into branch 'Neon/stable'.

wrong bindir

A  +2    -0    debian/lintian-overrides
M  +1    -1    debian/rules

https://invent.kde.org/neon/kde/kajongg/-/commit/e4f1d6d1e4a7a87687297ae1e047fa01d66086f8

diff --git a/debian/lintian-overrides b/debian/lintian-overrides
new file mode 100644
index 0000000..1427f8f
--- /dev/null
+++ b/debian/lintian-overrides
@@ -0,0 +1,2 @@
+kajongg: package-installs-python-pycache-dir usr/share/kajongg/__pycache__/
+kajongg: desktop-command-not-in-package usr/share/applications/org.kde.kajongg.desktop kajongg
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index b8b52e6..2c05728 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DKDE_INSTALL_BINDIR=/usr/games/
+	dh_auto_configure -- -DKDE_INSTALL_BINDIR=usr/games/
 
 override_dh_python3:
 	dh_python3 /usr/share/kajongg


More information about the Neon-commits mailing list