From 5667c522fbc3971e80cc4c310079a39600bab771 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Tue, 19 Jul 2016 01:28:54 +0200 Subject: [PATCH] Fixed typos in changelog --- debian/changelog | 10 ++++++++-- debian/copyright | 5 ++--- debian/rules | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 66ec2a5..a8d8875 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,15 @@ +lxqt-about (0.10.96~12-g8c1e642-3) experimental; urgency=medium + + * Fixed typos in changelog + + -- Alf Gaida Tue, 19 Jul 2016 01:28:46 +0200 + lxqt-about (0.10.96~12-g8c1e642-2) experimental; urgency=medium * Added build dependencies gcc (>= 4:6), g++ (>= 4:6) - * Exported LC_ALL=C.UTF-8 - define language settings for reproducable + * Exported LC_ALL=C.UTF-8 - define language settings for reproducible builds - * Set additional minumum versions (libqtxdg, liblxqt) + * Set additional minimum versions (libqtxdg, liblxqt) * Fixed copyright Format field -- Alf Gaida Sun, 17 Jul 2016 12:58:44 +0200 diff --git a/debian/copyright b/debian/copyright index 0bfa13c..fca5b71 100644 --- a/debian/copyright +++ b/debian/copyright @@ -10,7 +10,7 @@ License: LGPL-2.1+ Files: debian/* Copyright: 2014-2016 Alf Gaida - 2015 Andrew Lee (李健秋) + 2015 Andrew Lee (李健秋) License: LGPL-2.1+ License: LGPL-2.1+ @@ -19,7 +19,7 @@ License: LGPL-2.1+ License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . - This library is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. @@ -27,4 +27,3 @@ License: LGPL-2.1+ On Debian systems, the complete text of the GNU Lesser General Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". - diff --git a/debian/rules b/debian/rules index 26b89b6..5858ca7 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh ${@} --buildsystem cmake \ + dh ${@} --buildsystem cmake\ --parallel override_dh_auto_configure: