[neon/neon-packaging/libqt6qxlsx/Neon/release] debian: -DCMAKE_INSTALL_PREFIX=/usr
Carlos De Maine
null at kde.org
Thu Jul 30 07:28:13 BST 2026
Git commit d444e7eb509143510e5bf029de6b88036db274f0 by Carlos De Maine.
Committed on 30/07/2026 at 06:28.
Pushed by carlosdem into branch 'Neon/release'.
-DCMAKE_INSTALL_PREFIX=/usr
(cherry picked from commit 8291cb4d3d05ac6dc208e24cce7825159d1b755d)
M +6 -4 debian/rules
https://invent.kde.org/neon/neon-packaging/libqt6qxlsx/-/commit/d444e7eb509143510e5bf029de6b88036db274f0
diff --git a/debian/rules b/debian/rules
index 5c20fc4..a15e992 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,13 +6,13 @@
# 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 @@
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