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
|
Package: live-build
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends:
|
Depends:
|
||||||
${misc:Depends}, python3.3, debootstrap | cdebootstrap | cdebootstrap-static
|
${misc:Depends}, python, debootstrap | cdebootstrap | cdebootstrap-static
|
||||||
Recommends:
|
Recommends:
|
||||||
live-boot-doc, live-config-doc, live-manual-html | live-manual, cpio,
|
live-boot-doc, live-config-doc, live-manual-html | live-manual, cpio,
|
||||||
gnu-fdisk
|
gnu-fdisk
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3.3
|
#!/usr/bin/python
|
||||||
|
|
||||||
## live-build(7) - System Build Scripts
|
## live-build(7) - System Build Scripts
|
||||||
## Copyright (C) 2006-2013 Daniel Baumann <mail@daniel-baumann.ch>
|
## 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
|
## live-build(7) - System Build Scripts
|
||||||
## Copyright (C) 2006-2013 Daniel Baumann <mail@daniel-baumann.ch>
|
## Copyright (C) 2006-2013 Daniel Baumann <mail@daniel-baumann.ch>
|
||||||
|
|
Loading…
Reference in New Issue