scripts/debian: switch to python3
This commit is contained in:
parent
f45ae5ffad
commit
bd26b9340d
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
# -*- python-mode -*-
|
# -*- python-mode -*-
|
||||||
# -*- coding: UTF-8 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
# -*- python-mode -*-
|
# -*- python-mode -*-
|
||||||
# -*- coding: UTF-8 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
# -*- python-mode -*-
|
# -*- python-mode -*-
|
||||||
# -*- coding: UTF-8 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ Vcs-browser: http://github.com/pwr/Solaar
|
||||||
Package: solaar
|
Package: solaar
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, ${debconf:Depends}, udev (>= 175), passwd | adduser,
|
Depends: ${misc:Depends}, ${debconf:Depends}, udev (>= 175), passwd | adduser,
|
||||||
${python:Depends}, python-pyudev (>= 0.13), python-gi (>= 3.2), gir1.2-gtk-3.0 (>= 3.4),
|
${python:Depends}, python3-pyudev (>= 0.13), python-gi (>= 3.2), gir1.2-gtk-3.0 (>= 3.4),
|
||||||
${solaar:Desktop-Icon-Theme}
|
${solaar:Desktop-Icon-Theme}
|
||||||
Recommends: gir1.2-notify-0.7, consolekit (>= 0.4.3) | systemd (>= 44),
|
Recommends: gir1.2-notify-0.7, consolekit (>= 0.4.3) | systemd (>= 44),
|
||||||
python-dbus (>= 1.1.0), upower
|
python-dbus (>= 1.1.0), upower
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
# -*- python-mode -*-
|
# -*- python-mode -*-
|
||||||
"""Takes care of starting the main function."""
|
"""Takes care of starting the main function."""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue