1
0
Fork 0

Adding debian version 2.23+dfsg-1.1.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-21 08:03:53 +02:00
parent 1e97beb507
commit 3ab1d7a5b6
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
31 changed files with 1153 additions and 0 deletions

View file

@ -0,0 +1,23 @@
From: Neil Muller <drnlmuller+debian@gmail.com>
Date: Thu, 5 Sep 2019 18:08:11 +0200
Subject: Update irkerhook documentation to python 3
Change the example program to use python3 in the irkerhook
documentation.
---
irkerhook.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/irkerhook.xml b/irkerhook.xml
index 9bddd08..77b5d9f 100644
--- a/irkerhook.xml
+++ b/irkerhook.xml
@@ -374,7 +374,7 @@ metadata = json.loads(sys.argv[1])
metadata['author'] = "The Great and Powerful Oz"
-print json.dumps(metadata)
+print(json.dumps(metadata))
# end
</programlisting>