File: 001_py3only.patch

package info (click to toggle)
pacparser 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,276 kB
  • sloc: ansic: 72,713; python: 299; sh: 169; makefile: 144
file content (19 lines) | stat: -rw-r--r-- 451 bytes parent folder | download
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
@@ -67,7 +67,7 @@
 MAINT_CFLAGS := -g -Wall -DVERSION=$(VERSION)
 
 ifndef PYTHON
-  PYTHON = python
+  PYTHON = python3
 endif
 
 # QuickJS library.