File: 001_python.patch

package info (click to toggle)
newt 0.52.2-10%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 836 kB
  • ctags: 27
  • sloc: makefile: 186; sh: 5
file content (16 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# The default version of python in Debian Sid is currently 2.3
# Drop this patch when that changes.
#  -- amck, 2005-10-22.

diff -ruN newt-0.52.1-old/Makefile.in newt-0.52.1/Makefile.in
--- newt-0.52.2-old/Makefile.in	2005-09-30 15:20:53.000000000 +0100
+++ newt-0.52.2/Makefile.in	2005-10-22 20:45:11.000000000 +0100
@@ -10,7 +10,7 @@
 CVSTAG = r$(subst .,-,$(VERSION))
 SONAME = @SONAME@
 
-PYTHONVERS = python2.4
+PYTHONVERS = $(shell pyversions --supported)
 
 WHIPTCLSO=whiptcl.so