From 543ef4664d057e0e2e77f649c8860316293252b7 Mon Sep 17 00:00:00 2001 From: Santiago Rodriguez <santi@trisquel.info> Date: Mon, 11 May 2015 17:51:28 +0200 Subject: [PATCH] qelectrotech: add libqt5printsupport5 dependency --- helpers/make-qelectrotech | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helpers/make-qelectrotech b/helpers/make-qelectrotech index 0e57d14f..32cc0013 100644 --- a/helpers/make-qelectrotech +++ b/helpers/make-qelectrotech @@ -21,6 +21,8 @@ VERSION=1 EXTERNAL='deb-src http://debian.qelectrotech.org/qet/debian/ stable main' SIGNKEY="BC9F825E1D4FB6C1" +sed -i 's/libqt5sql5-sqlite/libqt5sql5-sqlite, libqt5printsupport5/g' debian/control + . ./config changelog "Qelectrotech imported into Trisquel" -- GitLab