Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • Did you look into the .deb file? If the files are not in there, is your .dsc correct and referring to the libraries that need to be included in your .deb? Commented Jul 10, 2014 at 14:27
  • Into the .deb file, there are the same files that in "myprog-1.1.0/debian/myprog", which contains /DEBIAN and /usr/share/some_doc ... But not /usr/lib. My .dsc seems good. Commented Jul 10, 2014 at 14:37
  • Is this your own packaging, or someone elses? Regardless use debuild -uc -us. debuild is from the devscripts package. What you you using to look inside the debian binary package? Commented Jul 10, 2014 at 14:38
  • It's my own packaging. I use Xarchiver to look inside Commented Jul 10, 2014 at 14:40
  • It has been a while since I created my own .deb files, but I think you are missing something in your .dsc if things get compiled but not included in the .deb. Commented Jul 10, 2014 at 15:13