Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
trisquel-packages
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
trisquel
trisquel-packages
Commits
d395512e
Commit
d395512e
authored
Dec 12, 2020
by
Ruben Rodriguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated changelog.sh
parent
ccd24ee5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
changelog.sh
changelog.sh
+2
-8
No files found.
changelog.sh
View file @
d395512e
#!/bin/sh
export
DEBEMAIL
=
trisquel-devel@listas.trisquel.info
export
DEBFULLNAME
=
"Trisquel GNU/Linux developers"
CURRENTVERSION
=
$(
head
-n1
debian/changelog|sed
's/.*(//g; s/).*//g'
|awk
-F
'-'
'{print $1}'
)
CURRENTSUBVERSION
=
$(
head
-n1
debian/changelog|sed
's/.*(//g; s/).*//g'
|awk
-F
'-'
'{print $2}'
)
VERSION
=
$CURRENTVERSION
-
$(
expr
$CURRENTSUBVERSION
+ 1
)
echo
| dch
-v
$VERSION
"
$*
"
dch
-M
--force-distribution
$*
dch
-M
--force-distribution
-r
""
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment