[neon/extras/calamares/Neon/release-lts] debian: uncertain attempt at fixing the install rules

Harald Sitter null at kde.org
Mon Feb 15 13:22:30 GMT 2021


Git commit 602aad3470b20f4942a2f3a824d7113c8c8b7b8f by Harald Sitter.
Committed on 15/02/2021 at 13:22.
Pushed by sitter into branch 'Neon/release-lts'.

uncertain attempt at fixing the install rules

with one package the install goes to debian/$pkg by default rather
than debian/tmp

M  +3    -0    debian/rules

https://invent.kde.org/neon/extras/calamares/commit/602aad3470b20f4942a2f3a824d7113c8c8b7b8f

diff --git a/debian/rules b/debian/rules
index bdc7a8d..5a4c0b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,9 @@ export DEB_BUILD_OPTIONS=buildinfo=+path
 override_dh_auto_configure:
 	dh_auto_configure -- -DWITH_PYTHONQT=ON -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
 
+override_dh_auto_install:
+	dh_auto_install --destdir=debian/tmp
+
 # Some test don't work well, we don't need to run them at package build time.
 override_dh_auto_test:
 


More information about the Neon-commits mailing list