Updated rules

This commit is contained in:
Raman Sarda 2020-02-15 23:58:11 +05:30
parent 93d9e7e109
commit 3979e0b270
2 changed files with 9 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
lxqt-policykit (0.14.1-1ubuntu2) focal; urgency=medium
* Modified rules to be consistent with debian unstable.
-- Raman Sarda <theloudspeaker@lubuntu.me> Sat, 15 Feb 2020 23:57:22 +0530
lxqt-policykit (0.14.1-1ubuntu1) focal; urgency=low
* Merge from Debian unstable. Remaining changes:

3
debian/rules vendored
View File

@ -8,6 +8,9 @@ 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\