Codebase list kphotoalbum / bb86c9b
rules: use execute_before_dh_auto_build Pino Toscano 1 year, 11 months ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
77 * Rename docs to kphotoalbum.docs to make it clear to which package it refers.
88 * Add a simple upstream/metadata file.
99 * Remove the explicit as-needed linking, as it is done by binutils now.
10 * Use execute_before_dh_auto_build to avoid invoking dh_auto_build manually.
1011
1112 -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Fri, 27 May 2022 18:35:30 +0200
1213
22 %:
33 dh $@ --with kf5
44
5 override_dh_auto_build:
5 execute_before_dh_auto_build:
66 # force generation of version.h, to avoid races later on
77 dh_auto_build --no-parallel -- UpdateVersion
8 dh_auto_build
98
109 .PHONY: override_dh_auto_test