Depending on python only for the time being, rather than python3.3.
This commit is contained in:
parent
b32d972a42
commit
93c041ec4a
|
@ -12,7 +12,7 @@ Vcs-Git: git://live-systems.org/git/live-build.git
|
|||
Package: live-build
|
||||
Architecture: all
|
||||
Depends:
|
||||
${misc:Depends}, python3.3, debootstrap | cdebootstrap | cdebootstrap-static
|
||||
${misc:Depends}, python, 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.3
|
||||
#!/usr/bin/python
|
||||
|
||||
## live-build(7) - System Build Scripts
|
||||
## Copyright (C) 2006-2013 Daniel Baumann <mail@daniel-baumann.ch>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3.3
|
||||
#!/usr/bin/python
|
||||
|
||||
## live-build(7) - System Build Scripts
|
||||
## Copyright (C) 2006-2013 Daniel Baumann <mail@daniel-baumann.ch>
|
||||
|
|
Loading…
Reference in New Issue