diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-04-02 11:19:22 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-04-02 12:31:34 +0200 |
commit | 42e2ec23f4ca12a64f0a0c2058c1d3b870063b49 (patch) | |
tree | 0ec90047c4bf29cd66c3e0218857a6266048a894 /mkosi.images/system/mkosi.conf.d/10-debian-ubuntu/mkosi.build.chroot | |
parent | build(deps): bump pkg/debian from `44fe1d4` to `e780b50` (diff) | |
download | systemd-42e2ec23f4ca12a64f0a0c2058c1d3b870063b49.tar.xz systemd-42e2ec23f4ca12a64f0a0c2058c1d3b870063b49.zip |
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.
Diffstat (limited to '')
-rwxr-xr-x | mkosi.images/system/mkosi.conf.d/10-debian-ubuntu/mkosi.build.chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkosi.images/system/mkosi.conf.d/10-debian-ubuntu/mkosi.build.chroot b/mkosi.images/system/mkosi.conf.d/10-debian-ubuntu/mkosi.build.chroot index 106b8ed4e6..e5224b8728 100755 --- a/mkosi.images/system/mkosi.conf.d/10-debian-ubuntu/mkosi.build.chroot +++ b/mkosi.images/system/mkosi.conf.d/10-debian-ubuntu/mkosi.build.chroot @@ -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 |