From 4619c1a0ffc127c8f645077f5c322663d8b9b2b3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:59 +0200 Subject: Adding debian version 86.0.1-1. Signed-off-by: Daniel Baumann --- debian/l10n_revs.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 debian/l10n_revs.py (limited to 'debian/l10n_revs.py') diff --git a/debian/l10n_revs.py b/debian/l10n_revs.py new file mode 100644 index 0000000000..19fc30dd55 --- /dev/null +++ b/debian/l10n_revs.py @@ -0,0 +1,8 @@ +import json +import sys + + +data = json.load(sys.stdin) +for k, v in sorted(data.items()): + if 'linux64' in v['platforms']: + print('{}:{}'.format(k, v['revision'])) -- cgit v1.2.3