diff --git a/mygnuhealth.changes b/mygnuhealth.changes index 268e39e..e7a8fe7 100644 --- a/mygnuhealth.changes +++ b/mygnuhealth.changes @@ -5,6 +5,7 @@ Wed Sep 27 15:26:22 UTC 2023 - Axel Braun * complete rewrite based on Kivy (instead Kirigami) * For Details see CHANGELOG * doc_path.diff removed + * shebang.diff removed ------------------------------------------------------------------- Fri Mar 11 11:44:11 UTC 2022 - Axel Braun diff --git a/shebang.diff b/shebang.diff deleted file mode 100644 index 916ef87..0000000 --- a/shebang.diff +++ /dev/null @@ -1,45 +0,0 @@ -diff -U 3 -dHrN -- a/mygnuhealth/about.py b/mygnuhealth/about.py ---- a/mygnuhealth/about.py 2021-04-27 01:05:15.000000000 +0200 -+++ b/mygnuhealth/about.py 2021-04-29 16:37:17.525630184 +0200 -@@ -1,4 +1,4 @@ --#!/usr/bin/env python3 -+#!/usr/bin/python3 - #################################################################### - # Copyright (C) 2020-2021 Luis Falcon - # Copyright (C) 2020-2021 GNU Solidario -diff -U 3 -dHrN -- a/mygnuhealth/core.py b/mygnuhealth/core.py ---- a/mygnuhealth/core.py 2021-04-19 21:56:29.000000000 +0200 -+++ b/mygnuhealth/core.py 2021-04-29 16:37:17.533630154 +0200 -@@ -1,4 +1,4 @@ --#!/usr/bin/env python3 -+#!/usr/bin/python3 - ############################################################################## - # - # MyGNUHealth : Mobile and Desktop PHR node for GNU Health -diff -U 3 -dHrN -- a/mygnuhealth/credits.py b/mygnuhealth/credits.py ---- a/mygnuhealth/credits.py 2021-04-19 21:56:29.000000000 +0200 -+++ b/mygnuhealth/credits.py 2021-04-29 16:37:17.533630154 +0200 -@@ -1,4 +1,4 @@ --#!/usr/bin/env python3 -+#!/usr/bin/python3 - #################################################################### - # Copyright (C) 2020-2021 Luis Falcon - # Copyright (C) 2020-2021 GNU Solidario -diff -U 3 -dHrN -- a/mygnuhealth/mygh.py b/mygnuhealth/mygh.py ---- a/mygnuhealth/mygh.py 2021-04-19 21:56:29.000000000 +0200 -+++ b/mygnuhealth/mygh.py 2021-04-29 16:37:17.537630140 +0200 -@@ -1,4 +1,4 @@ --#!/usr/bin/env python3 -+#!/usr/bin/python3 - ############################################################################## - # - # MyGNUHealth : Mobile and Desktop PHR node for GNU Health -diff -U 3 -dHrN -- a/setup.py b/setup.py ---- a/setup.py 2021-04-18 23:56:30.000000000 +0200 -+++ b/setup.py 2021-04-29 16:37:17.549630096 +0200 -@@ -1,4 +1,4 @@ --#!/usr/bin/env python3 -+#!/usr/bin/python3 - # This file if part of the MyGNUHealth, the GNU Health PHR - # www.gnuhealth.org -