=== modified file 'debian/control' --- debian/control 2016-08-29 16:01:15 +0000 +++ debian/control 2016-08-29 16:14:54 +0000 @@ -4,18 +4,19 @@ Maintainer: Python Applications Packaging Team Uploaders: Devid Antonio Filoni , Miriam Ruiz -Build-Depends: debhelper (>= 7.0.50~), python-distutils-extra, - python (>= 2.6.6-3~) +Build-Depends: debhelper (>= 7.0.50~), + dh-python, + python3-distutils-extra, + python3, Standards-Version: 3.9.8 Homepage: http://gufw.org/ Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/gui-ufw/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/gui-ufw/trunk/ -X-Python-Version: >= 2.6 Package: gufw Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, ufw (>= 0.34~rc), gir1.2-gtk-3.0, - policykit-1, python-netifaces, gir1.2-webkit-3.0, python-gi +Depends: ${python3:Depends}, ${misc:Depends}, ufw (>= 0.34~rc), gir1.2-gtk-3.0, + policykit-1, python3-netifaces, gir1.2-webkit2-4.0, python3-gi XB-Python-Version: ${python:Versions} Description: graphical user interface for ufw gufw is an easy and intuitive way to manage your Linux firewall. It supports === modified file 'debian/rules' --- debian/rules 2016-08-29 16:01:15 +0000 +++ debian/rules 2016-08-29 16:02:03 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh --with python2 $@ + dh --with python3 $@ override_dh_auto_install: dh_auto_install -- --install-lib=usr/share/gufw\