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
533cda06
Commit
533cda06
authored
1 year ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
expat: fix version number and changelogs discrepancy
parent
2344d929
No related branches found
No related tags found
1 merge request
!1237
expat: fix version number and changelogs discrepancy
Pipeline
#1138
passed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/make-expat
+7
-2
7 additions, 2 deletions
helpers/make-expat
with
7 additions
and
2 deletions
helpers/make-expat
+
7
−
2
View file @
533cda06
#!/bin/sh
#
# Copyright (C) 202
2
Luis Guzmán <ark@switnet.org>
# Copyright (C) 202
3
Luis Guzmán <ark@switnet.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -23,10 +23,15 @@
# such packages from Debian in order to build the required udeb packages.
##
VERSION
=
0
VERSION
=
1
NETINST
=
true
.
./config
#FIXME:T12
# Set version number due to source origin change
export
FULLVERSION
=
"
$(
sed
's|ubuntu0.2||'
<<<
$FULLVERSION
)
"
changelog
"Fetch and build as udeb dependency for debian-installer."
head
-n1
debian/changelog |
grep
-q
ubuntu
&&
echo
"error: update upstream version"
&&
exit
package
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