From 2b8ae3a05d716b33af8022eba522d5aae3e33680 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Fri, 17 Oct 2014 23:09:41 +0200 Subject: [PATCH] - Imported Upstream version 0.8.0 - Min Qt version 5.3.2 - Minliblxqt-qt5-0-dev version 0.8.0 - bump standards to 3.9.6 - patch desktop file with registered categories - override warning about missed man-page, as lxqt-about will never have a manpage --- debian/changelog | 14 +++++++++++++- debian/control | 12 ++++++------ debian/lintian-overrides | 2 ++ debian/patches/lxqt-about.desktop.patch | 18 ++++++++++++++++++ debian/patches/series | 1 + 5 files changed, 40 insertions(+), 7 deletions(-) create mode 100644 debian/lintian-overrides create mode 100644 debian/patches/lxqt-about.desktop.patch create mode 100644 debian/patches/series diff --git a/debian/changelog b/debian/changelog index d4a060c..e2a305d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,17 @@ +lxqt-about (0.8.0-1) unstable; urgency=medium + + * Imported Upstream version 0.8.0 + * Min Qt version 5.3.2 + * Minliblxqt-qt5-0-dev version 0.8.0 + * bump standards to 3.9.6 + * patch desktop file with registered categories + * override warning about missed man-page, as lxqt-about will never have + a manpage + + -- Alf Gaida Fri, 17 Oct 2014 23:09:28 +0200 + lxqt-about (0.7.96-1) unstable; urgency=medium - * Initial release (Closes: #747600) + * Initial release (Closes: #747600, #765768) -- Alf Gaida Tue, 09 Sep 2014 01:13:14 +0200 diff --git a/debian/control b/debian/control index fe734d0..374b9ed 100644 --- a/debian/control +++ b/debian/control @@ -7,12 +7,12 @@ Build-Depends: 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-about #Vcs-Git: git://anonscm.debian.org/collab-maint/lxqt-about.git #Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/lxqt-about.git;a=summary @@ -27,6 +27,6 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, Description: About screen for LXQt - About screen for LXQt + The about screen for LXQt . This package contain the LXQt about screen. diff --git a/debian/lintian-overrides b/debian/lintian-overrides new file mode 100644 index 0000000..2297a72 --- /dev/null +++ b/debian/lintian-overrides @@ -0,0 +1,2 @@ +# lxqt-about will never have a man-page +lxqt-about-qt5: binary-without-manpage usr/bin/lxqt-about diff --git a/debian/patches/lxqt-about.desktop.patch b/debian/patches/lxqt-about.desktop.patch new file mode 100644 index 0000000..6c271a6 --- /dev/null +++ b/debian/patches/lxqt-about.desktop.patch @@ -0,0 +1,18 @@ +Description: Categories and OnlyShowIn fixed +Author: Alf Gaida + +--- +Last-Update: 2014-10-17 + +--- lxqt-about-0.8.0.orig/resources/lxqt-about.desktop.in ++++ lxqt-about-0.8.0/resources/lxqt-about.desktop.in +@@ -5,7 +5,7 @@ GenericName=About LXQt + Comment=Learn more about LXQt + Exec=lxqt-about + Icon=help-about +-Categories=Help;LXQt +-OnlyShowIn=LXQt;LXDE; ++Categories=Settings;Documentation;Qt; ++OnlyShowIn=LXQt; + + #TRANSLATIONS_DIR=translations diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..1d2ea63 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +lxqt-about.desktop.patch