From 8293db08ccf7b0dc8b6a90753397d90add301d73 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 13 Jul 2022 11:26:48 -0400 Subject: notepadnext 0.5.3 disable i18n for now --- notepadnext/debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'notepadnext/debian/control') diff --git a/notepadnext/debian/control b/notepadnext/debian/control index 3e23616..869c1f4 100644 --- a/notepadnext/debian/control +++ b/notepadnext/debian/control @@ -7,7 +7,9 @@ Build-Depends: debhelper-compat (= 12), libqt6core6, qmake6, qt6-base-private-dev, - qtbase5-private-dev + qtbase5-private-dev, +# When i18n works, we will need this b-d: +#qt6-l10n-tools Standards-Version: 4.5.0 Homepage: https://github.com/dail8859/NotepadNext -- cgit