diff --git a/debian/.gitignore b/debian/.gitignore index d207caa..a3713e7 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -5,5 +5,3 @@ /lxqt-policykit/ /lxqt-policykit-dbg/ -/lxqt-policykit-qt5/ -/lxqt-policykit-qt5-dbg diff --git a/debian/changelog b/debian/changelog index 13798cc..8147a96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,20 @@ +lxqt-policykit (0.9.0+20150807-2) unstable; urgency=medium + + * Removed breaks and replaces + * Fixed control with cme fix + * Added linker flags -Wl,--as-needed + * Removed unused GPL2+ from copyright + * Added AUTHORS to docs + * Cleaned up .gitignore + * Removed not needed minimum versions + + -- Alf Gaida Thu, 12 Nov 2015 01:34:20 +0100 + lxqt-policykit (0.9.0+20150807-1) unstable; urgency=medium [ Alf Gaida ] * Initial release. (Closes: #747607) * initial debian files. - * new release 0.9.0 source/options added packages renamed debian $foo - fixed. - * Some cleanup in debian $foo. - * some changes in debian $foo. - * drop transitional packages. [ Yukiharu YABUKI ] * Added two uploaders. diff --git a/debian/control b/debian/control index f217841..a82e739 100644 --- a/debian/control +++ b/debian/control @@ -1,37 +1,32 @@ Source: lxqt-policykit +Maintainer: LXQt Packaging Team +Uploaders: Alf Gaida , + ChangZhuo Chen (陳昌倬) , + Andrew Lee (李健秋) , + Yukiharu YABUKI Section: x11 Priority: optional -Maintainer: LXQt Packaging Team -Uploaders: - Alf Gaida , - ChangZhuo Chen (陳昌倬) , - Andrew Lee (李健秋) , - Yukiharu YABUKI -Build-Depends: - cmake (>= 3.0.2), - debhelper (>= 9), - libpolkit-agent-1-dev, - libx11-dev, - pkg-config, - libkf5windowsystem-dev (>= 5.9.0), - liblxqt0-dev (>= 0.9.0), - libpolkit-qt5-1-dev (>= 0.112), - libqt5x11extras5-dev (>= 5.3), - libqt5xdg-dev (>= 1.2.0), - qttools5-dev (>= 5.3), - qttools5-dev-tools (>= 5.3), +Build-Depends: debhelper (>= 9), + cmake (>= 3.0.2), + libpolkit-agent-1-dev, + libx11-dev, + pkg-config, + libkf5windowsystem-dev, + liblxqt0-dev, + libpolkit-qt5-1-dev, + libqt5x11extras5-dev, + libqt5xdg-dev, + qttools5-dev, + qttools5-dev-tools Standards-Version: 3.9.6 -Homepage: https://github.com/lxde/lxqt-policykit -Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-policykit.git Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-policykit.git +Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-policykit.git +Homepage: https://github.com/lxde/lxqt-policykit Package: lxqt-policykit Architecture: any -Breaks: lxqt-policykit-qt5 (<< 0.9.0) -Replaces: lxqt-policykit-qt5 (<< 0.9.0) -Depends: - ${misc:Depends}, - ${shlibs:Depends}, +Depends: ${misc:Depends}, + ${shlibs:Depends} Description: LXQt authentication agent for PolicyKit The lxqt-policykit D-Bus session bus service that is used to bring up authentication dialogs used for obtaining privileges. @@ -42,15 +37,11 @@ Package: lxqt-policykit-dbg Architecture: any Section: debug Priority: extra -Breaks: lxqt-policykit-qt5-dbg (<< 0.9.0) -Replaces: lxqt-policykit-qt5-dbg (<< 0.9.0) -Depends: - ${misc:Depends}, - lxqt-policykit (= ${binary:Version}), +Depends: ${misc:Depends}, + lxqt-policykit (= ${binary:Version}) Description: LXQt authentication agent for PolicyKit (debug symbols) The lxqt-policykit D-Bus session bus service that is used to bring up authentication dialogs used for obtaining privileges. . This package contains the LXQt policy kit authentication agent with debugging symbols. - diff --git a/debian/copyright b/debian/copyright index ec1501d..67b7a27 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,11 +5,11 @@ Source: https://github.com/lxde/lxqt-policykit 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 - 2015 Yukiharu YABUKI + 2015 Yukiharu YABUKI License: LGPL-2.1+ License: LGPL-2.1+ @@ -24,18 +24,5 @@ License: LGPL-2.1+ Lesser General Public License for more details. . On Debian systems, the complete text of the GNU Lesser General - Public License version 2.1 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". + Public License version 2.1 can be found in + "/usr/share/common-licenses/LGPL-2.1". diff --git a/debian/docs b/debian/docs index e69de29..62deb04 100644 --- a/debian/docs +++ b/debian/docs @@ -0,0 +1 @@ +AUTHORS diff --git a/debian/rules b/debian/rules index 22c6d34..2b1f7be 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-policykit