[neon/neon-packaging/kclock/Neon/unstable] debian: Initial packaging

Jonah Brüchert null at kde.org
Mon Jun 12 06:45:40 BST 2023


Git commit 5e0031132ba5d1806e0f023f2fbfe3b360f62255 by Jonah Brüchert.
Committed on 28/05/2020 at 14:10.
Pushed by carlosdem into branch 'Neon/unstable'.

Initial packaging

A  +5    -0    debian/changelog
A  +1    -0    debian/compat
A  +24   -0    debian/control
A  +6    -0    debian/copyright
A  +3    -0    debian/rules
A  +1    -0    debian/source/format

https://invent.kde.org/neon/neon-packaging/kclock/-/commit/5e0031132ba5d1806e0f023f2fbfe3b360f62255

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f2fc1a6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+kclock (0.0+git20200528-1) UNRELEASED; urgency=medium
+
+  * Initial packaging
+
+ -- Jonah Brüchert <jbb at kaidan.im>  Thu, 28 May 2020 16:05:03 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..3cacc0b
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+12
\ No newline at end of file
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8abc020
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: kclock
+Section: utils
+Priority: optional
+Maintainer: Jonah Brüchert <jbb at kaidan.im>
+Build-Depends: cmake,
+               debhelper (>= 12),
+               extra-cmake-modules,
+               kirigami2-dev,
+               libkf5config-dev,
+               libkf5coreaddons-dev,
+               libkf5i18n-dev,
+               libkf5notifications-dev,
+               libqt5svg5-dev,
+               qtbase5-dev,
+               qtdeclarative5-dev,
+               qtquickcontrols2-5-dev
+Standards-Version: 4.4.1
+Vcs-Git: https://gitlab.com/debian-pm/apps/kclock
+Vcs-Browser: https://gitlab.com/debian-pm/apps/kclock
+
+Package: kclock
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Clock app for Plasma Mobile
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..bfe3fdd
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,6 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: kclock
+
+Files: debian/*
+Copyright: 2020, Jonah Brüchert <jbb at kaidan.im>
+License: GPL-2.0+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..cbe925d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..46ebe02
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file



More information about the Neon-commits mailing list