mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
mkosi: Use '-' instead of '.' to separate upstream version and debian revision
The debian revision starts after the '-' character, so make sure the timestamp we append is treated as the revision instead of being a part of the upstream version.
This commit is contained in:
parent
34b130faaa
commit
42e2ec23f4
@ -28,7 +28,7 @@ fi
|
||||
# Add a new changelog entry to update the version. We use a fixed date since a dynamic one causes a full
|
||||
# rebuild every time.
|
||||
cat >debian/changelog.new <<EOF
|
||||
systemd ($(cat meson.version).$(date "+%Y%m%d%H%M%S" --date "@$TS")) UNRELEASED; urgency=low
|
||||
systemd ($(cat meson.version)-$(date "+%Y%m%d%H%M%S" --date "@$TS")) UNRELEASED; urgency=low
|
||||
|
||||
* Automatic build from mkosi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user