From c8ea3b41b6c2b3882fc2c9fe8b6f1d0541de02ec Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sun, 15 Feb 2015 16:32:41 +0100 Subject: [PATCH] new version 0.9.0 packages renamed debian $foo fixed added source/options --- .gitignore | 1 + debian/changelog | 21 ++------------------- debian/control | 43 ++++++++++++++++++++++++++++++++----------- debian/copyright | 4 ++-- debian/rules | 7 +++---- debian/source/options | 2 ++ 6 files changed, 42 insertions(+), 36 deletions(-) create mode 100644 .gitignore create mode 100644 debian/source/options diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ee4c926 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/test diff --git a/debian/changelog b/debian/changelog index 312b357..dc95b88 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 19 Oct 2014 13:37:27 +0200 - -lxqt-qtplugin (0.7.96-2) unstable; urgency=medium - - * Only rebuild. No changes - - -- Alf Gaida 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 Mon, 24 Feb 2014 23:41:30 +0100 + -- Alf Gaida Sun, 15 Feb 2015 16:27:01 +0100 diff --git a/debian/control b/debian/control index 340f5aa..c6d2083 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,18 @@ Source: lxqt-qtplugin Section: x11 Priority: optional -Maintainer: Alf Gaida +Maintainer: Debian LXQt Maintainers +Uploaders: + Alf Gaida 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. diff --git a/debian/copyright b/debian/copyright index 29b30ad..c694359 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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 +Copyright: 2014-2015 Alf Gaida License: LGPL-2.1+ License: GPL-2.0+ diff --git a/debian/rules b/debian/rules index 27176c1..bd30286 100755 --- a/debian/rules +++ b/debian/rules @@ -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 diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..be5dabe --- /dev/null +++ b/debian/source/options @@ -0,0 +1,2 @@ +tar-ignore=.gitignore +