Update use of TrisquelDistroInfo for nabia
This commit is contained in:
parent
199f6cf527
commit
621ef3d5bb
1 changed files with 8 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=12
|
||||
VERSION=13
|
||||
|
||||
. ./config
|
||||
|
||||
|
|
@ -69,6 +69,13 @@ sed '/len(changelog) == 0/,/"later."/d' -i UpdateManager/Core/MyCache.py
|
|||
[ -z "$(grep 'import apt_pkg' UpdateManager/UpdateManager.py)" ] && \
|
||||
sed -i '/import distro_info/i import apt_pkg' UpdateManager/UpdateManager.py
|
||||
|
||||
#Make use of new TrisquelDistroInfo
|
||||
sed -i 's|UbuntuDistroInfo|TrisquelDistroInfo|g' UpdateManager/UpdateManager.py
|
||||
sed -i 's|UbuntuDistroInfo|TrisquelDistroInfo|g' hwe-support-status
|
||||
sed -i 's|UbuntuDistroInfo|TrisquelDistroInfo|g' ubuntu-security-status
|
||||
sed -i 's|UbuntuDistroInfo|TrisquelDistroInfo|g' tests/test_meta_release_core.py
|
||||
sed -i 's|UbuntuDistroInfo|TrisquelDistroInfo|g' UpdateManager/Core/MetaRelease.py
|
||||
|
||||
changelog "Compiled for Trisquel"
|
||||
|
||||
compile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue