[neon/forks/heaptrack/Neon/release] debian: merge stable into release

Carlos De Maine null at kde.org
Thu Jan 8 02:59:48 GMT 2026


Git commit 8bf5b7a598f96a95055cee7a86d846f76e4363b6 by Carlos De Maine.
Committed on 08/01/2026 at 02:59.
Pushed by carlosdem into branch 'Neon/release'.

merge stable into release

M  +17   -17   debian/control
M  +5    -5    debian/rules

https://invent.kde.org/neon/forks/heaptrack/-/commit/8bf5b7a598f96a95055cee7a86d846f76e4363b6

diff --cc debian/control
index 49a50f1,100dc9f..17abef4
--- a/debian/control
+++ b/debian/control
@@@ -6,20 -5,13 +6,14 @@@ Section: deve
  Priority: optional
  Build-Depends: cmake,
                 debhelper-compat (= 13),
-                qtbase5-dev,
-                qtbase5-dev-tools,
-                libkf5kio-dev,
-                libkf5configwidgets-dev,
-                libkf5threadweaver-dev,
-                libkf5itemmodels-dev,
-                libkf5i18n-dev,
-                libkchart-dev,
-                libdwarf-dev,
-                libelf-dev,
-                extra-cmake-modules,
-                libunwind-dev,
-                libdw-dev,
+                elfutils,
+                kf6-extra-cmake-modules,
+                kf6-kio-dev,
+                kf6-kconfigwidgets-dev,
+                kf6-threadweaver-dev,
+                kf6-kitemmodels-dev,
+                kf6-ki18n-dev,
 +               libboost-container-dev,
                 libboost-iostreams-dev,
                 libboost-filesystem-dev,
                 libboost-system-dev,
@@@ -102,4 -100,4 +102,4 @@@ Description: heap memory profiler for L
   reducing an application's interactivity as much as Valgrind does.
   Heaptrack is useful for debugging memory leaks and memory ballooning.
   .
-- The package contains the shared libraries.
++ The package contains the shared libraries.
diff --cc debian/rules
index 69f4c13,8545c7b..1fcb425
--- a/debian/rules
+++ b/debian/rules
@@@ -1,14 -1,14 +1,14 @@@
  #!/usr/bin/make -f
+ # SPDX-License-Identifier: LGPL-2.0-or-later
+ # # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
  
 -#!/usr/bin/make -f
 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
- 
  BUILDDIR = $(CURDIR)/debian/build
- 
  %:
- 	dh $@ --builddirectory=$(BUILDDIR)
+ 	dh $@ --with kf6 --buildsystem kf6 --builddirectory=$(BUILDDIR)
  
  override_dh_auto_configure:
- 	dh_auto_configure -- -DHEAPTRACK_BUILD_PRINT=ON -DHEAPTRACK_BUILD_GUI=ON
+ 	dh_auto_configure -- -DHEAPTRACK_BUILD_PRINT=ON -DHEAPTRACK_BUILD_GUI=ON -DHEAPTRACK_USE_QT6=ON
  
  # Unittests are disabled on mips due to build failures
  # It looks like the crash is happening in libunwind,
@@@ -23,4 -23,4 +23,4 @@@ override_dh_auto_install
  endif # amd64
  endif # nocheck
  
--override_dh_auto_test:
++override_dh_auto_test:


More information about the Neon-commits mailing list