Prepare for 0.10
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
This commit is contained in:
parent
858817ff56
commit
630856780e
2
debian/.gitignore
vendored
2
debian/.gitignore
vendored
@ -5,5 +5,3 @@
|
||||
|
||||
/lxqt-policykit/
|
||||
/lxqt-policykit-dbg/
|
||||
/lxqt-policykit-qt5/
|
||||
/lxqt-policykit-qt5-dbg
|
||||
|
17
debian/changelog
vendored
17
debian/changelog
vendored
@ -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 <agaida@siduction.org> 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.
|
||||
|
55
debian/control
vendored
55
debian/control
vendored
@ -1,37 +1,32 @@
|
||||
Source: lxqt-policykit
|
||||
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||
Uploaders: Alf Gaida <agaida@siduction.org>,
|
||||
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
|
||||
Andrew Lee (李健秋) <ajqlee@debian.org>,
|
||||
Yukiharu YABUKI <yyabuki@debian.org>
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||
Uploaders:
|
||||
Alf Gaida <agaida@siduction.org>,
|
||||
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>,
|
||||
Andrew Lee (李健秋) <ajqlee@debian.org>,
|
||||
Yukiharu YABUKI <yyabuki@debian.org>
|
||||
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.
|
||||
|
||||
|
21
debian/copyright
vendored
21
debian/copyright
vendored
@ -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 <agaida@siduction.org>
|
||||
2015 Yukiharu YABUKI <yyabuki@debian.org>
|
||||
2015 Yukiharu YABUKI <yyabuki@debian.org>
|
||||
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".
|
||||
|
1
debian/docs
vendored
1
debian/docs
vendored
@ -0,0 +1 @@
|
||||
AUTHORS
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user