- 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
This commit is contained in:
parent
49f8fb7562
commit
4a415609c5
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -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 <agaida@siduction.org> Sun, 19 Oct 2014 18:06:19 +0200
|
||||
|
||||
lxqt-session (0.7.96-1) unstable; urgency=low
|
||||
|
||||
* Initial release (Closes: #747608)
|
||||
|
22
debian/control
vendored
22
debian/control
vendored
@ -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.
|
||||
|
7
debian/lintian-overrides
vendored
Normal file
7
debian/lintian-overrides
vendored
Normal file
@ -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
|
||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user