Removed obsolete override_dh_missing section.

Aaron Rainbolt 1 year ago
parent 9782bc8457
commit 6d2ad0eb58

1
debian/changelog vendored

@ -4,6 +4,7 @@ lxqt-powermanagement (1.2.0-1ubuntu1) lunar; urgency=medium
* Bumped Standards-Version to 4.6.2, no changes necessary.
* Added 'Rules-Requires-Root: no' to debian/control.
* Removed obsolete '-Wl,--as-needed' linker flag.
* Removed obsolete override_dh_missing section from debian/rules.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Sun, 19 Feb 2023 23:43:57 -0600

3
debian/rules vendored

@ -7,9 +7,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh ${@} --buildsystem cmake
override_dh_missing:
dh_missing --fail-missing
override_dh_auto_configure:
dh_auto_configure -- \
-DPULL_TRANSLATIONS=OFF\

Loading…
Cancel
Save