debian/rules: Drop --fail-missing argument to dh_missing which is now default in debhelper 13.
This commit is contained in:
parent
2fefb2107d
commit
24c04d8c32
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,5 +1,12 @@
|
|||||||
qtxdg-tools (3.10.0-1ubuntu1) UNRELEASED; urgency=medium
|
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.
|
* Revert a sync from Debian.
|
||||||
|
|
||||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 09 Feb 2023 14:32:44 -0600
|
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 09 Feb 2023 14:32:44 -0600
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -7,9 +7,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|||||||
%:
|
%:
|
||||||
dh ${@} --buildsystem cmake
|
dh ${@} --buildsystem cmake
|
||||||
|
|
||||||
#override_dh_missing:
|
|
||||||
# dh_missing --fail-missing
|
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure -- \
|
dh_auto_configure -- \
|
||||||
-DUPDATE_TRANSLATIONS=OFF \
|
-DUPDATE_TRANSLATIONS=OFF \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user