Depending on python only for the time being, rather than python3.3.

This commit is contained in:
Daniel Baumann 2013-10-15 12:29:07 +02:00
parent b32d972a42
commit 93c041ec4a
3 changed files with 3 additions and 3 deletions

2
debian/control vendored
View File

@ -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

View File

@ -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>

View File

@ -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>