[08:26] hi, recommended packaging method for a program built with ant? [09:58] kobrien: debhelper [10:11] kk [11:03] ahoy. I get the error "dpkg-source: binary file contents changed" when packaging. how do I proceed? [11:04] the error occurs for all .jars in the dir [11:05] Firstly, you don't want to include jars in your packaging. [11:05] (ideally) [11:06] Secondly, you can work around that with source format 3.0 if you need. [11:06] But generally you should be able to just set the right build-depends to get all the jars you need. [11:07] the library jars are my own code [11:07] Then they deserve their own packages. [11:08] ah, ok, noted