Hi David,

> Presumably by employing the same method that linux-image uses:
> by moving/copying the version number into the packages' names,
> foo-1 and foo-2.

Thanks for your suggestion

We are using CI/CD pipelines that deploy multiple versions / debian packages 
per day.

So appending version suffixes to packages names would make our package lists 
hard to read.

```
$ apt search ^foo
foo-1.0.0
foo-1.0.1
foo-1.0.2
foo-1.1.0
...
foo-1.999.0
```

Fabian

Reply via email to