[neon/neon-packaging/kalk/Neon/unstable] debian: Initial commit

Han Young null at kde.org
Mon Jun 12 05:45:50 BST 2023


Git commit b7b9c5e660dca93957d35c68cc943aaa3c7b6e2d by Han Young.
Committed on 09/10/2020 at 09:26.
Pushed by carlosdem into branch 'Neon/unstable'.

Initial commit

A  +5    -0    debian/changelog
A  +1    -0    debian/compat
A  +26   -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/kalk/-/commit/b7b9c5e660dca93957d35c68cc943aaa3c7b6e2d

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f8291e8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+kalk (0.0+git20201005-1) UNRELEASED; urgency=medium
+
+  * Initial packaging
+
+ -- Han Young <hanyoung at protonmail.com>  Fri Oct  9 17:20:12 CST 2020
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..6790a7b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: kalk
+Section: utils
+Priority: optional
+Maintainer: Han Young <hanyoung at protonmail.com>
+Build-Depends: cmake,
+               debhelper (>= 12),
+               extra-cmake-modules,
+               kirigami2-dev,
+               libkf5config-dev,
+               libkf5coreaddons-dev,
+               libkf5i18n-dev,
+               qtbase5-dev,
+               qtdeclarative5-dev,
+               qtquickcontrols2-5-dev,
+               bison,
+               flex
+Standards-Version: 4.4.1
+Vcs-Git: https://invent.kde.org/neon/mobile/kalk
+Vcs-Browser: https://invent.kde.org/neon/mobile/kalk
+
+Package: kalk
+Architecture: any
+Depends: qml-module-org-kde-kirigami2,
+         qml-module-qtquick-controls2, 
+         ${misc:Depends}, ${shlibs:Depends}
+Description: A powerful cross-platfrom calculator application built with the Kirigami framework
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1fe1aef
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,6 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: kalk
+
+Files: debian/*
+Copyright: 2020, Han Young <hanyoung at protonmail.com>
+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