Prepared the migration to 0.10.0
rename lxqt-session.manpages to manpages allow build on non-linux platforms (Thanks Pino Toscano) (Closes: #803656) Added lintian-overrides for invalid category fix some wording of debian/copyright Fixed some copyright dates
This commit is contained in:
parent
f7ad101fa3
commit
a96d047df7
2
debian/.gitignore
vendored
2
debian/.gitignore
vendored
@ -5,5 +5,3 @@
|
||||
|
||||
/lxqt-session/
|
||||
/lxqt-session-dbg/
|
||||
/lxqt-session-qt5/
|
||||
/lxqt-session-qt5-dbg/
|
||||
|
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -1,3 +1,14 @@
|
||||
lxqt-session (0.9.0+20150807-2) unstable; urgency=medium
|
||||
|
||||
* rename lxqt-session.manpages to manpages
|
||||
* allow build on non-linux platforms (Thanks Pino Toscano)
|
||||
(Closes: #803656)
|
||||
* Added lintian-overrides for invalid category
|
||||
* Fix some wording of debian/copyright
|
||||
* Fixed some copyright dates
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Thu, 12 Nov 2015 20:11:50 +0100
|
||||
|
||||
lxqt-session (0.9.0+20150807-1) unstable; urgency=low
|
||||
|
||||
* Initial release (Closes: #747608)
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9),
|
||||
liblxqt0-dev,
|
||||
libqt5x11extras5-dev,
|
||||
libqt5xdg-dev,
|
||||
libudev-dev,
|
||||
libudev-dev [linux-any],
|
||||
libx11-dev,
|
||||
pkg-config,
|
||||
qttools5-dev,
|
||||
|
12
debian/copyright
vendored
12
debian/copyright
vendored
@ -3,15 +3,15 @@ Upstream-Name: lxqt-session
|
||||
Source: https://github.com/lxde/lxqt-session
|
||||
|
||||
Files: *
|
||||
Copyright: Copyright (c) 2010-2012 Razor team
|
||||
Copyright (c) 2012-2014 LXQt team
|
||||
Copyright: 2010-2012 Razor team
|
||||
2012-2015 LXQt team
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: lxqt-config-session/autostartedit.*
|
||||
lxqt-config-session/autostartitem.*
|
||||
lxqt-config-session/autostartpage.*
|
||||
lxqt-config-session/modulemodel.*
|
||||
Copyright: Copyright (C) 2011-2012 Alec Moskvin <alecm@gmx.com>
|
||||
Copyright: 2011-2012 Alec Moskvin <alecm@gmx.com>
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: lxqt-config-session/basicsettings.*
|
||||
@ -19,7 +19,7 @@ Files: lxqt-config-session/basicsettings.*
|
||||
lxqt-config-session/environmentpage.*
|
||||
lxqt-config-session/main.cpp
|
||||
lxqt-config-session/sessionconfigwindow.*
|
||||
Copyright: Copyright 2010-2012 LxQt team
|
||||
Copyright: 2010-2015 LXQt team
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: lxqt-leave/leavedialog.*
|
||||
@ -31,11 +31,11 @@ Files: lxqt-session/src/UdevNotifier.*
|
||||
lxqt-session/src/sessiondbusadaptor.h
|
||||
lxqt-session/src/windowmanager.*
|
||||
lxqt-session/src/wmselectdialog.*
|
||||
Copyright: Copyright: 2010-2015 LXQt team
|
||||
Copyright: 2010-2015 LXQt team
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: lxqt-session/src/sessionapplication.*
|
||||
Copyright: Copyright (C) 2014 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
||||
Copyright: 2014 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: debian/*
|
||||
|
2
debian/lintian-overrides
vendored
Normal file
2
debian/lintian-overrides
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# category LXQt in not yet in freedesktop specs - no bug
|
||||
lxqt-session: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-*.desktop
|
8
debian/rules
vendored
8
debian/rules
vendored
@ -1,11 +1,19 @@
|
||||
#!/usr/bin/make -f
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
|
||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
|
||||
ifneq ($(DEB_HOST_ARCH_OS),linux)
|
||||
CMAKE_ARGS += -DLIBUDEV_MONITOR=OFF
|
||||
endif
|
||||
|
||||
%:
|
||||
dh ${@} --buildsystem cmake --parallel
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- $(CMAKE_ARGS)
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-session
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user