diff --git a/debian/changelog b/debian/changelog index cfa5b855..d7a6eca2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +plasma-phone-components (0.1+kubuntu1-0ubuntu1) UNRELEASED; urgency=medium + + * New snapshot + + -- Jonathan Riddell Fri, 12 Jun 2015 21:06:34 +0200 + plasma-phone-components (0.1+kubuntu1-0ubuntu1~ppaubuntu1) vivid; urgency=medium * Follow green island diff --git a/debian/control b/debian/control index 35251d37..c607eeeb 100644 --- a/debian/control +++ b/debian/control @@ -1,35 +1,31 @@ Source: plasma-phone-components Section: kde Priority: optional -Maintainer: Boudewijn Rempt -Build-Depends: cmake (>= 2.6.3), - debhelper (>= 8.0~), - pkg-config, - pkg-kde-tools (>= 0.9), +Maintainer: Kubuntu Developers +XSBC-Original-Maintainer: Boudewijn Rempt +Build-Depends: cmake, + debhelper (>= 9), extra-cmake-modules, libkf5declarative-dev, - plasma-framework-dev, - libkf5service-dev, - qtdeclarative5-dev, - systemd, + libkf5notifications-dev, + libkf5service-dev, libsystemd-dev, + pkg-config, + pkg-kde-tools (>= 0.9), + plasma-framework-dev, qt5-default, - qtwayland, - greenisland -Standards-Version: 3.9.1 + qtdeclarative5-dev +Standards-Version: 3.9.6 +Homepage: https://github.com/plasma-mobile/plasma-phone-components +Vcs-Browser: https://github.com/plasma-mobile/plasma-phone-components-packaging +Vcs-Git: https://github.com/plasma-mobile/plasma-phone-components-packaging.git Package: plasma-phone-components Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, - libkf5plasmaquick5, - plasma-workspace, - plasma-workspace-wallpapers, - breeze-icon-theme, - ttf-oxygen-font-family, - libqofono-qt5-0, +Depends: plasma-workspace, qtwayland, - systemd, - greenisland + ttf-oxygen-font-family, + ${misc:Depends}, + ${shlibs:Depends} Description: Plasma Phone Components - This package contains the Plasma Phone components - + This package contains the home screen for the phone. diff --git a/debian/copyright b/debian/copyright index c5f4a684..ffe43fb0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,7 +2,10 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Plasma Phone Components Files: * -Copyright: Copyright (C) 2013-2015 Blue Systems GmbH + debian/* +Copyright: 2014 Aaron Seigo + 2012-2015 Marco Martin + 2015 Jonathan Riddell License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public @@ -24,8 +27,3 @@ License: GPL-2+ On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. - -Files: debian/* -Copyright: Copyright 2015 Blue Systems GmbH -License: GPL-2+ - [LICENSE TEXT] diff --git a/debian/rules b/debian/rules index ce880fa0..6a77e53f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,15 +1,3 @@ #!/usr/bin/make -f -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -export LDFLAGS += -Wl,--as-needed - -%: - dh $@ --parallel --with kde --with sodeps - -override_dh_auto_configure: - dh_auto_configure -Skde -- -DCMAKE_BUILD_TYPE=RelWithDebInfo - -.PHONY: override_dh_auto_test - +include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk