[neon/extras/gammaray/Neon/experimental] debian: clean

Carlos De Maine null at kde.org
Wed Aug 2 10:32:58 BST 2023


Git commit 54b0c206f103a9fdcf801457ab1ac9d5f12c17c6 by Carlos De Maine.
Committed on 02/08/2023 at 11:32.
Pushed by carlosdem into branch 'Neon/experimental'.

clean

M  +1    -0    debian/control
M  +3    -34   debian/rules

https://invent.kde.org/neon/extras/gammaray/-/commit/54b0c206f103a9fdcf801457ab1ac9d5f12c17c6

diff --git a/debian/control b/debian/control
index dc32749a..071bd7e8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Jakub Adam <jakub.adam at ktknet.cz>
 Build-Depends: cmake,
                debhelper-compat (= 13),
+               doxygen,
                gdb,
                libdw-dev,
                libdwarf-dev,
diff --git a/debian/rules b/debian/rules
index e6f2b18b..4a8152cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,14 +25,6 @@ override_dh_auto_configure:
 
 override_dh_auto_test:
     :
-#ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 i386 ppc64el))
-#	xvfb-run -a -s "-screen 0 640x480x24" dh_auto_test --max-parallel=1 -- ARGS="-V"
-# attachtest-gdb is unstable on s390x and hangs builds
-#else ifeq ($(DEB_HOST_ARCH), s390x)
-#	-xvfb-run -a -s "-screen 0 640x480x24" dh_auto_test --max-parallel=1 -- ARGS="-V -E attachtest-gdb"
-#else
-#	-xvfb-run -a -s "-screen 0 640x480x24" dh_auto_test --max-parallel=1 -- ARGS="-V"
-#endif
 
 override_dh_auto_install:
 	dh_auto_install
@@ -41,29 +33,6 @@ override_dh_auto_install:
 override_dh_installdocs:
 	dh_installdocs --link-doc=gammaray
 
-
-#!/usr/bin/make -f
-
-include /usr/share/dpkg/architecture.mk
-
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
-
-# QT_HOST_PATH isn't passed in cross-builds
-ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
-extra_cmake_args += \
-	-DQT_HOST_PATH=/usr \
-	-DQT_HOST_PATH_CMAKE_DIR=/usr/lib/${DEB_HOST_MULTIARCH}/cmake
-endif
-
-%:
-	dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja
-
-override_dh_auto_configure:
-	dh_auto_configure -- \
-		--log-level=STATUS \
-		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
-		$(extra_cmake_args)
-
-execute_after_dh_auto_install:
-	# Reproducible builds: remove build paths from .prl files
-	sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt6*.prl
+#execute_after_dh_auto_install:
+#	# Reproducible builds: remove build paths from .prl files
+#	sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt6*.prl


More information about the Neon-commits mailing list