Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 662 Bytes

resolve_conflicting_values_in_package.md

File metadata and controls

23 lines (15 loc) · 662 Bytes

Resolve conflicting values in Debian package

When building packages you sometime run into issues, like the one below

dpkg-gencontrol: error: source package has two conflicting values - foo and bar

One problem could be conflict between package name and the directory of the package.

Why do you call the directory bar if the source package is foo?

Ideally, these three should match:

   - The name of the directory
   - The name of the source package in the control file
   - The name of the source package in the debian changelog

References