From 4a415609c50af3e9d4a39bf4502ba15bfde9533f Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sun, 19 Oct 2014 17:45:55 +0200 Subject: [PATCH] - 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 - modify debian/rules to provide LIB_SUFFIX - lintian-overrides for missed manpages and invalid category - short descriptions and descriptions fixed --- debian/changelog | 12 ++++++++++++ debian/control | 22 +++++++++++----------- debian/lintian-overrides | 7 +++++++ debian/rules | 5 +++++ 4 files changed, 35 insertions(+), 11 deletions(-) create mode 100644 debian/lintian-overrides diff --git a/debian/changelog b/debian/changelog index 53b1076..2f5ffb5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +lxqt-session (0.8.0-1) unstable; urgency=medium + + * 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 + * modify debian/rules to provide LIB_SUFFIX + * lintian-overrides for missed manpages and invalid category + * short descriptions and descriptions fixed + + -- Alf Gaida Sun, 19 Oct 2014 18:06:19 +0200 + lxqt-session (0.7.96-1) unstable; urgency=low * Initial release (Closes: #747608) diff --git a/debian/control b/debian/control index c838eeb..09544a2 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.1), + liblxqt-qt5-0-dev (>= 0.8.0), + libqt5x11extras5-dev (>= 5.3.2), libqt5xdg-dev (>= 1.0.0), - qttools5-dev (>= 5.3.1), - qttools5-dev-tools (>= 5.3.1), -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-session #Vcs-Git: git://anonscm.debian.org/collab-maint/lxqt-session.git #Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/lxqt-session.git;a=summary @@ -29,10 +29,10 @@ Pre-Depends: Depends: ${misc:Depends}, ${shlibs:Depends}, -Description: Session manager component for LXDE-qt (Qt5) - LXDE-qt is an advanced, easy-to-use, and fast desktop environment based on Qt +Description: Session manager component for LXQt + LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt technologies. It has been tailored for users who value simplicity, speed, and - an intuitive interface. Unlike most desktop environments, LXDE-qt also works + an intuitive interface. Unlike most desktop environments, LXQt also works fine with less powerful machines. . This package contain the session manager component. @@ -44,10 +44,10 @@ Priority: extra Depends: ${misc:Depends}, lxqt-session-qt5 (= ${binary:Version}), -Description: Session manager component for LXDE-qt (Qt4)(debug symbols) - LXDE-qt is an advanced, easy-to-use, and fast desktop environment based on Qt +Description: Session manager component for LXQt(debug symbols) + LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt technologies. It has been tailored for users who value simplicity, speed, and - an intuitive interface. Unlike most desktop environments, LXDE-qt also works + an intuitive interface. Unlike most desktop environments, LXQt also works fine with less powerful machines. . This package contain the debugging symbols. diff --git a/debian/lintian-overrides b/debian/lintian-overrides new file mode 100644 index 0000000..6a5ed2a --- /dev/null +++ b/debian/lintian-overrides @@ -0,0 +1,7 @@ +# there will be no man pages for a foreseable future +lxqt-session-qt5: binary-without-manpage usr/bin/lxqt-config-session +lxqt-session-qt5: binary-without-manpage usr/bin/lxqt-session + +# LXQt category isn't in freedesktop specs right now +lxqt-session-qt5: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-session.desktop + diff --git a/debian/rules b/debian/rules index 10ff555..a9df73a 100755 --- a/debian/rules +++ b/debian/rules @@ -3,11 +3,16 @@ #export DH_VERBOSE=1 export USE_QT5=1 +DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) %: dh ${@} --buildsystem cmake --parallel +override_dh_auto_configure: + dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" + + override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-session-qt5