1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Use po.js from debian folder
I'm embedding this build-dependency. Feel free to de-vendor and package
separately if you have enough time.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2025-04-09
--- novnc-1.6.0.orig/po/po2js
+++ novnc-1.6.0/po/po2js
@@ -19,7 +19,7 @@
const { program } = require('commander');
const fs = require('fs');
-const pofile = require("pofile");
+const pofile = require("../debian/po.js");
program
.argument('<input>')
|