new release 0.9.0
source/options added packages renamed debian $foo fixed
This commit is contained in:
parent
5f7d7e2bc2
commit
fa8a0129a0
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,5 +1,5 @@
|
||||
lxqt-policykit (0.7.96-1) unstable; urgency=low
|
||||
lxqt-policykit (0.9.0-1) experimental; urgency=low
|
||||
|
||||
* Initial release (Closes: #747607)
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Mon, 24 Feb 2014 23:41:30 +0100
|
||||
-- Alf Gaida <agaida@siduction.org> Sun, 15 Feb 2015 13:18:57 +0100
|
||||
|
46
debian/control
vendored
46
debian/control
vendored
@ -1,16 +1,19 @@
|
||||
Source: lxqt-policykit
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Maintainer: Alf Gaida <agaida@siduction.org>
|
||||
Maintainer: Debian LXQt Maintainers <lxqt-debian@lists.lxde.org>
|
||||
Uploaders:
|
||||
Alf Gaida <agaida@siduction.org>
|
||||
Build-Depends:
|
||||
cmake,
|
||||
cmake (>= 3.0.2),
|
||||
debhelper (>= 9),
|
||||
libpolkit-agent-1-dev,
|
||||
libx11-dev,
|
||||
pkg-config,
|
||||
liblxqt-qt5-0-dev (>= 0.7.0),
|
||||
libpolkit-qt5-1-dev,
|
||||
libqt5x11extras5-dev (>= 5.3.1),
|
||||
libkf5windowsystem-dev (>= 5.5.0),
|
||||
liblxqt0-dev (>= 0.9.0),
|
||||
libpolkit-qt5-1-dev (>= 0.112),
|
||||
libqt5x11extras5-dev (>= 5.3.2),
|
||||
libqt5xdg-dev (>= 1.0.0),
|
||||
qttools5-dev (>= 5.3.1),
|
||||
qttools5-dev-tools (>= 5.3.1),
|
||||
@ -19,12 +22,10 @@ Homepage: https://github.com/lxde/lxqt-policykit
|
||||
#Vcs-Git: git://anonscm.debian.org/collab-maint/lxqt-policykit.git
|
||||
#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/lxqt-policykit.git;a=summary
|
||||
|
||||
Package: lxqt-policykit-qt5
|
||||
Package: lxqt-policykit
|
||||
Architecture: any
|
||||
Breaks:
|
||||
lxqt-policykit
|
||||
Replaces:
|
||||
lxqt-policykit
|
||||
Breaks: lxqt-policykit-qt5 (<< 0.9.0)
|
||||
Replaces: lxqt-policykit-qt5 (<< 0.9.0)
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
@ -33,14 +34,35 @@ Description: LXQt PolicyKit agent
|
||||
.
|
||||
This package contain the agent.
|
||||
|
||||
Package: lxqt-policykit-qt5-dbg
|
||||
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-qt5 (= ${binary:Version}),
|
||||
lxqt-policykit (= ${binary:Version}),
|
||||
Description: LXQt PolicyKit agent (debug symbols)
|
||||
The LXQt PolicyKit agent
|
||||
.
|
||||
This package contain debugging symbols.
|
||||
|
||||
# ---- to be removed in 2016 ----
|
||||
|
||||
Package: lxqt-policykit-qt5
|
||||
Depends: lxqt-policykit, ${misc:Depends}
|
||||
Priority: extra
|
||||
Section: oldlibs
|
||||
Architecture: all
|
||||
Description: lxqt-policykit transitional package
|
||||
Empty package to facilitate upgrades, can be safely removed.
|
||||
|
||||
Package: lxqt-policykit-qt5-dbg
|
||||
Depends: lxqt-policykit-dbg, ${misc:Depends}
|
||||
Priority: extra
|
||||
Section: oldlibs
|
||||
Architecture: all
|
||||
Description: lxqt-policykit transitional package (dbg)
|
||||
Empty package to facilitate upgrades, can be safely removed.
|
||||
|
||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -3,12 +3,12 @@ Upstream-Name: lxqt-policykit
|
||||
Source: https://github.com/lxde/lxqt-policykit
|
||||
|
||||
Files: *
|
||||
Copyright: 2012-2014 LXQt team
|
||||
Copyright: 2012-2015 LXQt team
|
||||
2010-2012 Razor team
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2014 Alf Gaida <agaida@siduction.org>
|
||||
Copyright: 2014-2015 Alf Gaida <agaida@siduction.org>
|
||||
License: LGPL-2.1+
|
||||
|
||||
License: GPL-2.0+
|
||||
|
3
debian/lintian-overrides
vendored
Normal file
3
debian/lintian-overrides
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# there will be no manpage in a foreseable future
|
||||
lxqt-policykit: binary-without-manpage usr/bin/lxqt-policykit-agent
|
||||
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -1,7 +1,5 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
#export DH_VERBOSE=1
|
||||
export USE_QT5=1
|
||||
|
||||
|
||||
%:
|
||||
@ -9,7 +7,7 @@ export USE_QT5=1
|
||||
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-policykit-qt5
|
||||
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-policykit
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=lxqt-policykit-qt5-dbg
|
||||
dh_strip --dbg-package=lxqt-policykit-dbg
|
||||
|
2
debian/source/options
vendored
Normal file
2
debian/source/options
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
tar-ignore=.gitignore
|
||||
|
Loading…
x
Reference in New Issue
Block a user