Removed override_dh_missing section.

Aaron Rainbolt 1 year ago
parent 61ccd6e81c
commit 49f45d0104

1
debian/changelog vendored

@ -4,6 +4,7 @@ lxqt-runner (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/control.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Tue, 21 Feb 2023 14:29:40 -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