Codebase list compton-conf / dd60eab
Bump debhelper from old 12 to 13. + debian/rules: Drop --fail-missing argument to dh_missing, which is now the default. Changes-By: lintian-brush Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html Debian Janitor 1 year, 8 months ago
3 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
22 * Remove constraints unnecessary since buster:
33 + compton-conf-l10n: Drop versioned constraint on compton-conf in Replaces.
44 + compton-conf-l10n: Drop versioned constraint on compton-conf in Breaks.
5 * Bump debhelper from old 12 to 13.
6 + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
7 default.
58
69 -- Debian Janitor <janitor@jelmer.uk> Wed, 02 Feb 2022 20:58:25 -0000
710
44 Andrew Lee (李健秋) <ajqlee@debian.org>
55 Section: x11
66 Priority: optional
7 Build-Depends: debhelper-compat (= 12),
7 Build-Depends: debhelper-compat (= 13),
88 libconfig-dev,
99 libkf5windowsystem-dev,
1010 libqt5svg5-dev,
77 %:
88 dh ${@} --buildsystem cmake
99
10 override_dh_missing:
11 dh_missing --fail-missing
12
1310 override_dh_auto_configure:
1411 dh_auto_configure -- \
1512 -DUPDATE_TRANSLATIONS=OFF \