[neon/backports-focal/mygnuhealth/Neon/unstable] debian: initial package

Jonathan Riddell null at kde.org
Wed Jun 30 14:51:04 BST 2021


Git commit 3e9f8500ce9f45ff6944cb828fd8c7ddd59055ad by Jonathan Riddell.
Committed on 30/06/2021 at 13:50.
Pushed by jriddell into branch 'Neon/unstable'.

initial package

A  +1    -0    debian/.gitattributes
A  +5    -0    debian/changelog
A  +15   -0    debian/control
A  +35   -0    debian/copyright
A  +3    -0    debian/rules
A  +1    -0    debian/source/format
A  +2    -0    debian/watch

https://invent.kde.org/neon/backports-focal/mygnuhealth/commit/3e9f8500ce9f45ff6944cb828fd8c7ddd59055ad

diff --git a/debian/.gitattributes b/debian/.gitattributes
new file mode 100644
index 0000000..6a03163
--- /dev/null
+++ b/debian/.gitattributes
@@ -0,0 +1 @@
+changelog merge=dpkg-mergechangelogs
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9e21ea9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+mygnuhealth (1.0.0-0neon) focal; urgency=medium
+
+  * New release
+
+ -- Neon CI <neon at kde.org>  Mon, 19 Apr 2021 10:27:58 +0000
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6cb188c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: mygnuhealth
+Section: kde
+Priority: optional
+Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Build-Depends: debhelper-compat (= 12), python3-all, dh-python
+Standards-Version: 4.5.0
+Homepage: http://www.kde.org/
+
+Package: mygnuhealth
+Architecture: any
+Depends: qml-module-org-kde-kirigami2, python3-pyside2.qtwidgets, ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}
+Description: GNUHealth Personal Health Record application
+ MyGNUHealth is the GNUHealth Personal Health Record application for
+ desktop and mobile devices that integrates with the GNU Health
+ Federation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e4bb781
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: kontrast
+Source: http://www.kde.org/download/
+
+Files: *
+Copyright: 2020 Carl Schwan <carl at carlschwan.eu>
+License: GPL-3+
+ This library 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 3 of
+ the license or (at your option) at 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 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+Files: debian/
+Copyright: 2017 Jonathan Riddell <jr at jriddell.org>
+License: GPL-3+
+ This library 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 3 of
+ the license or (at your option) at 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 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..fe0c077
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+	dh $@ --with python3 --buildsystem=pybuild 
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/watch b/debian/watch
new file mode 100644
index 0000000..292f1ff
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+https://invent.kde.org/pim/mygnuhealth/-/tags /pim/mygnuhealth/-/archive/v([\d.]+)/mygnuhealth-v([\d.]+).tar.gz


More information about the Neon-commits mailing list