parent
68c804d388
commit
c8ea3b41b6
@ -0,0 +1 @@
|
|||||||
|
/test
|
@ -1,22 +1,5 @@
|
|||||||
lxqt-qtplugin (0.8.0-1) unstable; urgency=medium
|
lxqt-qtplugin (0.9.0-1) experimental; urgency=low
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
* Initial release (Closes: #747604)
|
* 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
|
||||||
|
@ -1,14 +1,13 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
export USE_QT5=1
|
|
||||||
|
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh ${@} --buildsystem cmake --parallel
|
dh ${@} --buildsystem cmake --parallel
|
||||||
|
|
||||||
|
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-qtplugin-qt5
|
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-qtplugin
|
||||||
|
|
||||||
override_dh_strip:
|
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…
Reference in new issue