> What's the simplest means of determining all of the dependencies of my > C#/mono app. that's suitable for creating a "Depends" entry in a .deb > control file? Can this info be had from compiling (using MonoDevelop) > somehow? Thanks! You can try this: echo program.exe | mono-find-requires