From b2006524f505cfa3636b949a8fd854be1f2b4b8f Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Wed, 11 Nov 2020 12:02:49 -0500 Subject: [PATCH] Inkscape: fixed packaging bug --- helpers/make-inkscape | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/helpers/make-inkscape b/helpers/make-inkscape index 9da5a125..b0cd2f7f 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 -- GitLab