scripts/debian: switch to python3

This commit is contained in:
Dmitriusan 2020-02-06 20:06:47 +02:00 committed by GitHub
parent f45ae5ffad
commit bd26b9340d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
# -*- python-mode -*- # -*- python-mode -*-
# -*- coding: UTF-8 -*- # -*- coding: UTF-8 -*-

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
# -*- python-mode -*- # -*- python-mode -*-
# -*- coding: UTF-8 -*- # -*- coding: UTF-8 -*-

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
# -*- python-mode -*- # -*- python-mode -*-
# -*- coding: UTF-8 -*- # -*- coding: UTF-8 -*-

View File

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

View File

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