new version 0.9.0

packages renamed
debian $foo fixed
added source/options
ubuntu/bionic
Alf Gaida 9 years ago committed by Andrew Lee (李健秋)
parent 68c804d388
commit c8ea3b41b6

1
.gitignore vendored

@ -0,0 +1 @@
/test

21
debian/changelog vendored

@ -1,22 +1,5 @@
lxqt-qtplugin (0.8.0-1) unstable; urgency=medium
* Upstream version 0.8.0
* Min Qt version 5.3.2
* Min liblxqt-qt5-dev version 0.8.0
* removed build dependency libegl1-mesa-dev, as the Qt bug is fixed
* bump standards to 3.9.6
* Short descriptions fixed
-- Alf Gaida <agaida@siduction.org> Sun, 19 Oct 2014 13:37:27 +0200
lxqt-qtplugin (0.7.96-2) unstable; urgency=medium
* Only rebuild. No changes
-- Alf Gaida <agaida@siduction.org> Mon, 22 Sep 2014 23:46:02 +0200
lxqt-qtplugin (0.7.96-1) unstable; urgency=low
lxqt-qtplugin (0.9.0-1) experimental; urgency=low
* Initial release (Closes: #747604)
-- Alf Gaida <agaida@siduction.org> Mon, 24 Feb 2014 23:41:30 +0100
-- Alf Gaida <agaida@siduction.org> Sun, 15 Feb 2015 16:27:01 +0100

43
debian/control vendored

@ -1,15 +1,18 @@
Source: lxqt-qtplugin
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),
libx11-dev,
pkg-config,
liblxqt-qt5-0-dev (>= 0.8.0),
libkf5windowsystem-dev (>= 5.5.0),
liblxqt0-dev (>= 0.9.0),
libqt5x11extras5-dev (>= 5.3.2),
libqt5xdg-dev (>= 1.0.0),
libqt5xdg-dev (>= 1.1.0),
qtbase5-private-dev (>= 5.3.2),
qttools5-dev (>= 5.3.2),
qttools5-dev-tools (>= 5.3.2),
@ -18,12 +21,10 @@ Homepage: https://github.com/lxde/lxqt-qtplugin
#Vcs-Git: git://anonscm.debian.org/collab-maint/lxqt-qtplugin.git
#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/lxqt-qtplugin.git;a=summary
Package: lxqt-qtplugin-qt5
Package: lxqt-qtplugin
Architecture: any
Breaks:
lxqt-qtplugin,
Replaces:
lxqt-qtplugin,
Breaks: lxqt-qtplugin-qt5 (<< 0.9.0)
Replaces: lxqt-qtplugin-qt5 (<< 0.9.0)
Depends:
${misc:Depends},
${shlibs:Depends},
@ -33,15 +34,35 @@ Description: LXQt system integration plugin for Qt
.
This package provides the lxqt qtplugin interface.
Package: lxqt-qtplugin-qt5-dbg
Package: lxqt-qtplugin-dbg
Architecture: any
Section: debug
Priority: extra
Breaks: lxqt-qtplugin-qt5-dbg (<< 0.9.0)
Replaces: lxqt-qtplugin-qt5-dbg (<< 0.9.0)
Depends:
${misc:Depends},
lxqt-qtplugin-qt5 (= ${binary:Version}),
lxqt-qtplugin (= ${binary:Version}),
Description: LXQt system integration plugin for Qt (debug symbols)
With this plugin, all Qt-based programs can adopt settings of
LXQt, such as the icon theme.
.
This package provides the debugging symbols.
# ---- to be removed in 2016 -----
Package: lxqt-qtplugin-qt5
Depends: lxqt-qtplugin, ${misc:Depends}
Priority: extra
Section: oldlibs
Architecture: all
Description: lxqt-qtplugin transitional package
Empty package to facilitate upgrades, can be safely removed.
Package: lxqt-qtplugin-qt5-dbg
Depends: lxqt-qtplugin-dbg, ${misc:Depends}
Priority: extra
Section: oldlibs
Architecture: all
Description: lxqt-qtplugin transitional package (dbg)
Empty package to facilitate upgrades, can be safely removed.

4
debian/copyright vendored

@ -3,12 +3,12 @@ Upstream-Name: lxqt-qtplugin
Source: https://github.com/lxde/lxqt-panel
Files: *
Copyright: 2013-2014 LXQt team
Copyright: 2013-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+

7
debian/rules vendored

@ -1,14 +1,13 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
export USE_QT5=1
%:
dh ${@} --buildsystem cmake --parallel
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-qtplugin-qt5
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-qtplugin
override_dh_strip:
dh_strip --dbg-package=lxqt-qtplugin-qt5-dbg
dh_strip --dbg-package=lxqt-qtplugin-dbg

@ -0,0 +1,2 @@
tar-ignore=.gitignore
Loading…
Cancel
Save