From 6ef8c6943e9a3cebb2b5ff054042e8124e1a8446 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sat, 23 Jul 2016 13:23:04 +0200 Subject: [PATCH] Fixed two typos in changelog Added a lintian-override for lxqt-admin-user-helper --- debian/changelog | 11 +++++++++-- debian/lintian-overrides | 1 + debian/rules | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0a36478..092bedb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,16 @@ +lxqt-admin (0.10.96~24-gd87b750-3) experimental; urgency=medium + + * Fixed two typos in changelog + * Added a lintian-override for lxqt-admin-user-helper + + -- Alf Gaida Sat, 23 Jul 2016 13:24:41 +0200 + lxqt-admin (0.10.96~24-gd87b750-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) -- Alf Gaida Sun, 17 Jul 2016 12:11:47 +0200 diff --git a/debian/lintian-overrides b/debian/lintian-overrides index 0fddfc3..04bbfe7 100644 --- a/debian/lintian-overrides +++ b/debian/lintian-overrides @@ -1,6 +1,7 @@ # there will be no manual for a foreseable time lxqt-admin: binary-without-manpage usr/bin/lxqt-admin-time lxqt-admin: binary-without-manpage usr/bin/lxqt-admin-user +lxqt-admin: binary-without-manpage usr/bin/lxqt-admin-user-helper # the category is right, but not in freedesktop right now lxqt-admin: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-admin-time.desktop 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: