diff --git a/helpers/make-inkscape b/helpers/make-inkscape index 9da5a1251cbf6d0a61cfa21c7c9b6030c5e85e0c..b0cd2f7fd435729ef2035c59d1d7e0e1b854ee30 100644 --- a/helpers/make-inkscape +++ b/helpers/make-inkscape @@ -17,13 +17,18 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 EXTERNAL='deb-src http://ppa.launchpad.net/inkscape.dev/stable/ubuntu bionic main ' REPOKEY=9DA4BD18B9A06DE3 BACKPORTS=true . ./config +cat << EOF >> debian/rules +override_dh_python3: + dh_python3 --no-ext-rename +EOF + changelog "Backported from ppa" compile