diff --git a/debian/changelog b/debian/changelog index 0d6e8d3..38192d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +lxqt-notificationd (0.8.0-1) unstable; urgency=medium + + * Imported Upstream version 0.8.0 + * Min liblxqt-qt5-0-dev version 0.8.0 + * Min Qt version 5.3.2 + * bump standards to 3.9.6 + * desktop-file fix OnylShowIn=LXQt; + * add lintian-overrides for missed manpages and invalid category + + -- Alf Gaida Sun, 19 Oct 2014 00:43:58 +0200 + lxqt-notificationd (0.7.96-1) unstable; urgency=low * Initial release (Closes: #747602) diff --git a/debian/control b/debian/control index 96c0b5f..3b6f691 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-config #Vcs-Git: git://anonscm.debian.org/collab-maint/lxqt-config.git #Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/lxqt-config.git;a=summary diff --git a/debian/lintian-overrides b/debian/lintian-overrides new file mode 100644 index 0000000..ff75a7e --- /dev/null +++ b/debian/lintian-overrides @@ -0,0 +1,7 @@ +# there will not be manpages in a foreseable futore +lxqt-notificationd-qt5: binary-without-manpage usr/bin/lxqt-config-notificationd +lxqt-notificationd-qt5: binary-without-manpage usr/bin/lxqt-notificationd + +# LXQt is not in freedesktop specs yet +lxqt-notificationd-qt5: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-notificationd.desktop + diff --git a/debian/patches/lxqt-config-notificationd.desktop.patch b/debian/patches/lxqt-config-notificationd.desktop.patch new file mode 100644 index 0000000..29b0ce2 --- /dev/null +++ b/debian/patches/lxqt-config-notificationd.desktop.patch @@ -0,0 +1,14 @@ +Description: OnlyShowIn fixed +Author: Alf Gaida +Last-Update: 2014-10-19 + +--- lxqt-notificationd-0.8.0.orig/config/lxqt-config-notificationd.desktop.in ++++ lxqt-notificationd-0.8.0/config/lxqt-config-notificationd.desktop.in +@@ -6,6 +6,6 @@ Comment=Configure desktop notifications + Exec=lxqt-config-notificationd + Icon=preferences-desktop-theme + 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..e8e2a70 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +lxqt-config-notificationd.desktop.patch