From 0e2616913416fa0c93a958517bb586a6d8455570 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sat, 29 Aug 2015 02:46:56 +0200 Subject: [PATCH] append -Wl,--as-needed on linker flags fixed copyright to LGPL2.1+ only --- debian/copyright | 16 +--------------- debian/rules | 2 +- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/debian/copyright b/debian/copyright index cbf201a..0404f83 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,7 +5,7 @@ Source: https://github.com/lxde/lxqt-panel Files: * Copyright: 2012-2015 LXQt team 2010-2012 Razor team -License: GPL-2.0+ and LGPL-2.1+ +License: LGPL-2.1+ Files: debian/* Copyright: 2014-2015 Alf Gaida @@ -24,17 +24,3 @@ License: LGPL-2.1+ . On Debian systems, the complete text of the GNU Lesser General Public License can be found in "/usr/share/common-licenses/LGPL-2.1". - -License: GPL-2.0+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - On Debian systems, the complete text of the GNU General Public License - version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/debian/rules b/debian/rules index 47be3c6..b3dd013 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,11 @@ #!/usr/bin/make -f #export DH_VERBOSE=1 +export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh ${@} --buildsystem cmake --parallel - override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-runner