mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
move packaging now in plasma-phone-components-packaging
This commit is contained in:
parent
6250e48140
commit
5fd688df18
4 changed files with 30 additions and 42 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -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
|
||||
|
||||
* Follow green island
|
||||
|
|
|
|||
42
debian/control
vendored
42
debian/control
vendored
|
|
@ -1,35 +1,31 @@
|
|||
Source: plasma-phone-components
|
||||
Section: kde
|
||||
Priority: optional
|
||||
Maintainer: Boudewijn Rempt <boud@valdyas.org>
|
||||
Build-Depends: cmake (>= 2.6.3),
|
||||
debhelper (>= 8.0~),
|
||||
pkg-config,
|
||||
pkg-kde-tools (>= 0.9),
|
||||
Maintainer: Kubuntu Developers <kubuntu-devel@lists.ubuntu.com>
|
||||
XSBC-Original-Maintainer: Boudewijn Rempt <boud@valdyas.org>
|
||||
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.
|
||||
|
|
|
|||
10
debian/copyright
vendored
10
debian/copyright
vendored
|
|
@ -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 <aseigo@kde.org>
|
||||
2012-2015 Marco Martin <notmart@gmail.com>
|
||||
2015 Jonathan Riddell <jr@jriddell.org>
|
||||
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]
|
||||
|
|
|
|||
14
debian/rules
vendored
14
debian/rules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue