From 73750bd7a1b3e176b4d389375ab6c841fc42d1ae Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Sun, 11 May 2025 21:04:20 -0400 Subject: [PATCH] ubiquity: removed shim dependency --- helpers/make-ubiquity | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/helpers/make-ubiquity b/helpers/make-ubiquity index 3b78709..b384d7e 100644 --- a/helpers/make-ubiquity +++ b/helpers/make-ubiquity @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011-2024 Ruben Rodriguez +# Copyright (C) 2011-2025 Ruben Rodriguez # Copyright (C) 2019 Mason Hock # # This program is free software; you can redistribute it and/or modify @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=37 +VERSION=38 . ./config @@ -316,6 +316,8 @@ EOF1 # Fix dependency for triskel sed '/Package: ubiquity-frontend-kde/,/Depends/s/Depends:/Depends: libkf5kdelibs4support5-bin,/' -i debian/control +sed '/shim/d' -i debian/control +sed '/ubuntu-drivers/d' -i debian/control sed 's/Trisquel/Trsql/' -i ubiquity/plugins/ubi-partman.py sed 's/Trisquel-Battersea/Ubuntu-Battersea/' -i tests/test_gtkwidgets.py