ring: manual fix version and add version check.
This commit is contained in:
parent
fdf09c1f78
commit
7ecab65bad
1 changed files with 5 additions and 1 deletions
|
|
@ -22,6 +22,9 @@ VERSION=2
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
# Fix version number due to source origin change.
|
||||||
|
export FULLVERSION="$(sed 's|ubuntu0.1||' <<< $FULLVERSION)"
|
||||||
|
|
||||||
# Add trisquel aramo's dependencies
|
# Add trisquel aramo's dependencies
|
||||||
sed -i "/# Qt client/i # trisquel's aramo dependencies" debian/control
|
sed -i "/# Qt client/i # trisquel's aramo dependencies" debian/control
|
||||||
for i in "libgl1-mesa-dev" \
|
for i in "libgl1-mesa-dev" \
|
||||||
|
|
@ -62,6 +65,7 @@ echo "Applying $patch"
|
||||||
patch --no-backup-if-mismatch -Np1 < $patch
|
patch --no-backup-if-mismatch -Np1 < $patch
|
||||||
done
|
done
|
||||||
|
|
||||||
changelog "Backport ring/jammi to aramo from debian sid"
|
changelog "Backport ring/jammi to aramo from mantic"
|
||||||
|
head -n1 debian/changelog | grep -q ubuntu && echo "error: update upstream version" && exit
|
||||||
|
|
||||||
compile
|
compile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue