Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…ectordotdev#18455) Apparently `cargo-deb` is including an extra newline in the generated `conffiles` file which causes a bug when used with Uyuni/SUSE Manager (vectordotdev#18439). I opened an issue upstream, kornelski/cargo-deb#110, but observed that we only have conffiles in `/etc` and so don't actually need to include a `conffiles` control file. Per the Debian docs: > dh_installdeb(1) automatically flags any files under the /etc directory as conffiles, so if your program only has conffiles there you do not need to specify them in this file. For most package types, the only place conffiles should ever be is under /etc, and so this file doesn't need to exist. Closes: vectordotdev#18439 Signed-off-by: Jesse Szwedko <[email protected]>
- Loading branch information