Updated rules

ubuntu/focal ubuntu/0.14.1-1ubuntu2
Raman Sarda 4 years ago
parent 93d9e7e109
commit 3979e0b270

6
debian/changelog vendored

@ -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

@ -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\

Loading…
Cancel
Save