Skip to content
Snippets Groups Projects
Commit 7ecab65b authored by Luis Guzmán's avatar Luis Guzmán
Browse files

ring: manual fix version and add version check.

parent fdf09c1f
No related branches found
No related tags found
1 merge request!1214ring: manual fix version and add version check.
Pipeline #1113 passed
......@@ -22,6 +22,9 @@ VERSION=2
. ./config
# Fix version number due to source origin change.
export FULLVERSION="$(sed 's|ubuntu0.1||' <<< $FULLVERSION)"
# Add trisquel aramo's dependencies
sed -i "/# Qt client/i # trisquel's aramo dependencies" debian/control
for i in "libgl1-mesa-dev" \
......@@ -62,6 +65,7 @@ echo "Applying $patch"
patch --no-backup-if-mismatch -Np1 < $patch
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment