Turn LIBUDEV_MONITOR on for linux, thanks RalfJ
Fix years in copyright Bump Standards to 3.9.7 Use secure VCS-Fields Added hardening=+all
This commit is contained in:
parent
000dee4f7e
commit
78b8861415
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,3 +1,13 @@
|
||||
lxqt-session (0.10.0-4) unstable; urgency=medium
|
||||
|
||||
* turn LIBUDEV_MONITOR on for linux, thanks RalfJ
|
||||
* Fix years in copyright
|
||||
* Bump Standards to 3.9.7
|
||||
* Use secure VCS-Fields
|
||||
* Added hardening=+all
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Wed, 23 Mar 2016 18:46:14 +0100
|
||||
|
||||
lxqt-session (0.10.0-3) unstable; urgency=medium
|
||||
|
||||
* Remove dbg package in favor of dbgsym.
|
||||
|
6
debian/control
vendored
6
debian/control
vendored
@ -16,9 +16,9 @@ Build-Depends: debhelper (>= 9),
|
||||
pkg-config,
|
||||
qttools5-dev,
|
||||
qttools5-dev-tools
|
||||
Standards-Version: 3.9.6
|
||||
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-session.git/?h=debian/sid
|
||||
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-session.git -b debian/sid
|
||||
Standards-Version: 3.9.7
|
||||
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-session.git/?h=debian/sid
|
||||
Vcs-Git: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-session.git -b debian/sid
|
||||
Homepage: https://github.com/lxde/lxqt-session
|
||||
|
||||
Package: lxqt-session
|
||||
|
10
debian/copyright
vendored
10
debian/copyright
vendored
@ -4,7 +4,7 @@ Source: https://github.com/lxde/lxqt-session
|
||||
|
||||
Files: *
|
||||
Copyright: 2010-2012 Razor team
|
||||
2012-2015 LXQt team
|
||||
2012-2016 LXQt team
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: lxqt-config-session/autostartedit.*
|
||||
@ -19,11 +19,11 @@ Files: lxqt-config-session/basicsettings.*
|
||||
lxqt-config-session/environmentpage.*
|
||||
lxqt-config-session/main.cpp
|
||||
lxqt-config-session/sessionconfigwindow.*
|
||||
Copyright: 2010-2015 LXQt team
|
||||
Copyright: 2010-2016 LXQt team
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: lxqt-leave/leavedialog.*
|
||||
Copyright: 2010-2015 LXQt team
|
||||
Copyright: 2010-2016 LXQt team
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: lxqt-session/src/UdevNotifier.*
|
||||
@ -31,7 +31,7 @@ Files: lxqt-session/src/UdevNotifier.*
|
||||
lxqt-session/src/sessiondbusadaptor.h
|
||||
lxqt-session/src/windowmanager.*
|
||||
lxqt-session/src/wmselectdialog.*
|
||||
Copyright: 2010-2015 LXQt team
|
||||
Copyright: 2010-2016 LXQt team
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: lxqt-session/src/sessionapplication.*
|
||||
@ -39,7 +39,7 @@ Copyright: 2014 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2014-2015 Alf Gaida <agaida@siduction.org>
|
||||
Copyright: 2014-2016 Alf Gaida <agaida@siduction.org>
|
||||
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||
2015 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||
License: LGPL-2.1+
|
||||
|
7
debian/rules
vendored
7
debian/rules
vendored
@ -2,10 +2,13 @@
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
|
||||
ifneq ($(DEB_HOST_ARCH_OS),linux)
|
||||
CMAKE_ARGS += -DLIBUDEV_MONITOR=OFF
|
||||
ifeq ($(DEB_HOST_ARCH_OS),linux)
|
||||
CMAKE_ARGS += -DLIBUDEV_MONITOR=ON
|
||||
else
|
||||
CMAKE_ARGS += -DLIBUDEV_MONITOR=OFF
|
||||
endif
|
||||
|
||||
%:
|
||||
|
Loading…
x
Reference in New Issue
Block a user