[03:55] micahg: Heya, feeling uploady? [03:55] Unit193: maybe :) [03:55] whatcha got? [03:56] Just still the xiphos one pending. [03:56] ah, ok [03:56] I haven't forgotten, just a bit harder to review a full update [03:56] Great, and sure. [03:58] Rest will have to wait for Wombat. [08:12] good morning === Guest37220 is now known as dk [16:44] stupid question, but the packaging pros are here. Question is as follows: Does `quilt import` accept a `-p1` argument like the `patch` command does? Github patches like to fail when pulling them in for some packages (also applies to hg upstream patches as well and such for nginx on occasion), so i'm trying to figure out a way to NOT have to redo the patches and make them by hand just to include in quilt. [18:23] are Ubuntu packages supposed to be lintian clean (per Debian policy)? [18:43] debian has no such policy [18:44] neither does ubuntu, afaik [18:44] but a cleaner package is usually better ;) [18:48] well i had a debian package rejected solely on lintian complaints once so meh [18:53] teward: quilt does, but source format 3.0 doesn't support anything other then p1 I believe [18:53] teward: "quilt shell" is your friend [18:53] ie: quilt new newthing.patch, then do quilt shell, then manually apply patch with "patch -p0 < blahblah.patch", then exit, then quilt refresh [19:00] What "lintian complaints" though? [19:05] teward: from reject FAQ (https://ftp-master.debian.org/REJECT-FAQ.html) "Lintian errors and warnings, without a good reason to ignore them, can get you a reject. Sometimes there are valid reasons, but then you should either file a bug against lintian if it's generally wrong, or include an override in your package, giving a reason in the changelog for it." [19:12] mdeslaur: i asked because the github patches need -p1 for `patch` - hence asking [19:13] (laziness prevails xD) [19:13] teward: p1 is the default for quilt and for sf3.0 [19:13] quilt import blahblah.patch should just work [19:13] mdeslaur: it didn't seem to do that on quilt in trusty :/ [19:13] i think maybe i have to do quilt import -p1 to make it recognize : [19:13] but meh [19:13] (ran into it for ZNC in a ppa) [19:14] -p num - Number of directory levels to strip when applying (default=1) [19:15] * teward shrugs [19:15] it didn't do that initially :/ [19:15] oh well [21:35] teward: re lintian, it depends on the maintainer and exactly which lintian check is failing. [21:36] ScottK: so, in the case of 'Missing Man Page' for a package that doesn't need one, what'd be the evaluation there? (Concurrently is there an override that can make it realize a manpage isn't needed) [22:01] teward: The override doesn't mean it's not needed. [22:01] Different maintainers feel differently about that one, but the Debian project as a whole tends to view all man pages as "needed". [22:02] I'd just write one and send it upstream. They aren't that hard.