Updated rules

ubuntu/focal ubuntu/0.14.1-1ubuntu2
Raman Sarda 4 years ago
parent aeb2dc7e11
commit 14f1c708cd

6
debian/changelog vendored

@ -1,3 +1,9 @@
lxqt-runner (0.14.1-1ubuntu2) focal; urgency=medium
* Updated rules to match debian unstable.
-- Raman Sarda <theloudspeaker@lubuntu.me> Sun, 16 Feb 2020 00:26:35 +0530
lxqt-runner (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