Packaging guide refers to debuild instead of dpkg-buildpackage
Bug #112619 reported by
David Planella
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Documentation |
Invalid
|
Undecided
|
LaserJock |
Bug Description
On the current feisty 'packaging-guide' package, "Packaging From Scratch" section, there is a typo whereby the 'warning' and 'info' tips at the end of the file refer to 'debuild' instead of 'dpkg-buildpack
This can be specially misleading, since the commented environment variables are only valid for 'dpkg-buildpackage'
Changed in ubuntu-doc: | |
assignee: | nobody → laserjock |
Changed in ubuntu-doc: | |
status: | Confirmed → Invalid |
To post a comment you must log in.
I can confirm that this is inconsistent. However, debuild calls dpkg-buildpackage, so the environment variables are valid anyway. Either using debuild everywhere or dpkg-buildpackage everywhere should both be fine.
Roughly, debuild calls dpkg-buildpackage, runs lintian/linda, and signs the .changes/.dsc files using debsign (instead of letting dpkg-buildpackage do the signing itself). Some package guides use only debuild, other guides use only dpkg-buildpackage, personally I don't know which way is considered the canonical way.