diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,7 @@ * Add status LED support for profile rotation (Intous/Chintiq) * Fix profile not found error on tablet connect --- Jörg Ehrichs Thu, 21 Aug 2014 19:00:00 +0100 + -- Jörg Ehrichs Thu, 21 Aug 2014 19:00:00 +0100 wacomtablet (2.0.2-0ppa1) unstable; urgency=low diff --git a/debian/control b/debian/control --- a/debian/control +++ b/debian/control @@ -2,8 +2,9 @@ Section: kde Priority: extra Maintainer: Alexander Maret -Build-Depends: debhelper (>= 7.3.16), cmake, kdelibs5-dev, pkg-kde-tools (>= 0.6.2), - libxi-dev, libxrandr-dev, xserver-xorg-input-wacom +Build-Depends: debhelper, cmake, + libkf5coreaddons-dev, libkf5i18n-dev, gettext, libkf5dbusaddons-dev, libkf5globalaccel-dev, libkf5config-dev, libkf5xmlgui-dev, + libkf5notifications-dev, plasma-framework-dev, kdoctools-dev, xserver-xorg-input-wacom, libxrandr-dev, libxi-dev Standards-Version: 3.9.2 Homepage: http://projects.kde.org/projects/extragear/base/wacomtablet diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,2 @@ +[dch] +debian-tag = v%(version)s diff --git a/debian/rules b/debian/rules --- a/debian/rules +++ b/debian/rules @@ -4,10 +4,5 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk - %: - dh $@ --with kde - -override_dh_shlibdeps: - dh_shlibdeps -Xplasma_engine_wacomtablet.so -- -dRecommends debian/kde-config-tablet/usr/lib/x86_64-linux-gnu/plugins/plasma/dataengine/plasma_engine_wacomtablet.so -dDepends + dh $@ --buildsystem=cmake