File: README.source

package info (click to toggle)
minio-client 0.0~20250403-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,080 kB
  • sloc: sh: 1,011; makefile: 87
file content (8 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
Version mangling
================

Upstream has release tags like "RELEASE.2024-11-17T19-35-25Z", which don't parse into a nice
package version. Debian's packaging extracts the date components and strips out the hyphens to
produce a nicer version. The version is also prefixed with a "0.0~" just in case upstream
decides to switch from timestamps to a semantic versioning approach down the road so Debian's
packaging wouldn't need an epoch bump to deal with such a change.