debian/rules: Drop --fail-missing argument to dh_missing which is now default in debhelper 13.

This commit is contained in:
Andrew Lee 2023-02-09 14:53:18 -06:00 committed by Aaron Rainbolt
parent 2fefb2107d
commit 24c04d8c32
2 changed files with 7 additions and 3 deletions

7
debian/changelog vendored
View File

@ -1,5 +1,12 @@
qtxdg-tools (3.10.0-1ubuntu1) UNRELEASED; urgency=medium
[ Andrew Lee ]
* debian/rules: Drop --fail-missing argument to dh_missing which is now
default in debhelper 13.
[ Aaron Rainbolt ]
* Revert a sync from Debian.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 09 Feb 2023 14:32:44 -0600

3
debian/rules vendored
View File

@ -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 -- \
-DUPDATE_TRANSLATIONS=OFF \