From d8e78c972cc13ba384253d98099c87064c8fafee Mon Sep 17 00:00:00 2001 From: Raman Sarda Date: Sun, 16 Feb 2020 01:12:28 +0530 Subject: [PATCH] Updated rules and copyright. --- debian/changelog | 7 +++++++ debian/copyright | 2 +- debian/rules | 3 +++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 84aeabb..1a38bf0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lxqt-panel (0.14.1-1ubuntu3) focal; urgency=medium + + * Updated rules to match debian unstable + * Updated copyright. + + -- Raman Sarda Sun, 16 Feb 2020 00:58:19 +0530 + lxqt-panel (0.14.1-1ubuntu2) focal; urgency=medium * Correct merge from Ubuntu Merge-oMatic diff --git a/debian/copyright b/debian/copyright index 380eef7..70aba57 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,7 +8,7 @@ Copyright: 2012-2019 LXQt team License: LGPL-2.1+ Files: debian/* -Copyright: 2014-2018 Alf Gaida +Copyright: 2014-2019 Alf Gaida 2015 Andrew Lee (李健秋) License: LGPL-2.1+ diff --git a/debian/rules b/debian/rules index 4d4d749..8889c1e 100755 --- a/debian/rules +++ b/debian/rules @@ -18,6 +18,9 @@ endif %: dh ${@} --buildsystem cmake +override_dh_missing: + dh_missing --fail-missing + override_dh_auto_configure: dh_auto_configure --\ -DPULL_TRANSLATIONS=OFF \