diff --git a/debian/control b/debian/control index 47e4470..3bfce19 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ libglib2.0-dev (>= 2.37.3), libgtk-3-dev (>= 3.3.16), libx11-dev, - python, + python3, yelp-tools, libgnomekbd-dev Standards-Version: 3.9.6 @@ -25,7 +25,7 @@ Package: xapps-common Architecture: all Multi-Arch: foreign -Depends: ${misc:Depends}, ${python:Depends}, python3, python3-gi, inxi, xdg-utils, gist +Depends: ${misc:Depends}, ${python3:Depends}, python3, python3-gi, inxi, xdg-utils, gist Description: Common files for XApp desktop apps This package includes files that are shared between several XApp apps (i18n files and configuration schemas). diff --git a/debian/rules b/debian/rules index 72b5c91..8719def 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ DEB_PKG_CONFIG_LIBDIR=$(shell pkg-config gobject-introspection-1.0 --variable libdir | sed -e 's/.//') %: - dh $@ --parallel --with=autoreconf,gir,gnome,python2 + dh $@ --parallel --with=autoreconf,gir,gnome,python3 override_dh_gnome_clean: dh_gnome_clean --no-control