Package: pdb2pqr / 2.1.1+dfsg-7+deb11u1

do_not_try_to_build_removed_js_target.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 08 Jan 2016 10:56:05 +0100
Description: Since some minimised JS files without source were
 contained inside the upstream source which are not used in the
 resulting binary package these were removed from the source.
 This patch prevents the build system from accessing missing files.

--- a/SConscript-main.py
+++ b/SConscript-main.py
@@ -190,8 +190,7 @@ subFiles = [('pdb2pqr.py', 'pdb2pqr.py.i
             ('visualize.cgi', 'visualize.py', True),
             ('querystatus.cgi', 'querystatus.py', True),
             ('src/aconf.py', 'src/aconf.py.in', False),
-            ('html/server.html', 'html/server.html.in', False),
-            ('3dmol/js/3dmol.js', '3dmol/js/3dmol.js.in', False)]
+            ('html/server.html', 'html/server.html.in', False)]
 
 compile_targets = []