[neon/qt6/qt6-opcua/Neon/unstable] debian: clean up

Carlos De Maine null at kde.org
Tue Oct 24 23:24:26 BST 2023


Git commit bc6c02c150d98fd74ff12587c5452f57dda49d92 by Carlos De Maine.
Committed on 25/10/2023 at 00:23.
Pushed by carlosdem into branch 'Neon/unstable'.

clean up

M  +1    -1    debian/changelog
M  +2    -1    debian/control
M  +1    -1    debian/rules

https://invent.kde.org/neon/qt6/qt6-opcua/-/commit/bc6c02c150d98fd74ff12587c5452f57dda49d92

diff --git a/debian/changelog b/debian/changelog
index 4976cd7..ecee02c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-qt6-opcua (6.6.0~beta3-0neon) UNRELEASED; urgency=medium
+qt6-opcua (6.6.0~beta2-0neon) UNRELEASED; urgency=medium
 
   * Initial qt6 release
 
diff --git a/debian/control b/debian/control
index 7d704d4..7381708 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,8 @@ Package: qt6-opcua-dev
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: qt6-opcua (= ${binary:Version}),
+Depends: qt6-base-dev,
+         qt6-opcua (= ${binary:Version}),
          ${misc:Depends}
 Suggests: cmake
 Description: Qt 6 OPC UA development files
diff --git a/debian/rules b/debian/rules
index 62ab791..0d56bff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 include /usr/share/dpkg/architecture.mk
 
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
 
 %:
 	dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja


More information about the Neon-commits mailing list