File: 0050-Use-python3-shebang.patch

package info (click to toggle)
sane-backends 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 37,552 kB
  • sloc: ansic: 418,643; cpp: 33,564; makefile: 2,502; java: 1,412; sh: 663; python: 330; awk: 83; perl: 27
file content (16 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Use python3 shebang
Author: Jörg Frings-Fürst <debian@jff.email>
Forwarded: not-needed
Last-Update: 2020-08-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/backend/pixma/scripts/pixma_gen_options.py
===================================================================
--- trunk.orig/backend/pixma/scripts/pixma_gen_options.py
+++ trunk/backend/pixma/scripts/pixma_gen_options.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 from __future__ import print_function
 import sys,os,re