mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
From documentation[1][2], it appears that the proper way to rename the source package is simply to change the source package name. The binaries will be treated generated from a new source package name. The old source package will then not have any binaries associated with it. This will prompt the 'dak cruft-report' tool to automatically remove the old source package[3]. No further action will necessary to remove the old source package. Links: 1) https://wiki.debian.org/RenamingPackages 2) https://www.debian.org/doc/manuals/developers-reference/pkgs.html#moving-removing-renaming-orphaning-adopting-and-reintroducing-packages 3) https://wiki.debian.org/ftpmaster_Removals Tests: - Build .deb package. Package is built successfully. Source package name is 'freedombox'. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>