mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
Remove obsolete debian directory,
packaging is now outside of source packages Harald says: "sebas, kill the debian directory, KILL IIIIT"
This commit is contained in:
parent
b829564172
commit
48dcadebbf
7 changed files with 4 additions and 106 deletions
41
debian/changelog
vendored
41
debian/changelog
vendored
|
|
@ -1,41 +0,0 @@
|
|||
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
|
||||
|
||||
-- Boudewijn Rempt <boud@kde.org> Tue, 03 Mar 2015 13:23:38 +0000
|
||||
|
||||
plasma-phone-components (0.1+kubuntu1-0ubuntu1~ppa) vivid; urgency=medium
|
||||
|
||||
* bump for Qt 5.4
|
||||
|
||||
-- Boudewijn Rempt <boud@kde.org> Tue, 24 Feb 2015 09:19:17 +0000
|
||||
|
||||
plasma-phone-components (0.1+kubuntu1-0ubuntu1~ppaubuntu3) vivid; urgency=medium
|
||||
|
||||
* add systemd to the build depds
|
||||
|
||||
-- Boudewijn Rempt <boud@kde.org> Wed, 11 Feb 2015 17:32:07 +0100
|
||||
|
||||
plasma-phone-components (0.1+kubuntu1-0ubuntu1~ppaubuntu2) vivid; urgency=medium
|
||||
|
||||
* Try again
|
||||
|
||||
-- Boudewijn Rempt <boud@kde.org> Wed, 11 Feb 2015 17:25:39 +0100
|
||||
|
||||
plasma-phone-components (0.1+kubuntu1-0ubuntu1~ppaubuntu1) vivid; urgency=medium
|
||||
|
||||
* Add system dependency
|
||||
|
||||
-- Boudewijn Rempt <boud@kde.org> Wed, 11 Feb 2015 17:21:00 +0100
|
||||
|
||||
plasma-phone-components (0.1+kubuntu1-0ubuntu1~ppa) vivid; urgency=medium
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Boudewijn Rempt <boud@kde.org> Thu, 05 Feb 2015 11:07:11 +0100
|
||||
1
debian/compat
vendored
1
debian/compat
vendored
|
|
@ -1 +0,0 @@
|
|||
9
|
||||
31
debian/control
vendored
31
debian/control
vendored
|
|
@ -1,31 +0,0 @@
|
|||
Source: plasma-phone-components
|
||||
Section: kde
|
||||
Priority: optional
|
||||
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,
|
||||
libkf5notifications-dev,
|
||||
libkf5service-dev,
|
||||
libsystemd-dev,
|
||||
pkg-config,
|
||||
pkg-kde-tools (>= 0.9),
|
||||
plasma-framework-dev,
|
||||
qt5-default,
|
||||
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: plasma-workspace,
|
||||
qtwayland,
|
||||
ttf-oxygen-font-family,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Description: Plasma Phone Components
|
||||
This package contains the home screen for the phone.
|
||||
29
debian/copyright
vendored
29
debian/copyright
vendored
|
|
@ -1,29 +0,0 @@
|
|||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: Plasma Phone Components
|
||||
|
||||
Files: *
|
||||
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
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later
|
||||
version.
|
||||
.
|
||||
This program is distributed in the hope that it will be
|
||||
useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
||||
PURPOSE. See the GNU General Public License for more
|
||||
details.
|
||||
.
|
||||
You should have received a copy of the GNU General Public
|
||||
License along with this package; if not, write to the Free
|
||||
Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
Boston, MA 02110-1301 USA
|
||||
.
|
||||
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'.
|
||||
3
debian/rules
vendored
3
debian/rules
vendored
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
|
||||
1
debian/source/format
vendored
1
debian/source/format
vendored
|
|
@ -1 +0,0 @@
|
|||
3.0 (quilt)
|
||||
|
|
@ -26,3 +26,7 @@ var bottomPanel = new Panel("org.kde.phone.taskpanel");
|
|||
bottomPanel.location = "bottom";
|
||||
bottomPanel.height = 150;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue