File: xsltproc-nonet.patch

package info (click to toggle)
solfege 3.23.4-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 29,492 kB
  • sloc: python: 26,937; xml: 4,380; ansic: 1,544; sh: 807; makefile: 656; perl: 8; exp: 7
file content (14 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Tom Cato Amundsen <tca@debian.org>
Description: Prevent internet access by xsltproc
Forwarded: not-needed

--- a/help/Makefile
+++ b/help/Makefile
@@ -13,6 +13,7 @@
 --param callout.graphics 0 \
 --param xref.with.number.and.title 0 \
 --xinclude \
+--nonet \
 --stringparam html.stylesheet "../style.css"
 
 dist_files += help/Makefile help/README \