move packaging now in plasma-phone-components-packaging

This commit is contained in:
Jonathan Riddell 2015-06-12 23:20:03 +02:00
parent 6250e48140
commit 5fd688df18
4 changed files with 30 additions and 42 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
plasma-phone-components (0.1+kubuntu1-0ubuntu1) UNRELEASED; urgency=medium
* New snapshot
-- Jonathan Riddell <jriddell@ubuntu.com> Fri, 12 Jun 2015 21:06:34 +0200
plasma-phone-components (0.1+kubuntu1-0ubuntu1~ppaubuntu1) vivid; urgency=medium plasma-phone-components (0.1+kubuntu1-0ubuntu1~ppaubuntu1) vivid; urgency=medium
* Follow green island * Follow green island

40
debian/control vendored
View file

@ -1,35 +1,31 @@
Source: plasma-phone-components Source: plasma-phone-components
Section: kde Section: kde
Priority: optional Priority: optional
Maintainer: Boudewijn Rempt <boud@valdyas.org> Maintainer: Kubuntu Developers <kubuntu-devel@lists.ubuntu.com>
Build-Depends: cmake (>= 2.6.3), XSBC-Original-Maintainer: Boudewijn Rempt <boud@valdyas.org>
debhelper (>= 8.0~), Build-Depends: cmake,
pkg-config, debhelper (>= 9),
pkg-kde-tools (>= 0.9),
extra-cmake-modules, extra-cmake-modules,
libkf5declarative-dev, libkf5declarative-dev,
plasma-framework-dev, libkf5notifications-dev,
libkf5service-dev, libkf5service-dev,
qtdeclarative5-dev,
systemd,
libsystemd-dev, libsystemd-dev,
pkg-config,
pkg-kde-tools (>= 0.9),
plasma-framework-dev,
qt5-default, qt5-default,
qtwayland, qtdeclarative5-dev
greenisland Standards-Version: 3.9.6
Standards-Version: 3.9.1 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 Package: plasma-phone-components
Architecture: any Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, Depends: plasma-workspace,
libkf5plasmaquick5,
plasma-workspace,
plasma-workspace-wallpapers,
breeze-icon-theme,
ttf-oxygen-font-family,
libqofono-qt5-0,
qtwayland, qtwayland,
systemd, ttf-oxygen-font-family,
greenisland ${misc:Depends},
${shlibs:Depends}
Description: Plasma Phone Components Description: Plasma Phone Components
This package contains the Plasma Phone components This package contains the home screen for the phone.

10
debian/copyright vendored
View file

@ -2,7 +2,10 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Plasma Phone Components Upstream-Name: Plasma Phone Components
Files: * Files: *
Copyright: Copyright (C) 2013-2015 Blue Systems GmbH debian/*
Copyright: 2014 Aaron Seigo <aseigo@kde.org>
2012-2015 Marco Martin <notmart@gmail.com>
2015 Jonathan Riddell <jr@jriddell.org>
License: GPL-2+ License: GPL-2+
This program is free software; you can redistribute it This program is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public 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 On Debian systems, the full text of the GNU General Public
License version 2 can be found in the file License version 2 can be found in the file
`/usr/share/common-licenses/GPL-2'. `/usr/share/common-licenses/GPL-2'.
Files: debian/*
Copyright: Copyright 2015 Blue Systems GmbH
License: GPL-2+
[LICENSE TEXT]

14
debian/rules vendored
View file

@ -1,15 +1,3 @@
#!/usr/bin/make -f #!/usr/bin/make -f
# Uncomment this to turn on verbose mode. include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
#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