=== lfaraone_ is now known as lfaraone === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying [07:46] good morning === lool- is now known as lool === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying [18:48] I'm currently upgrading a package that was using autoconf to cmake. any recommendation? should I just do things manually in the debian/rules? [19:51] aboudreault: Not sure I agree that's an upgrade :-) But dh has a cmake buildsystem and you should probably just let it use that [19:51] ok [20:54] Hey all, I'm trying to generate a .deb file for libxdiff for precise, but the packages I build have everything except the library binaries themselves. I know they're being created (they're in the build directory if I cancel builddeb midway). [20:54] Any ideas? [20:59] MentalPower|Work: how do you "generate" .deb file? [20:59] bzr builddeb -- -us -uc [21:02] MentalPower|Work: if it's really bzr branch, I'd use first "bzr bd -S" to build the source files [21:02] MentalPower|Work: than use pbuilder to build .dsc file [21:05] MentalPower|Work: sorry, I mean use pbuilder-dist to build _from_ .dsc file. then you find .debs as output in ~/pbuilder/* [21:05] if you want to get .debs for precise, use pbuilder-dist precise [21:06] ok, trying that [21:07] cool [21:08] same story: empty-binary-package [21:17] MentalPower|Work: there are several possible reasons - it'd probably be easier for somebody to investigate given a pointer to your source package [21:17] ok, let me throw up the bzr branch somewhere [21:20] (currently fighting an X startup failure, so may be delayed and hopefully somebody else can step in) [21:27] hey guys, I was about to push the bzr branch, but I noticed some misnamed files, libxdiff1.dirs/install when it should've been libxdiff0.dirs/install [21:27] so layer 8 [21:28] thanks for the help anyways :) [21:30] MentalPower|Work: that'd do it [21:30] cjwatson: indeed [21:30] (note that .dirs is usually unnecessary, unless you're either manually installing files in debian/rules after creating those directories, or deliberately creating empty directories)