From d10c14eba71de03e9790035834fd3d3a239e04c6 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sat, 18 Oct 2014 23:37:15 +0200 Subject: [PATCH] - Imported Upstream version 0.8.0 - bump standards 3.9.6 - Min liblxqt-qt5-0-dev version 0.8.0 - Min Qt version 5.3.2 - install fixed (translation path) - mangled symbol files added - lintian-overrides for missed manpages and unknown category warnings - desktop file OnlyShowIn patched --- debian/changelog | 17 +++++++++++++++++ debian/control | 11 ++++++----- .../lxqt-config-globalkeyshortcuts-qt5.install | 3 --- debian/lxqt-globalkeys-qt5.install | 2 +- debian/lxqt-globalkeys-qt5.lintian-overrides | 7 +++++++ ...lxqt-config-globalkeyshortcuts.desktop.patch | 14 ++++++++++++++ debian/patches/series | 1 + 7 files changed, 46 insertions(+), 9 deletions(-) delete mode 100644 debian/lxqt-config-globalkeyshortcuts-qt5.install create mode 100644 debian/lxqt-globalkeys-qt5.lintian-overrides create mode 100644 debian/patches/lxqt-config-globalkeyshortcuts.desktop.patch create mode 100644 debian/patches/series diff --git a/debian/changelog b/debian/changelog index 95dc148..c29b38e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +lxqt-globalkeys (0.8.0-1) unstable; urgency=medium + + [ Alf Gaida ] + * Imported Upstream version 0.8.0 + * bump standards 3.9.6 + * Min liblxqt-qt5-0-dev version 0.8.0 + * Min Qt version 5.3.2 + * install fixed (translation path) + * lintian-overrides for missed manpages and unknown category warnings + * desktop file OnlyShowIn patched + * addedn ChangZhuo Chen as uploader + + [ ChangZhuo Chen ] + * mangled symbol files added + + -- Alf Gaida Sat, 18 Oct 2014 23:36:46 +0200 + lxqt-globalkeys (0.7.96-1) unstable; urgency=low * Initial release (Closes: #747601) diff --git a/debian/control b/debian/control index 7495443..c7cf103 100644 --- a/debian/control +++ b/debian/control @@ -2,17 +2,18 @@ Source: lxqt-globalkeys Section: x11 Priority: optional Maintainer: Alf Gaida +Uploaders: ChangZhuo Chen (陳昌倬) Build-Depends: cmake, debhelper (>= 9), libx11-dev, pkg-config, - liblxqt-qt5-0-dev (>= 0.7.0), - libqt5x11extras5-dev (>= 5.3.0), + liblxqt-qt5-0-dev (>= 0.8.0), + libqt5x11extras5-dev (>= 5.3.2), libqt5xdg-dev (>= 1.0.0), - qttools5-dev (>= 5.3.0), - qttools5-dev-tools (>= 5.3.0), -Standards-Version: 3.9.5 + qttools5-dev (>= 5.3.2), + qttools5-dev-tools (>= 5.3.2), +Standards-Version: 3.9.6 Homepage: https://github.com/lxde/lxqt-globalkeys #Vcs-Git: git://anonscm.debian.org/collab-maint/lxqt-globalkeys.git #Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/lxqt-globalkeys.git;a=summary diff --git a/debian/lxqt-config-globalkeyshortcuts-qt5.install b/debian/lxqt-config-globalkeyshortcuts-qt5.install deleted file mode 100644 index 18e2f7c..0000000 --- a/debian/lxqt-config-globalkeyshortcuts-qt5.install +++ /dev/null @@ -1,3 +0,0 @@ -usr/bin/lxqt-config-globalkeyshortcuts -usr/share/applications/lxqt-config-globalkeyshortcuts.desktop -usr/share/lxqt-qt5/lxqt-config-globalkeyshortcuts/ diff --git a/debian/lxqt-globalkeys-qt5.install b/debian/lxqt-globalkeys-qt5.install index 87d5b57..e482792 100644 --- a/debian/lxqt-globalkeys-qt5.install +++ b/debian/lxqt-globalkeys-qt5.install @@ -4,4 +4,4 @@ usr/bin/lxqt-globalkeysd #shortcuts usr/bin/lxqt-config-globalkeyshortcuts usr/share/applications/lxqt-config-globalkeyshortcuts.desktop -usr/share/lxqt-qt5/lxqt-config-globalkeyshortcuts/ +usr/share/lxqt-qt5/translations/lxqt-config-globalkeyshortcuts/ diff --git a/debian/lxqt-globalkeys-qt5.lintian-overrides b/debian/lxqt-globalkeys-qt5.lintian-overrides new file mode 100644 index 0000000..0ad44bf --- /dev/null +++ b/debian/lxqt-globalkeys-qt5.lintian-overrides @@ -0,0 +1,7 @@ +# there will be no manpages in foreseable future +lxqt-globalkeys-qt5: binary-without-manpage usr/bin/lxqt-config-globalkeyshortcuts +lxqt-globalkeys-qt5: binary-without-manpage usr/bin/lxqt-globalkeysd + +# category not yet in freedesktop +lxqt-globalkeys-qt5: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-globalkeyshortcuts.desktop + diff --git a/debian/patches/lxqt-config-globalkeyshortcuts.desktop.patch b/debian/patches/lxqt-config-globalkeyshortcuts.desktop.patch new file mode 100644 index 0000000..453a6c7 --- /dev/null +++ b/debian/patches/lxqt-config-globalkeyshortcuts.desktop.patch @@ -0,0 +1,14 @@ +Description: Fix OnlyShowIn +Author: Alf Gaida +Last-Update: 2014-10-18 + +--- lxqt-globalkeys-0.8.0.orig/config/lxqt-config-globalkeyshortcuts.desktop.in ++++ lxqt-globalkeys-0.8.0/config/lxqt-config-globalkeyshortcuts.desktop.in +@@ -6,6 +6,6 @@ Comment=Configure shortcut keys in LXQt + Exec=lxqt-config-globalkeyshortcuts + Icon=preferences-desktop-keyboard + Categories=Settings;DesktopSettings;Qt;LXQt; +-OnlyShowIn=LXQt;LXDE; ++OnlyShowIn=LXQt; + + #TRANSLATIONS_DIR=translations diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..9bc5686 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +lxqt-config-globalkeyshortcuts.desktop.patch