Removed ubuntu-advantage-tools dependency from update-manager
This commit is contained in:
parent
689e72473a
commit
5ebaac8b4e
1 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=10
|
||||
VERSION=11
|
||||
|
||||
. ./config
|
||||
|
||||
|
|
@ -28,6 +28,8 @@ patch --no-backup-if-mismatch -p1 < $DATA/remove-livepatch.patch
|
|||
sed -i '/import LivePatchSocket/d' UpdateManager/Dialogs.py
|
||||
sed -i '/self.check_livepatch_status/d' UpdateManager/Dialogs.py
|
||||
|
||||
sed -i "/ubuntu-advantage-tools/d" debian/control
|
||||
|
||||
#Closes #12545
|
||||
patch -p0 < $DATA/trisquel-versions.patch
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue