diff -Nru edubuntu-menueditor-1.3.5/debian/changelog edubuntu-menueditor-1.3.5/debian/changelog --- edubuntu-menueditor-1.3.5/debian/changelog 2012-05-30 19:32:02.000000000 +0000 +++ edubuntu-menueditor-1.3.5/debian/changelog 2020-01-14 20:10:19.000000000 +0000 @@ -1,3 +1,9 @@ +edubuntu-menueditor (1.3.5-0ubuntu3) focal; urgency=medium + + * Build using python2. + + -- Matthias Klose Tue, 14 Jan 2020 21:10:19 +0100 + edubuntu-menueditor (1.3.5-0ubuntu2) quantal; urgency=low * Update icon to new Menu Editor icon diff -Nru edubuntu-menueditor-1.3.5/debian/compat edubuntu-menueditor-1.3.5/debian/compat --- edubuntu-menueditor-1.3.5/debian/compat 2011-12-20 09:54:12.000000000 +0000 +++ edubuntu-menueditor-1.3.5/debian/compat 2020-01-14 20:10:19.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru edubuntu-menueditor-1.3.5/debian/control edubuntu-menueditor-1.3.5/debian/control --- edubuntu-menueditor-1.3.5/debian/control 2011-12-20 09:54:12.000000000 +0000 +++ edubuntu-menueditor-1.3.5/debian/control 2020-01-14 20:10:19.000000000 +0000 @@ -2,7 +2,7 @@ Section: misc Priority: optional Maintainer: Ubuntu MOTU Developers -Build-Depends: debhelper (>= 7.0.50~), python +Build-Depends: debhelper (>= 7.0.50~), python-all, dh-python Build-Depends-Indep: python-distutils-extra Standards-Version: 3.9.2 Homepage: http://www.edubuntu.org @@ -10,7 +10,7 @@ Package: edubuntu-menueditor Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python, desktop-profiles +Depends: ${misc:Depends}, ${python:Depends}, desktop-profiles Description: Simple ui to manage different menu profiles on a system This program can be used to apply different profile to user on a system. First, create a menu archive using menueditor, then apply it with profilemanager. diff -Nru edubuntu-menueditor-1.3.5/debian/rules edubuntu-menueditor-1.3.5/debian/rules --- edubuntu-menueditor-1.3.5/debian/rules 2011-12-20 09:54:12.000000000 +0000 +++ edubuntu-menueditor-1.3.5/debian/rules 2020-01-14 20:10:19.000000000 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ --with python2 + dh $@ --with python2 --buildsystem=pybuild get-orig-source: uscan --force-download --repack --rename --destdir .