[neon-notifications] [neon/extras/ktimetracker/Neon/release] debian: new packaging

Jonathan Riddell null at kde.org
Wed Sep 23 11:43:58 BST 2020


Git commit ba3a81da5a768847d012a832d9e34858b2c1c96c by Jonathan Riddell.
Committed on 28/01/2020 at 15:50.
Pushed by bshah into branch 'Neon/release'.

new packaging

A  +5    -0    debian/changelog
A  +1    -0    debian/compat
A  +35   -0    debian/control
A  +54   -0    debian/copyright
A  +10   -0    debian/rules
A  +1    -0    debian/source/format
A  +63   -0    debian/upstream/signing-key.asc
A  +4    -0    debian/watch

https://invent.kde.org/neon/extras/ktimetracker/commit/ba3a81da5a768847d012a832d9e34858b2c1c96c

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..079d702
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ktimetracker (5.0.1-0neon) bionic; urgency=medium
+
+  * New release
+
+ -- Neon CI <neon at kde.org>  Fri, 12 May 2017 15:40:10 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..9b3db61
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: ktimetracker
+Section: kde
+Priority: optional
+Maintainer: KDE neon <neon at kde.org>
+Build-Depends: cmake,
+               debhelper (>= 9),
+               extra-cmake-modules,
+               pkg-kde-tools,
+               qtbase5-dev,
+	       libkf5config-dev,
+	       libkf5configwidgets-dev,
+    	       libkf5dbusaddons-dev,
+               libkf5doctools-dev,
+               libkf5i18n-dev,
+               libkf5idletime-dev,
+               libkf5jobwidgets-dev,
+               libkf5kio-dev,
+               libkf5notifications-dev,
+               libkf5windowsystem-dev,
+               libkf5xmlgui-dev,
+               libkf5textwidgets-dev,
+Standards-Version: 3.9.7
+Vcs-git: https://packaging.neon.kde.org/neon-packaging/ktimetracker.git
+Vcs-browser: https://packaging.neon.kde.org/neon-packaging/ktimetracker.git
+
+Package: ktimetracker
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Todo management and time tracker
+ KTimeTracker helps you track your personal time spent on various
+ tasks and projects.
+ .
+ With KTimeTracker, you can organize a broken-down project as subtasks
+ with unlimited nesting. The standard keyboard and mouse shortcuts are
+ simple and make the tool really comfortable and intuitive to use.
\ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..bb0baa1
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,54 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ktimetracker
+Source: http://download.kde.org/
+
+Files: *
+Copyright: 1997 Stephan Kulow <coolo at kde.org>
+           2019 Alexander Potashev <aspotashev at gmail.com>
+License: GPL-2-or-later
+ 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.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+Files: doc/*
+Copyright: 2000-2004 Jonathan Singer
+License: GFDL-1.2-or-later
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the GNU Free Documentation License, Version 1.2
+ or any later version published by the Free Software Foundation;
+ with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+ A copy of the license is included in the section entitled "GNU
+ Free Documentation License".
+ .
+ On Debian systems, the complete text of the GNU Free Documentation
+ License version 1.2 can be found in "/usr/share/common-licenses/GFDL-1.2".
+
+Files: debian/*
+Copyright: 2019 Jonathan Riddell <jr at jriddell.org>
+License: LGPL-2.1+3+KDEeV
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) version 3, or any
+ later version accepted by the membership of KDE e.V. (or its
+ successor approved by the membership of KDE e.V.), which shall
+ act as a proxy defined in Section 6 of version 3 of the license.
+ .
+ This library 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
+ Lesser General Public License for more details.
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public License
+ version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1", likewise,
+ the complete text of the GNU Lesser General Public License version 3 can be
+ found in "/usr/share/common-licenses/LGPL-3".
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c45eac1
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+
+%:
+	dh $@ 
+
+override_dh_auto_test:
+	# Disable dh_auto_test at build time
+	:
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc
new file mode 100644
index 0000000..39f9816
--- /dev/null
+++ b/debian/upstream/signing-key.asc
@@ -0,0 +1,63 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+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
+=3V/5
+-----END PGP PUBLIC KEY BLOCK-----
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..fdb4562
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=4
+
+opts=pgpsigurlmangle=s/$/.sig/ \
+  http://download.kde.org/stable/@PACKAGE@/([\d.]+)/src/@PACKAGE at -([\d.]+).tar.xz



More information about the neon-notifications mailing list