On Sat, Sep 26, 2020 at 1:57 PM Roger Shimizu wrote: > So what's ESO?
A package which has this in the Packages file: Extra-Source-Only: yes dak uses this to indicate that the source package is only kept around for license compliance purposes because another package still has a Built-Using header with the ESO version of the package. Once the other package has been rebuilt against the newer version, then the ESO version can be removed. https://www.debian.org/doc/debian-policy/ch-relationships.html#s-built-using > How can I check the ESO status for a specific package? $ apt-cache showsrc golang-github-jinzhu-inflection | grep -E '^(Version|Extra-Source-Only|)(:|$)' Version: 0.0~git20170102.0.1c35d90-2 Extra-Source-Only: yes Version: 1.0.0-1 Version: 1.0.0-1 Extra-Source-Only: yes -- bye, pabs https://wiki.debian.org/PaulWise

