=== rtarik__ is now known as rtarik [15:48] wxl: I could solve the problema I had, db_helper needed python2 tools. But the way to dela with .desktop is giving me a hedach. [16:50] @HMollerCl did you figure it out? [16:50] wxl: nope [16:51] apaprently is a combination between setup.cfg wit i18n_build and debian/*.install [16:51] huh [16:52] i thought if the file was there in the source, it's just a simple matter of listing it in .install [16:52] the way I'm guessing is that the setup.cfg takes the .desktop.in and convert it to .desktop [16:53] maybe that's if an only if you use the .in format [16:55] the other option is that dpkg-buildpackage needs to be run with othe roptions [16:56] but I couldn't found if tehre is somewhere an idea of how it is use for every package. update-manager and software-properties use the .desktop.in [16:58] i don't know if it's still a thing but there's an #ubuntu-packaging [17:01] there's also #packaging on oftc. mainly for debian but still [17:03] will try to reach them, I can't from here cause proxy blocks irc [18:53] wxl: this is what software-poperties and update-manager use https://launchpad.net/python-distutils-extra [19:11] wxl: I ended up doing with pure .desktop and .install no distutils, no .in [19:12] Have one question with the copyright file, which one shoudl I use? [19:17] @HMollerCl copyright files are the hardest part of the whole thing, but are you asking which license you should use for what you created? [19:17] Yes [19:20] @lynorian: is the master branch what builds on manual.l.m? [19:21] 19.04 is now and I wasn't the one that switched it actually [19:21] so i should push changes to 19.04? [19:22] yes you have changes :D [19:22] but also get them in master as that is what will conitue and eventually be branched to 19.10 stuff [19:26] my main thing was to get rid of the 18.10 language in the updating section [19:29] ok [19:29] sorry I didn't notice that [19:30] should i bother or do you want to do it? [19:30] I don't really want to do that been a bit busy [19:30] k [19:31] how do you usually deal with making the changes on both branches? [19:31] usually make changes in master and then merge master to 19.04 [19:32] is that just `git checkout 19.04 && git merge master`? [19:32] yes [19:44] @lynorian: can you add me to the documentation team? [19:45] on phab? [19:45] yeah [19:45] it's the only way i can push [19:45] and only project members can add [19:45] i can probably force it thruogh the back end but i'd have to dig for it [19:46] or others could use arc if we really wanted to [19:46] but I trust you enough [19:47] and done [19:47] thx [19:49] ok changes made. still needs a new screenshot to not be entirely 18.10 specific but c'est la vie [19:52] does the manual get autobuilt after every push? doesn't seem like it. i also don't see a crontab on the phab machine [20:01] @wxl [ does the manual get autobuilt after every push? doesn't seem like it. i al …], It's in its own container [20:02] And yes, it's on hourly cron. [20:02] ugh i keep forgetting abotu the containters [20:36] containters [20:36] wxl, I think your keyboard needs reprogrammed [20:38] @teward001 [wxl, I think your keyboard needs reprogrammed], So does yours :P [22:04] wxl: I manage to get the .deb package and it's working [22:04] I'm only getting problemas during it's installation [22:07] https://paste.ubuntu.com/p/c8yzDHw24W/ [22:09] in plain english https://paste.ubuntu.com/p/cKsbpNwRND/ [22:18] @teward001 you need reprogrammed [22:19] oh wow jeez i have no idea! [22:25] that's when I instyall with "dpkg -i" any other option? [22:25] no i mean that's the way to do it but it seems that some call to py3compile isn't behaving right [22:26] that seems to be a postinst script? [22:26] yes [22:26] THings get installed [22:26] might be some signing issues? [22:27] link me to that script please [22:27] since I created the package with "dpkg-buildpackage -us -uc -tc" [23:55] @wxl [ link me to that script please], To which script? [23:55] @HMollerCl postinst [23:56] It should be in the .deb? [23:58] probably but it's probabl/y easier to just show me the code :)