Updating to python 3.3 (Closes: #723702).
This commit is contained in:
parent
aa7939e085
commit
4c2f7491dc
|
@ -12,7 +12,7 @@ Vcs-Git: git://live-systems.org/git/live-build.git
|
|||
Package: live-build
|
||||
Architecture: all
|
||||
Depends:
|
||||
${misc:Depends}, python3.2, debootstrap | cdebootstrap | cdebootstrap-static
|
||||
${misc:Depends}, python3.3, debootstrap | cdebootstrap | cdebootstrap-static
|
||||
Recommends:
|
||||
live-boot-doc, live-config-doc, live-manual-html | live-manual, cpio,
|
||||
gnu-fdisk
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3.2
|
||||
#!/usr/bin/python3.3
|
||||
|
||||
## live-build(7) - System Build Scripts
|
||||
## Copyright (C) 2006-2013 Daniel Baumann <mail@daniel-baumann.ch>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3.2
|
||||
#!/usr/bin/python3.3
|
||||
|
||||
## live-build(7) - System Build Scripts
|
||||
## Copyright (C) 2006-2013 Daniel Baumann <mail@daniel-baumann.ch>
|
||||
|
|
Loading…
Reference in New Issue