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
2344d929
Commit
2344d929
authored
1 year ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
openssh: fix version number and changelogs discrepancy
parent
26711fb8
No related branches found
No related tags found
1 merge request
!1236
openssh: fix version number and changelogs discrepancy
Pipeline
#1137
passed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/make-openssh
+6
-1
6 additions, 1 deletion
helpers/make-openssh
with
6 additions
and
1 deletion
helpers/make-openssh
+
6
−
1
View file @
2344d929
...
@@ -17,15 +17,20 @@
...
@@ -17,15 +17,20 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
#
VERSION
=
2
VERSION
=
3
NETINST
=
true
NETINST
=
true
.
./config
.
./config
#FIXME:T12
# Set version number due to source origin change
export
FULLVERSION
=
"
$(
sed
's|ubuntu0.4||'
<<<
$FULLVERSION
)
"
sed
's:Ubuntu:Trisquel\ GNU/Linux:g'
-i
debian/rules
sed
's:Ubuntu:Trisquel\ GNU/Linux:g'
-i
debian/rules
sed
"s|^SSH_EXTRAVERSION.*|SSH_EXTRAVERSION := Trisquel_GNU/Linux_
$REVISION
-
$VERSION
|"
-i
debian/rules
sed
"s|^SSH_EXTRAVERSION.*|SSH_EXTRAVERSION := Trisquel_GNU/Linux_
$REVISION
-
$VERSION
|"
-i
debian/rules
changelog
"Rebranded for Trisquel"
changelog
"Rebranded for Trisquel"
head
-n1
debian/changelog |
grep
-q
ubuntu
&&
echo
"error: update upstream version"
&&
exit
package
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