Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
trisquel
package-helpers
Commits
7ecab65b
Commit
7ecab65b
authored
1 year ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
ring: manual fix version and add version check.
parent
fdf09c1f
No related branches found
No related tags found
1 merge request
!1214
ring: manual fix version and add version check.
Pipeline
#1113
passed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/make-ring
+5
-1
5 additions, 1 deletion
helpers/make-ring
with
5 additions
and
1 deletion
helpers/make-ring
+
5
−
1
View file @
7ecab65b
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment