ubuntu-release-upgrader: add changes to build scripts
This commit is contained in:
parent
b35bb12775
commit
dd865885a2
1 changed files with 9 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
# Also, don't forget to update the meta-release files at archive and packages.t.i
|
# Also, don't forget to update the meta-release files at archive and packages.t.i
|
||||||
# The "obsoletes" list from ubuntu has been removed
|
# The "obsoletes" list from ubuntu has been removed
|
||||||
|
|
||||||
VERSION=16.1
|
VERSION=16.2
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
# Previous upstream release name, update for each release.
|
# Previous upstream release name, update for each release.
|
||||||
|
|
@ -370,6 +370,14 @@ URI_UNSTABLE_POSTFIX = -development
|
||||||
URI_PROPOSED_POSTFIX = -proposed
|
URI_PROPOSED_POSTFIX = -proposed
|
||||||
MR-FILE
|
MR-FILE
|
||||||
|
|
||||||
|
# Modify build-scripts
|
||||||
|
sed -i "s|DIST=.*|DIST=$CODENAME|" DistUpgrade/build-dist.sh
|
||||||
|
sed -i "s|MAINTAINER=.*|MAINTAINER=\"$DEBFULLNAME <$DEBEMAIL>\"|" DistUpgrade/build-dist.sh
|
||||||
|
|
||||||
|
#NOTE: In order to run build-dist.sh it is required:
|
||||||
|
# - apt-clone
|
||||||
|
# - intltool
|
||||||
|
|
||||||
changelog "Compiled for Trisquel"
|
changelog "Compiled for Trisquel"
|
||||||
|
|
||||||
PARALLEL=false package
|
PARALLEL=false package
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue