diff --git a/debian/changelog b/debian/changelog index 343e1c7..d6ece02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,17 @@ +lxqt-admin (0.8.0-1) unstable; urgency=medium + + * Imported Upstream version 0.8.0 + * bump to current standards 3.9.6 + * min Qt version 5.3.2 + * remove build dependency libegl1-mesa-dev, as the Qt-bug because the + lib was in is resolved with 5.3.2 + * added lintian-overrides for man-pages + * added lintian-overrides for category + + -- Alf Gaida Sat, 18 Oct 2014 01:50:23 +0200 + lxqt-admin (0.7.96-1) unstable; urgency=medium - * Initial release (Closes: ) + * Initial release (Closes: #765773) -- Alf Gaida Wed, 21 May 2014 20:13:13 +0200 diff --git a/debian/control b/debian/control index e2f44ec..2321db3 100644 --- a/debian/control +++ b/debian/control @@ -8,14 +8,12 @@ Build-Depends: liboobs-1-dev, 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), -# libegl1-mesa-dev is a workaround for a stupid qt 5.3.1 bug - libegl1-mesa-dev, -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-admin #Vcs-Git: git://anonscm.debian.org/collab-maint/lxqt-admin.git #Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/lxqt-admin.git;a=summary diff --git a/debian/lintian-overrides b/debian/lintian-overrides new file mode 100644 index 0000000..e43fa73 --- /dev/null +++ b/debian/lintian-overrides @@ -0,0 +1,8 @@ +# there will be no manual for a foreseable time +lxqt-admin-qt5: binary-without-manpage usr/bin/lxqt-admin-time +lxqt-admin-qt5: binary-without-manpage usr/bin/lxqt-admin-user + +# the category is right, but not in freedesktop right now +lxqt-admin-qt5: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-admin-time.desktop +lxqt-admin-qt5: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-admin-user.desktop +