File: 001_py3only.patch

package info (click to toggle)
pacparser 1.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,060 kB
  • sloc: ansic: 78,141; makefile: 436; perl: 395; python: 299; sh: 149; asm: 46; javascript: 38
file content (19 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Use python3 instead of python
   * Drup python-pacparser - obsolete, no rdepends (Closes: #937229)
Author: Scott Kitterman <scott@kitterman.com>
Bug-Debian: https://bugs.debian.org/937229
Origin: vendor
Forwarded: not-needed
Last-Update: 2020-03-02

--- a/src/Makefile
+++ b/src/Makefile
@@ -75,7 +75,7 @@
 MAINT_CFLAGS := -g -DXP_UNIX -Wall -DVERSION=$(VERSION)
 
 ifndef PYTHON
-  PYTHON = python
+  PYTHON = python3
 endif
 
 # Spidermonkey library.