File: use-po.js-from-debian-folder.patch

package info (click to toggle)
novnc 1%3A1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,124 kB
  • sloc: javascript: 22,768; sh: 312; makefile: 74; perl: 11; python: 11
file content (18 lines) | stat: -rw-r--r-- 493 bytes parent folder | download
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>')