diff --git a/helpers/make-ubiquity b/helpers/make-ubiquity index 09e30acde6f2a144652600fb8910868d52d54a62..0cee309a0a5f075e33d7fc01a2072b8d0a1bb1ab 100644 --- a/helpers/make-ubiquity +++ b/helpers/make-ubiquity @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=12 +VERSION=13 . ./config @@ -260,6 +260,9 @@ fi EOF1 +# Fix dependency for triskel +sed '/Package: ubiquity-frontend-kde/,/Depends/s/Depends:/Depends: libkf5kdelibs4support5-bin,/' -i debian/control + sed 's/Trisquel/Trsql/' -i ubiquity/plugins/ubi-partman.py sed 's/Trisquel-Battersea/Ubuntu-Battersea/' -i tests/test_gtkwidgets.py