I have created rpm packages for a software along with debuginfo. For Ubuntu/Debian , I have only the software packaged as .deb but don't know how to create debuginfo .deb package. Please let me know how to create them.
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
Packages in the official archives have debug packages build for them automatically. They are stored in a different archive though. They will have the names
(Replace natty with the release you are running.) Information on how these are generated can be found here: If you'd like to provide debug packages for a package which you maintain outside of the official archives, that is possible as well. This Debian wiki article is the best place to start. Briefly, you must first create the new package in
Then in
|
|||||||
|