remove ubuntu-specific tests, livepatch, snap

This commit is contained in:
Mason Hock 2019-09-08 01:26:35 -07:00
parent 6f798175cc
commit 6e2361a819
2 changed files with 246 additions and 1 deletions

View file

@ -2,6 +2,7 @@
#
# Copyright (C) 2011-2016 Rubén Rodríguez <ruben@trisquel.info>
# Copyright (C) 2011 Carlos Pais <freemind@lavabit.com>
# Copyright (C) 2019 Mason Hock <mason@masonhock.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -18,7 +19,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=1
VERSION=2
. ./config
@ -64,5 +65,15 @@ replace "Trisquel-Gettext" "Ubuntu-Gettext" .
changelog "Adapted for Trisquel codenames"
sed '/test_suite/d' -i setup.py
rm -rf tests
sed '/gir1.2-snapd-1/d' -i debian/control
sed '/self.init_livepatch/d' -i softwareproperties/gtk/SoftwarePropertiesGtk.py
patch -p0 < $DATA/remove_livepatch_from_gtk_ui.patch
changelog "Removed Ubuntu-specifc tests, Livepatch, Snap"
compile