/srv/irclogs.ubuntu.com/2015/12/21/#ubuntu-google.txt

fazeroh ok.00:00
robbertdarkxst: ok, so although i added the quilt files to the package and double-checked, debdiff still says that both packages are identical00:07
robbertdarkxst: is it maybe because just a diff file was added?00:07
darkxstrobbert, did you give the modified one a new version? perhaps its overwriting the old package?00:07
robbertdarkxst: to compare them, i simply built the package before the changes with quilt and after, and then compared the results00:08
darkxstrobbert, do `dch -i` to edit the changelog and set new version00:09
darkxstyou will probably need to grab a clean copy of the ubuntu source now also00:09
darkxstfor the debdiff00:09
robbertdarkxst: i edited the changelog and set the new version to 3.18.2ubuntu4, but there is still no change as no file was added or deleted00:32
robbertdarkxst: isnt it fine like that, can i just submit the change to bazaar and post the screenshot?00:32
darkxstrobbert, you must be comparing to your modified version, and not the exact ubuntu version00:33
darkxstdebdiff will pick up all changes including the changelog entry you just made00:33
darkxstthough attach the bazaar + screenshot for now00:34
darkxstrobbert, for upstream you will need a patch against git master branch anyway00:36
robbertdarkxst: alright, so could you give me another 12 hours? its 2am here and i really need some sleep :)00:37
darkxstrobbert, time extended/00:37
robbertdarkxst: thanks and good night00:37
darkxstgood night00:38
anchit_1729Hi, what do I have to do in the unity task? I can't understand. Any help?01:19
subins2000didrocks: Hey07:15
didrockshey subins2000/07:15
* didrocks switch back his keyboard to azerty07:15
subins2000Did u see the debdiff07:15
didrockssubins2000: not yet, I just answered you on the codein interface07:15
didrocks(have bazillon of emails/reviews this morning ;))07:15
subins2000Yeah, saw that07:15
didrockslet me do it right now07:15
subins2000Okay07:16
didrockssubins2000: looks perfect to me, (just some metadata to add, will come to that in a minute)07:17
didrockssubins2000: did you succeed with your ppa and building something out of it?07:18
subins2000The .deb file still don't install the icon to /usr/share/icons/hicolor/scalable07:18
subins2000I think I added the rules in Makefile.am wrong07:19
didrocksyeah, I think one line is missing07:19
didrocksthe link between the icon and the install path07:19
didrockslet me check07:19
didrockshum, autoreconf is run…07:21
didrockssubins2000: not related, but you need to run update-maintainer07:22
subins2000didrocks: I ran07:23
didrocks(this update the Maintainer field to ubuntu, which should have been done in -1ubuntu1, but hasn't been done apparenlty)07:23
didrocksthanks07:23
didrocksI don't spot anything wrong right off the bat, I'm running a build07:24
didrocksoh07:24
didrocksI think I know :)07:24
didrocksI'm sure it's installing it in destdir07:24
didrocks(by make install)07:24
didrocksbut the package doesn't07:24
subins2000Yeah, why the package doesn't ?07:24
didrocksok, so, this is a multiple binary packages, right?07:25
subins2000yes07:25
didrocksmeaning, one source provide different binaries07:25
subins2000yes07:25
didrockswhen one source package provide one binary, it's easy:07:25
didrocksmake install >> in the package07:25
didrocksbut when you have multiple of them07:25
didrocksyou need to tell "that file goes there, that file goes to that other package"07:25
didrocksand so on…07:25
didrocksso that you split those :)07:25
subins2000okay07:25
didrocksso, if you look in debian/07:26
didrocksyou have some *.install files07:26
subins2000yes07:26
didrocksthose are the files listing the directories (or files) that this binary package should install07:26
didrocks(the name of the file is the name of the binary package)07:26
didrocksdebian/metacity.install is installing usr/share/applications (which is the desktop file)07:27
didrocksI would put the path for the svg here07:27
didrocksthen, update your changelog to list that you have modified debian/metacity.install as well07:27
subins2000So, I add "usr/share/icons" to it07:27
subins2000it = metacity.install07:28
didrocksexactly!07:28
subins2000No full path07:28
subins2000to icon07:28
didrocksno, better to not be too specific07:28
subins2000Okay07:28
didrocksif one day, we change to a png, we don't need to change that then07:28
didrocks(still, we need to ensure that only that file is installed)07:28
subins2000Since I ran buildeb, compiled files have been made in the directory, would that be a problem ?07:28
didrocksnormally, it shouldn't07:29
didrocksdebian/rules clean is called07:29
didrocksand that's supposed to clean everything07:29
didrockssome packages are badly implemented regarding that07:29
didrocksand don't clean everything (or clean too much)07:29
didrocksbut that's the minority07:29
subins2000So, what should I run to remove all those07:29
didrocksat worst, we will see it in the debdiff :)07:29
didrocksso just run debuild for now07:29
subins2000Shouldn't I add that file in quilt ?07:30
didrocksno, all files in debian/ are part of the "packaging"07:30
subins2000Okay07:30
didrocksand we don't apply a diff on what is already basically a diff to the source package :)07:30
flocculantsubins2000: I said he would be back - just not at the weekend ;)07:30
flocculanthi didrocks :)07:30
didrockshey flocculant!07:31
subins2000flocculant: I guess you were right :-)07:31
didrocksyeah, I would have warned otherwise :)07:31
didrocksI have this feeling that on #ubuntu-devel or -desktop I'm in a empty room, with a candle :)07:31
didrockssubins2000: once it's build, there is *just* a last step (tagging the patch)07:34
didrocksso that your next future you can know what this change is about in 10 years ;)07:34
subins2000didrocks: There is already a metacity ubuntu3 package in my PPA, shouldn't I remove to upload the latest ubuntu3 package ?07:35
didrockssubins2000: yeah, you probably have to wait for 30 minutes at least for the removal to be proceeded07:35
didrocksI don't remember if LP supports packages with the same version07:35
subins2000How can I remove it ?07:35
didrocksoh, from the interface07:35
didrocksyou have a "delete package" on your right07:36
didrockspackages*07:36
didrockseven07:36
didrocksthen, you select it, and click "delete"07:36
subins2000Yup, got it07:37
didrocksok, so, just a word on versioning as you are getting on the subject07:38
didrocksI didn't want to add too much on you the first time ;)07:38
didrocksso, basically, you can't upload twice a package with the same version07:38
didrocks(ofc)07:38
didrockswhat we do, when we use ppa before uploading to that distro, we append ~ppaX07:38
didrockswith ~ppa107:38
didrocksthen, if we need to fix:07:38
didrocks~ppa2…07:39
didrocksand so on07:39
didrocks~ is less than nothing07:39
didrocksso 42-0ubuntu1 is higher than 42-0ubuntu1~ppa107:39
didrocksfor instance07:39
subins2000oh07:39
didrocksjust a trick, that way, we don't need to delete/clean anything :)07:39
subins2000Right07:40
didrocksok, so last thing: on the patch07:40
didrocksas I told you, it's something that we try to enforce for long07:41
didrocksbasically a description of the patch07:41
didrockshere, it's fine, there is one patch, and it's easy to understand07:41
didrocksimagine when you have 30 of them, don't know the package and need to look back at this 5 years down the road…07:41
didrocksso, there is DEP3, which is a debian way of formatting patches07:42
didrockshttp://dep.debian.net/deps/dep3/07:42
didrocksbasically, you should edit your patch file07:42
didrocks(which is in debian/patches/<your patch name>)07:42
subins2000yes07:42
didrockswith your editor of choice and add something like that on top:07:42
didrockshttp://paste.ubuntu.com/14125957/07:42
didrocksbasically:07:42
didrocks- first line: short description07:42
didrocks- then long description07:42
didrocks- Forwarded: upstream bug tracker where you forwarded the patch07:43
didrocks- Bug-Ubuntu: self explanatory07:43
didrocks- Author: so that we can blame you in years ;)07:43
subins2000hehe :D07:44
flocculantand we will :p07:45
didrockshaha07:45
flocculantsome flavour qa lead probably :D07:45
didrocksfor instance! :-)07:45
flocculanthe he he07:45
didrocksmore seriously, when doing package merges, it's really nice to have the context07:46
didrocksstill sad that not everyone is following this (it's recommended for the past 5 years but not a requirement) and take the time just to say "this was about…"07:46
subins2000In launchpad, should I use https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1524889 or https://bugs.launchpad.net/metacity/+bug/152488907:46
ubot93Launchpad bug 1524889 in metacity "Metacity Icon" [Medium,Confirmed]07:47
subins2000for the Bug-Ubuntu label07:47
didrockssubins2000: I would even use: https://launchpad.net/bugs/152488907:47
didrockswhich is just a redirect07:47
subins2000Okay07:48
didrocks(basically, not important at all, just take the shorter one)07:48
didrocksshortest*07:48
subins2000and here is my edited patch file : http://paste.ubuntu.com/14125990/07:49
didrockssubins2000: nitpick: you can just add an empty line between the end of your stenza and Index:07:50
didrocksthe rest is perfect :)07:50
subins2000Added07:50
didrocksok, so, just regenerate a debdiff!07:50
subins2000Shouldn't I do a dput ?07:51
didrocksbefore or after, if you want to build to the ppa, right07:52
didrocksoh, you didn't run debdiff locally?07:52
subins2000I'm going to run debdiff07:52
didrocksok, you can dput then, but it's more for you to have a binary to run (and tests ;))07:53
subins2000debdiff : http://paste.ubuntu.com/14126017/07:53
subins2000I installed the .deb and the icon installs now :D07:54
didrocks\o/07:54
didrocksok, there is just a small typo in the diff (will fix it), and let me try a local build :)07:55
didrockson xenial07:55
didrocksah, and I'm going to reference the bug report in the changelog07:55
didrocksI didn't tell you, my fault ;)07:55
didrocksso, for the system to reference and close the downstream (ubuntu) bug automatically in launchpad when the package is published in xenial07:56
didrockswe have a syntax for that07:56
subins2000hmm07:56
didrockswe just put "(LP: #bug_number)"07:56
didrocksin debian/changelog, next to the description07:56
didrocksI'm going to add this :)07:56
subins2000I added it too07:57
didrockssubins2000: building your package in a distro-like configuration (sbuild) on my machine08:00
didrockssubins2000: dpkg-deb -I -> -rw-r--r-- root/root     15596 2015-12-21 09:08 ./usr/share/icons/hicolor/scalable/apps/metacity.svg08:09
didrocks:)08:09
didrockssubins2000: everything looks good to me, I can upload it to ubuntu (maybe you want to follow your first upload and build, so waiting on you to be around if you want ;))08:10
subins2000yeah08:10
subins2000let's do it08:10
* didrocks dput ubuntu metacity_3.18.1-1ubuntu3_source.changes08:10
didrockssubins2000: please have a look at https://launchpad.net/ubuntu/+source/metacity/1:3.18.1-1ubuntu3 :)08:11
didrocksyou can click on the builders to follow the build if you want :)08:11
didrockssee the description matching your work as well08:11
didrockssubins2000: and the xenial-changes ML: https://lists.ubuntu.com/archives/xenial-changes/2015-December/003957.html08:12
subins2000nice08:13
subins2000my name on a package08:13
didrockscongrats!08:13
didrocksyou did really well :)08:14
subins2000Will this be accepted in next xenial ?08:14
didrocksit's already building in xenial :)08:14
didrocksso yeah, if it builds everywhere it was building, it should ;)08:14
subins2000Yay, I can brag about it with my friends08:14
didrocksso, basically, the transit is:08:14
didrocksxenial-proposed (building there, checking for installation, running tests)08:14
didrocksif all those pass, copied in xenial08:14
didrocks(this takes approx 1.5h)08:15
didrocksand yeah, totally brag about it with your friends :)08:15
didrockssubins2000: mind clicking on the submit for review button in the interface so that I can accept it?08:15
subins2000Is there any other tasks for packaging ?08:15
didrockssubins2000: sure, there are, still on the same list I guess08:15
didrocks(remember the web page with the list of "defects"08:16
didrocks)08:16
didrocksif you want we can close this task, and I can add a new instance that you can grab08:16
didrocks(task approved!)08:17
flocculant\o/08:17
flocculantnice one subins2000 :)08:17
subins2000Thanks guys08:17
subins2000It has been wonderful. Looking forward to more tasks08:17
didrocksyeah, there are still instances free :)08:17
didrockscongats again subins2000!08:18
subins2000Aww, thanks :-)08:18
didrocksyou know, even once google code in is done, we always need (either in ubuntu or various flavors) some help on packaging08:18
didrockslike updating a package to new version and such08:18
didrocksthat's how I started btw ;)08:18
subins2000Can't wait to see my icon in every Ubuntu xenial installation in the world08:18
didrocksnow, you have the basic and get a little bit how patch system and packaging works08:19
didrocksheh I guess so! :)08:19
subins2000yup, will contribute to Ubuntu if I have time08:19
didrocksarmhf is still building, but all other archs are built08:20
subins2000yeah08:20
subins2000didrocks: You have been very helpful. Thanks so much08:21
didrockssubins2000: you're really welcome! You know how to reach me if you need anything :)08:21
subins2000yeah08:21
subins2000didrocks: So, I received an email with subject "[ubuntu] metacity_3.18.1-1ubuntu3_source.changes (Rejected)08:31
subins2000"08:31
didrockssubins2000: from your ppa, right?08:32
subins2000"File metacity_3.18.1-1ubuntu3.debian.tar.xz already exists in Primary Archive for Ubuntu, but uploaded version has different contents."08:32
didrocksyeah, that's from your ppa :)08:33
subins2000from my PPA08:33
didrocksthat's because the same version exists now in the archive (and you can't have the same version in multiple place if it's already in the archive)08:33
didrocksso, yeah, if you want to upload to your ppa, need to upload a "higher" version08:33
didrocksyou*08:33
didrocks(for the same serie, xenial, ofc)08:33
subins2000But the new metacity is uploaded in the metacity ppa right ?08:34
didrockshum, which ppa? ;)08:35
didrocksso, it's not in your ppa08:35
didrocksbecause if was rejected08:35
didrocksdue to the version mismatch08:35
didrocksbut08:35
subins2000So, I ignore this email08:35
didrocksit's not in the archive :)08:35
didrocksit's*08:35
didrocksit's in the archive*08:35
subins2000Okay, So I ignore this email08:36
didrocksyeah, it's just if you really needed it in your ppa, you would need to reupload with a difference version in debian/changelog08:36
didrocksbut well, as the exact same changes are now in xenial… :)08:36
subins2000Okay, Thanks :-)08:36
didrocksyw!08:36
didrockssubins2000: FYI: https://launchpad.net/ubuntu/+source/metacity08:37
didrocksso, you can see now it's fully built in xenial-proposed08:37
didrocks(the second line)08:37
didrocksit will migrate to the release pocket (what people call "xenial")08:37
didrocksonce the tests are passing08:37
subins2000hmmm08:37
GirishCan anybody please review my task? https://codein.withgoogle.com/tasks/5880796325871616/09:02
=== Rob1507 is now known as Rob15071
=== Rob15071 is now known as Rob1507
ahayzenGirish, popey is still updating the pages, that's why it lead to the main page and not the actual section... yet ;-)13:03
ahayzenGirish, the link should work now, i just added it in :-)13:09
ahayzenGirish, could you do the same on all your readme's and we'll make sure the link exists on the coreapp pages13:10
Girishahayzen: Sure.13:10
ahayzenthanks13:10
Girishahayzen: Will you be able to review this task? https://codein.withgoogle.com/tasks/5880796325871616/13:13
ahayzenGirish, popey can :-)13:13
Girishpopey: please review this.13:14
ahayzenGirish, for https://code.launchpad.net/~emailgirishrawat/ubuntu-docviewer-app/READMEs/+merge/281013 that would have been this task https://codein.withgoogle.com/dashboard/tasks/5120315407466496/ ?13:38
fazerpopey, balloons wants me to assign importance to the bugs that I'm triaging but launchpad doesn't let me.13:48
fazerworking on this task: https://codein.withgoogle.com/dashboard/task-instances/6196069725634560/?sp-page=113:49
AndroUserHi there, can anyone check my work? My task is adding unittest to wiki.py15:09
=== AndroUser is now known as Rob1507
MatthewAllenflocculant, what's happening with my task - "15:55
MatthewAllenAdd bug report link to tracker testcases (Ubuntu)"?15:55
flocculantMatthewAllen: waiting for balloons to ack it - I wouldn't know if your code blows it to pieces ;) I've acked which option of the 2 I prefer16:57
flocculantMatthewAllen: if Nick is not about by tomorrow evening I will approve it - but there might be merge request things to deal with - at least you can get on with something else then16:58
MatthewAllenflocculant, mmk too easy - I'll get working on the "Fix a bug" task, and submit it when I can move on - cheers :-)17:03
flocculantMatthewAllen: okey doke - if Nick hasn't looked by tomorrow about this time - ping me or mail via the task17:06
Verdislauoi18:11
Verdislaualgum br?18:11
Verdislauestou precisando de uma ajuda18:11
Verdislauhi18:11
wxl!es | Verdislau18:11
ubot93Verdislau: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.18:11
wxlperhaps that stock answer is not the best piece of advice18:12
wxlbut suffice it to say i don't think we have many spanish speakers amongst us18:12
Verdislauthanks18:12
wxljose being the exception to that rule18:12
Verdislauy18:12
wxlif the problem is difficult to describe in english, i would either hunt down jose or perhaps try #ubuntu-es, even though they're not necessarily familiar with gci18:13
wxlthey may be able to help translate enough for all of us to understand one another XD18:13
joseit's br18:49
joseor pr18:49
xcubHi ahayzen20:06
ahayzenxcub, o/20:08
xcubcan I ask you a question about Bacon2D?20:08
ahayzenxcub, yeah :-) i've used it a little bit, whats up ?20:09
xcubWell, whenever I try to create a new custom component, I get the error ../3rdparty/qml-box2d/Box2D/Dynamics/b2World.cpp:109: b2Body* b2World::CreateBody(const b2BodyDef*): Assertion `IsLocked() == false' failed.20:10
xcubAborted (core dumped)20:10
xcub, and I was wondering why this was happening?20:10
ahayzenblimey!20:11
ahayzenhow are you creating the component?20:11
ahayzenxcub, do you mind putting the relevant bits of code in pastebin ?20:11
xcubvar newBall = ball.createObject(gameScene);20:12
xcubSure, but can i add that this happens everywhere, but the very first times I call the createObject() method on a component.20:13
ahayzenlet me check what my code looks like, if i have anything similar...20:13
ahayzenxcub, so i had like.... var comp = Qt.createComponent("BaseObject.qml"); var sprite = comp.createObject(scene, {"color": "#0F0"});20:14
ahayzenxcub, where do you create your ball variable ?20:15
xcubIn a switch statement20:15
ahayzenxcub, can you pastebin the section of code?20:16
xcubhttp://pastebin.ubuntu.com/14131709/20:16
ahayzenxcub, is the actual ball created further up?20:17
xcubyup20:18
ahayzenah20:18
ahayzenxcub, are you able to create one without using the createObject? and doing like Ball {} ?20:18
xcubNope, it's a component20:20
ahayzenhmm20:20
ahayzenxcub, i'm not sure exactly what the error means, if you are on telegram you could try in the bacon2d group and see if Ken can help you?20:21
ahayzenhe'll probably be quicker than me :-)20:21
xcubI tried, but ken is'nt on there20:21
ahayzensays he was last online 1 minute ago :-)20:22
xcubbut why isn't his name in the sidebar? I mean the channel is showing a bunch of pullrequests he's made on github, but i don't think he's on irc.20:24
ahayzenxcub, i meant on Telegram20:25
xcubohhh... I've never heard of telegram before, thanks!20:27
ahayzenhah :-)20:27
krishna_ravi732Hello, can anyone help me setup the dialer app on the ubuntu sdk or the desktop?22:31
krishna_ravi732i am trying to replicate the bug mentioned here: https://codein.withgoogle.com/tasks/4555594971217920/?sp-is_beginner=False22:31
krishna_ravi732when i run it on the desktop, it says no network, and will not make the call22:32
krishna_ravi732and i am not sure of how to deploy this to the emulator22:32
tsimonq2balloons, jose, popey: An idea would be to have a form for students to fill out to be able to give an idea for a task.23:17
adueppentsimonq2: or at least ask if there are any more tasks that can be created in a certain category (e.g. mockups)23:18
tsimonq2adueppen: well yeah23:19
adueppentsimonq2: I differentiate that from just giving ideas because I don't exactly have any ideas for UI tasks, all I know is that I would kinda like some.23:19
tsimonq2adueppen: good point23:20
tsimonq2balloons, jose, popey: adueppen's point of just more tasks for each category would be good too23:20
krishna_ravi732Do any of you know how I can contact Tiago Salem Herrmann23:32
tsimonq2krishna_ravi732: can you please link to the task?23:36
krishna_ravi732https://codein.withgoogle.com/tasks/4555594971217920/?sp-status=2&sp-is_exhausted=False&sp-is_beginner=False&sp-page=123:36
krishna_ravi732i am planning on doing that task23:36
krishna_ravi732only i cant even replicate the bug23:36
wxlkrishna_ravi732: how are you attempting to replicate23:38
krishna_ravi732wxl: i ran it through the desktop23:38
krishna_ravi732but it wont happen, it says no network23:38
wxlkrishna_ravi732: then that's a different issue :)23:38
krishna_ravi732and i am not sure of how i can deploy it to the ubuntu emulator ;D23:38
wxlone form of contact is here krishna_ravi732 https://launchpad.net/~tiagosh23:39
wxli got to that by going to the codebase and then clicking on his name23:39
krishna_ravi732wxl: awesome, will try to contact him through that23:40
wxlkrishna_ravi732: what i can tell you is he does work for canonical, but i'm not sure of what irc nick he might use23:41
wxlkrishna_ravi732: since his lp id is tiagosh, that might be his nick.23:42
* wxl shrugs23:42
wxlwell, tiagosh isn't registered23:43
krishna_ravi732i dont think he idles in IRC as tiagosh23:45
wxlGirish: did you ever get your video watched?23:47
Girish-androidNope, still waiting.23:47
wxli started a bit on it last night but it was insanely quiet23:47
Girish-androidYeah I don't have a microphone.23:48
Girish-androidI am using the built in microphone.23:48
wxlmight want to YELL :)23:48
Girish-androidPlus I recorded in .ogv and YouTube doesn't support .ogv. So I converted to .mp4 which diminished the audio levels by more than half23:49
wxlwhat did you use to convert?23:50
Girish-androidUsing a headphones helps.23:50
Girish-androidOh it was an online converter. I don't remember its name.23:51
wxloh yeah well there's your problem23:52
wxli'd use ffmpeg or something23:52
adueppenor you could probably just download openbox or something and use that to convert23:53
wxli don't think openbox will help too much in terms of conversions23:54
wxlat least not anymore than compiz, although i don't know; it seems to get stranger and stranger every day23:54
adueppenwhoops meant openshot23:54
Girish-androidVideo recording and editing sucks in my Ubuntu. Buggy and laggy. Had to transfer my files to my Mac and use iMovie23:54
wxlXD23:54
wxlGirish: what did you use?23:55
Girish-androidUsed Record My Desktop to record video and Openshot video editor to edit23:56
Girish-androidThe final .mp4 produced by Openshot was un - playable. It would stop or freeze at random places.23:58

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!