5.11.5. Source NMUs vs Binary-only NMUs (binNMUs)
The full name of an NMU is source NMU. There is also another type, namely the binary-only NMU, or binNMU. A binNMU is also a package upload by someone other than the package’s maintainer. However, it is a binary-only upload.
When a library (or other dependency) is updated, the packages using it may need to be rebuilt. Since no changes to the source are needed, the same source package is used.
BinNMUs are usually triggered on the buildds by wanna-build. An entry is added to debian/changelog
, explaining why the upload was needed and increasing the version number as described in Recompilation or binary-only NMU. This entry should not be included in the next upload.
Buildds upload packages for their architecture to the archive as binary-only uploads. Strictly speaking, these are binNMUs. However, they are not normally called NMU, and they don’t add an entry to debian/changelog
.