=== Guest74140 is now known as Cyrus [05:03] doko: Mind if I steal your anthy merge? === JanC_ is now known as JanC [17:17] let's say I have an ubuntu native package in the archive: package-2.0 [17:17] it has a bug I want to fix, but I can't commit to its upstream [17:18] I'm looking at the version table at https://wiki.ubuntu.com/SecurityTeam/UpdatePreparation [17:18] looks like my case is: [17:18] 2.0 2.0ubuntu0.1 [17:19] so it remains a native package in the update? How is the fix applied? I just re-tarball it after applying the fix manually? No patch file in d/patche? [17:22] andreas: it's helpful if you tell us what package you are wanting to update [17:23] jbicha: ubuntu-advantage-tools [17:23] I need to update it to version 10, and backport some fixes from version 13 [17:23] v13 is in bionic-proposed for a couple of days, looks like some big migration is going on and blocking everything [17:24] it being a native package is messing with my head [17:26] well y'all should use a more sane versioning system, snapd's versioning is very non-standard but it manages to work [17:27] hm? [17:28] are you going to be sruing to artful at the same time? [17:29] jbicha: yes: t, x, z and aa. As soon as b has v13 [17:30] I suggest version numbers like: 10.17.10.1, 10.16.10.1, 10.16.04.1, etc. [17:31] or 10+17.10.1 if you don't like that many ...'s [17:31] the trailing .1 allows someone to easily do a bugfix .2 release [17:31] so it remains a native package? [17:32] yes, the native package is fine in this case [17:32] how do I apply the fix I want? Essentially making a new tarball, as if there had been a new upstream release? [17:32] I can't just use a new version number, there is no corresponding upstream release with that version [17:33] I think 'debuild -S' should make the tarball for you? [17:33] it asks when it can't find an orig one [17:33] but I have to apply my fixes directly, not via d/patches right [17:33] there's so many different possible packaging workflows it's hard for me to give you specific advice [17:33] yes, you won't use debian/patches/ if it's native [17:34] ok [17:34] doesn't this work? [17:34] apt source ubuntu-advantage-tools; cd ubuntu-advantage-tools; [17:35] (make your changes and update debian/changelog) [17:35] debuild -S [17:35] it's like I'm creating a new upstream version with my fixes, that's what is confusing me [17:35] that's how native packaging works [17:35] 2.0 2.0ubuntu0.1 <-- like this example [17:35] from https://wiki.ubuntu.com/SecurityTeam/UpdatePreparation [17:36] except I would use the release number in the suffix, because I'll do it for several releases [17:36] so I would have a tarball with version "2.0ubuntu0.14.04.1" in the example above [17:36] the "ubuntu" in the version number is not necessary [17:37] please don't number the package as "2" if it is really "10" [17:37] I won't, I was just continuing with the example [17:39] why don't you want to use 13 as your base instead of 10? [17:39] it has other changes and the sru would have to start from scratch [17:39] 10 as is was rejected and particular fixes from 13 were requested, then 10+fixes would be approved [17:40] in particular, v13 runs tests at package build time. That's what was requested for the sru [17:40] sru already is starting from scratch isn't it? [17:40] no, the sru reviewer said all that was required now was to bring those tests in to v10 [17:40] if we bring v13 instead, then there is another change in there that he has to review, that wasn't there before [17:41] are you sure y'all don't want the 'ua' symlink too? [17:41] we do, and another sru will do that, but right now the pressing feature is fips support [17:42] I also suggested we start over with v13, but it took so long to get an sru team member to look at it that it was feared it would take weeks again [17:42] but each SRU takes what ~2 weeks? I don't understand why you don't just do both issues at once [17:42] but I think all these decisions are above my paygrade ;) [17:43] we now have the attention of an sru team member, and he is just waiting for these tests-at-build-time. That was his review point [17:43] but this native package business is ugly [17:44] the native part itself is fine (with me), the tricky part is that you always need a newer version in newer supported releases [17:45] so maybe even a 10~17.10.1, 10~17.04.1, etc. would work [17:46] when sorting Debian version numbers: 10~17.10 < 10 < 10+17.10 [17:46] that was my first attempt, when artful/bionic had 10, but now that 13 is in proposed I thought I could stick with 10ubuntu [17:46] I thought I had to signal somehow that it had ubuntu changes [17:46] hence the "ubuntu" word in it [17:46] again, following the security team wiki page [17:46] that's how the snapd version manages to work although it's odd to have xenial as the focus instead of the dev branch of Ubuntu [17:47] you don't need to signal that, it's an Ubuntu native package that didn't come from Debian === Spydar is now known as Guest7945 === teward_ is now known as teward === Noskcaj_ is now known as Noskcaj === underyx_ is now known as underyx === stgraber_ is now known as stgraber === Laney is now known as Guest86060