ubiquity: removed shim dependency
This commit is contained in:
parent
496394b4cd
commit
73750bd7a1
1 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2011-2024 Ruben Rodriguez <ruben@trisquel.info>
|
# Copyright (C) 2011-2025 Ruben Rodriguez <ruben@trisquel.info>
|
||||||
# Copyright (C) 2019 Mason Hock <mason@masonhock.com>
|
# Copyright (C) 2019 Mason Hock <mason@masonhock.com>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=37
|
VERSION=38
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
@ -316,6 +316,8 @@ EOF1
|
||||||
|
|
||||||
# Fix dependency for triskel
|
# Fix dependency for triskel
|
||||||
sed '/Package: ubiquity-frontend-kde/,/Depends/s/Depends:/Depends: libkf5kdelibs4support5-bin,/' -i debian/control
|
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/Trsql/' -i ubiquity/plugins/ubi-partman.py
|
||||||
sed 's/Trisquel-Battersea/Ubuntu-Battersea/' -i tests/test_gtkwidgets.py
|
sed 's/Trisquel-Battersea/Ubuntu-Battersea/' -i tests/test_gtkwidgets.py
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue