Removed override_dh_missing.

ubuntu/lunar
Aaron Rainbolt 1 year ago
parent bae21579ef
commit 1be098b771

1
debian/changelog vendored

@ -4,6 +4,7 @@ qterminal (1.2.0-2ubuntu1) lunar; urgency=medium
* Added myself and Simon to Uploaders.
* Bumped Standards-Version to 4.6.2, no changes necessary.
* Removed obsolete '-Wl,--as-needed' linker flag from debian/rules.
* Removed obsolete 'override_dh_missing' section from debian/rules.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Fri, 17 Feb 2023 01:22:28 -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