[neon/neon-packaging/libqt6qxlsx/Neon/unstable] debian: -DCMAKE_INSTALL_PREFIX=/usr
Carlos De Maine
null at kde.org
Thu Jul 30 07:27:53 BST 2026
Git commit 8291cb4d3d05ac6dc208e24cce7825159d1b755d by Carlos De Maine.
Committed on 30/07/2026 at 06:27.
Pushed by carlosdem into branch 'Neon/unstable'.
-DCMAKE_INSTALL_PREFIX=/usr
M +6 -4 debian/rules
https://invent.kde.org/neon/neon-packaging/libqt6qxlsx/-/commit/8291cb4d3d05ac6dc208e24cce7825159d1b755d
diff --git a/debian/rules b/debian/rules
index 826319b..aa072ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,13 +6,13 @@ export DH_VERBOSE = 1
# See FEATURE AREAS in dpkg-buildflags(1).
-#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# See ENVIRONMENT in dpkg-buildflags(1).
# Package maintainers to append CFLAGS.
-#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
+export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
# Package maintainers to append LDFLAGS.
-#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
@@ -20,4 +20,6 @@ export DH_VERBOSE = 1
override_dh_auto_configure:
- dh_auto_configure -- -DBUILD_SHARED_LIBS=ON -DQT_VERSION_MAJOR=6
+ dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_SHARED_LIBS=ON \
+ -DQT_VERSION_MAJOR=6
More information about the Neon-commits
mailing list