[02:28] hi, i'd want to keep updated and fix bugs for the freepops package (i want to be a mantainer), i've already create a project on launchpad for this. [02:30] now i must only download the source code from ubuntu fix it and reupload? [02:33] blackmoon-105: it would actually be best if you have an interest in a single package to work with the Debian maintainer and have all the uploads go through Debian except if a fix has to get in before a deadline [02:33] blackmoon-105, And to be clear, no we're not trying to make you run through a maze. [02:33] The *best* way to maintain a single package is to work on it upstream and ensure it works well in Ubuntu. [02:34] This is made easier if you work in Debian, as it eases communication with the Debian maintainer. [02:34] This is also made easier if you have handy access to the upstream code changes, which is why you might set up a vcs-import branch on LP, so you can cherrypick. [02:34] *but* if you just want to fix a bug, you can do that in Ubuntu ignoring all the rest of it. [02:35] We MOTU tend to focus on the bugfixes, rather than any sort of package maintenance. We fix the bugs in Ubuntu, and try our hardest to ensure the bugs are fixed in other places. Because of this, we often recommend *starting* in the other places, because then the bug only has to be fixed once. [02:39] persia: i tought to maintain it for keep the pakage updated [02:40] and other minor fixes [02:40] Yes, a package maintainer will keep the package updated and perform minor fixes. [02:40] because freepops from ubuntu repo doesn't work as well [02:41] But there are no maintainers in Ubuntu. [02:41] So, we're happy to help you with specific tasks (fixing a bug, updating the package), but we're likely to encourage you to take each change and coordinate with the Debian maintainer and the upstream developers. [02:42] i'ma alreandy in contact with th debian developer [02:42] If you're working on *lots* of packages, you'll fit in fine. If you are working only on one package, you'd probably find working directly with upstream (being their liaison into Ubuntu), and with the Debian maintainer (watching Ubuntu bugs, forwarding patches, coordinating, etc.) more satisfying. [02:42] Excellent. [02:43] So, easiest way to handle things from an Ubuntu perspective is to make the package perfect in Debian, and file a sync request [02:43] !sync [02:43] Helpful information for filing a sync request can be found at https://wiki.ubuntu.com/SyncRequestProcess [02:43] i'm workin ganly with this package and i've got the working ones in my ppa.. [02:44] i've already submitted all patches to the debiam mantainer but [02:45] the apply of the changs is not standard [02:45] and without a trick are not applied in ubuntu [02:46] wich build a debian version without the ubuntu changes [02:46] What? [02:46] Which package? [02:47] freepops [02:49] So, the latest version I see in debian is .02.9-4.2, which is the same as the latest version I see in Ubuntu. [02:49] Did it not build correctly? What went wrong? [02:50] persia: no it's build correctly.. [02:50] but it doest work fine [02:50] for example [02:51] freepops it's a demon wich start at boot but in ubuntu without the patch doesn't do it [02:52] then [02:53] some other minix thinng like the entries in the menu (for the plugin updater) are not shown in k/ubuntu [02:54] if you grab the source [02:55] under the buildfactory directory you'll see a "debian-ubuntu" and "debian-ubuntu-dapper" [02:57] for get the pakage to work correclty con content of this directories must be copied under "debian" dir before compile it [02:57] once at time [02:58] What? Why? [02:58] There should exist a debian/ directory that works well for both Debian and Ubuntu. All the other packages have one. [02:58] persia: it should... [02:59] Can you create one that works? [03:00] yes i've created a working packages for all release of ubuntu: https://launchpad.net/~marco/+archive/freepops [03:02] blackmoon-105, Does that package work also for Debian? [03:03] persia: i don't know [03:04] persia: i know only that debian work fine with the standard version of the package [03:17] persia: do you think the there is a way for fix it? [03:20] this is one of the reasons why I asked if I could be the package maintainer (or working directly with the ubuntu team) [03:25] blackmoon-105, Sorry: got distracted by local events. [03:26] I suspect there is a way to fix it so that it can work with one debian/ directory for both Debian and Ubuntu. [03:26] What trick is missing? [03:27] the trick is to copy (with "make -C buildfactory debian-dsc-ubuntu") the contents of "debian-ubuntu" in "debian" [03:28] the same for "debian-ubuntu-dapper" (when build the dapper packege) [03:28] Ah, that's not something we can do. [03:32] persia: the only thing maybe is to get the debian source and apply the ubuntu pathes every time before build... [03:33] I'm looking at the differences in debian/ for your maverick version to the version we ship in maverick. [03:33] You've removed the build-dep-indep on luadoc: does that not affect building documentation? [03:34] You've added a dependency on the "menu" package: best to get this from ${misc:Depends} or not at all. Note that the menu package is not used at all in the production of menus by default for any Ubuntu flavour. [03:35] You've added some manual stuff to the postinst: are you sure this wouldn't be better handled with dh_installinit? [03:36] Importantly, you appear to be ignoring the user feedback from debconf about whether they want freepops to run as a daemon, which seems unfriendly. [03:36] You've removed the comments from the debconf templates: not sure why. [03:37] You've added a .desktop file: *excellent*. Note that you don't have to add usr/share/applications to *dirs: putting it in *install is sufficient. [03:38] We don't generally like tools that download random code from the internet, so the freepops-updater scripts aren't very interesting. We'd prefer to see the plugins packaged, and the updates available managed through the repository. [03:39] There's fuzziness in the translations: this ought be fixed. [03:41] You may find using "install -D -m 644 modules/src/winsystray/freepops-32.xpm ${CURDIR}/debian/freepops/usr/share/pixmaps/freepops.xpm" and similar more satisfying in debian/rules, but it's lots easier to use freepops.install and install with that (man dh_install) [03:42] So, in summary, I think you can achieve your goal of getting it to show in the menu more easily by submitting the .desktop files to Debian, and installing them with dh_install. [03:43] You may want to discuss the postinst, and what might be happening with the debian maintainer. I suspect that the default is to not start the daemon (which is both normal and correct), and since Ubuntu doesn't show unimportant questions, the user is never asked, so it never starts. [03:43] opps [03:43] Does all that make sense? [03:44] now i check.. [03:49] persia: but without the menu package this work again? [03:50] The menu package has to do with the .menu files, not .desktop files. Completely unrelated to the change you are trying to accomplish. [03:51] ah ok [03:52] i don't have understand this: Importantly, you appear to be ignoring the user feedback from debconf about whether they want freepops to run as a daemon, which seems unfriendly. [03:53] [sorry but i'm very tired, here are 5 a.m.] [03:53] Feel free to take a break and ask again later if you'll be more productive. [03:53] So, you modified the postinst. [03:53] And ou commented out the line that checked the value from db_get freepops/init [03:54] And then you *always* run the invoke-rc.d and update-rc.d calls. [03:54] i've i've modified postinit because with the standard one the demon doesn't start.. [03:54] But the user is asked by debconf "Start freepopsd automatically after each boot?" and you should only start it when they answer "yes". [03:55] It's not starting because the user is answering no by default. [03:55] Which is correct behaviour. [03:55] The other way to do it is to remove the debconf question, and use dh_installinit. [03:55] But the debconf question is there for a reason: you might ask the debian maintainer. [03:56] Note that the user can get it to start on every subsequent boot with `dpkg-reconfigure -plow freepops` and answering the question "Yes". [03:56] ah ok [04:00] persia: other things? [04:00] hrm? [04:01] there are other things to report? [04:02] Not that I see obviously. [04:02] ok :) [04:02] But if you talk with the Debian maintainer, and investigate each of your changes, I'm sure you'll get better feedback there. [04:03] If you don't understand something, or behaviour is different in Debian and Ubuntu and you don't understand why, feel free to ask here. We're always happy to help. [04:03] And thanks a lot for trying to fix this package. [04:05] the changes i've made are all submitted to debian developer wich have uploaded cvs and he say to me to do "make -C buildfactory debian-dsc-ubuntu" [04:06] i know that he used this tecnique also for build packagese for debian etch [04:08] blackmoon-105_, Is there a reason that the changes are not suitable for Debian directly? [04:10] maybe because some libraries wiche are not present in the old releses of debian are build staticaly inside the demon [04:10] and in the earlier version are used as external packeas [04:10] *packages [04:11] if i remember goog, this is the reason of this thing [04:13] Where is that in your changes? I didn't see it, or is it in 2.9.5 and new from 2.9.4? [04:15] no this is on old change [04:16] this thing came with one of first release.. [04:18] sorry but now i must to go to sleep because i'm veeery tired... [04:18] thank oyu very much for help :) [04:19] Sleep well. [04:19] thank you [04:19] bye :) === almaisan-away is now known as al-maisan === al-maisan is now known as almaisan-away [07:17] micahg, around? === warp11 is now known as warp10 [07:30] !ping [07:30] ping-pong, a fun game for all the family [07:38] good morning === almaisan-away is now known as al-maisan === al-maisan is now known as almaisan-away === almaisan-away is now known as al-maisan [09:43] tumbleweed: oh, btw - you did sponsor two of my hamster-applet uploads afair. Would you mind commenting on my motu application? [09:43] (I do seem to gather endorsments at a really slow pace :/) [09:45] kklimonda: sure [09:45] https://wiki.ubuntu.com/KrzysztofKlimonda/MOTUApplication [09:47] if you need bug numbers I think I can dig them out - I don't keep as good track of them as ari-tczew, but I did gather what I could find. === evilvish is now known as vish === al-maisan is now known as almaisan-away === yofel_ is now known as yofel === ximion1 is now known as ximion === almaisan-away is now known as al-maisan === Quintasan_ is now known as Quintasan === ximion is now known as ximion1 === ximion1 is now known as ximion === al-maisan is now known as almaisan-away === almaisan-away is now known as al-maisan === al-maisan is now known as almaisan-away [14:44] geser: yay, web_link was on my todo list :) === almaisan-away is now known as al-maisan [14:58] tumbleweed: there is one occurance left: in manage-credentials before the function can be removed === al-maisan is now known as almaisan-away === NCommander is now known as Guest28688 === almaisan-away is now known as al-maisan === al-maisan is now known as almaisan-away [15:55] does anyone interest to maintain poedit in Debian? [15:56] udienz: did you need something? [15:56] this packages is orphaned, see debian bug 607749 [15:56] Debian bug 607749 in poedit "poedit: Old version at repository" [Minor,Open] http://bugs.debian.org/607749 [15:56] micahg, this packages is outdated. i'm totally care this package, because i use this package [15:57] for translating [15:58] udienz: looks like there's an adopter in the wings. debian bug 543856 [15:58] Debian bug 543856 in wnpp "ITA: poedit -- gettext catalog editor" [Normal,Open] http://bugs.debian.org/543856 [15:58] yep [15:58] and a new version on mentors.d.n [15:59] glad to hear that, so we can sync easily [16:01] hi! I'm building more packages within a single rules file with two *.install files, after the build finished and the packages are getting generated dh_duilddeb is adding "all" after the version number and before .deb in the package names, how can I avoid this? The packages names are differ so I don't need that extra "all" in them. [16:01] micahg, sorry about bug 712918, i have problem in database, well i'm not very good in database [16:01] Launchpad bug 712918 in phpwiki (Ubuntu) "Please update to 1.4.0rc1" [Wishlist,In progress] https://launchpad.net/bugs/712918 [16:01] so i'm not confident to take care phpwiki [16:02] udienz: ok, no problem, should I file for removal then? [16:02] micahg, ok, and thanks [16:03] i will try to update other software [16:03] udienz: that would be great, thanks [16:04] micahg, anyway what your suggest about 717168, we will waiting from debian or upgrading it? [16:05] rrr bug 717168 [16:05] Launchpad bug 717168 in poedit (Ubuntu) "Please update poedit to 1.4.6.1" [Undecided,Confirmed] https://launchpad.net/bugs/717168 [16:05] nevermind, that was so lame. I have to admit [16:05] udienz: it's on mentors, if it can get sponsored in the next 2 weeks, that would be good [16:10] tumbleweed, is pull-debian-source need debian-keyring package? after i do pulling from debian an packages won't extracted, and tells me to install debian-keyrings. why debian-keyrings not Suggested in d/control? [16:13] hmm, it probably should be. or it should only check the sig when it can't get the dsc from lp [16:14] tumbleweed, yup. failed when check the signature === bcurtiswx_ is now known as bcurtiswx [16:16] udienz: file a bug and I'll sort it [16:20] tumbleweed, done. bug 717245 [16:20] Launchpad bug 717245 in ubuntu-dev-tools (Ubuntu) "Please suggest debian-keyrings" [Undecided,New] https://launchpad.net/bugs/717245 === arand_ is now known as arand === jtechidna is now known as JontheEchidna === mfraz74_ is now known as mfraz74 === jelmer_ is now known as jelmer === arand_ is now known as arand [18:59] Hello, can someone explain this FTBFS to me: http://launchpadlibrarian.net/64059164/buildlog_ubuntu-natty-i386.git-buildpackage_0.5.19_FAILEDTOBUILD.txt.gz === bcurtiswx_ is now known as bcurtiswx [19:08] AnAnt: I'd guess something's up at gbp/git.py line 502, but I didn't look at the source. [19:10] except ValueError, err: [19:19] when I look at http://git.debian.org/?p=users/agx/git-buildpackage.git;a=blob;f=gbp/git.py;h=1ecab9f1767dc124bc3d77273518dbac1e60a8e3;hb=HEAD#l502 I don't see why it should fail [19:20] barry: ^^ any idea on this? [19:23] I suspect pychecker or python2.7 (or the mix of both) [19:24] there was a problem in pychecker with python2.7 , but that got fixed upstream (& uploaded to natty) [19:28] got to sleep [19:28] bye === bcurtiswx_ is now known as bcurtiswx [19:55] geser, AnAnt: looks like a bogus pychecker warning to me === almaisan-away is now known as al-maisan [20:26] Hmm, having troubles creating a cowbuilder chroot … [20:27] sudo cowbuilder --create --basepath ./natty --distribution natty --mirror http://at.archive.ubuntu.com/ubuntu/ [20:28] That gives me a lot of "ln: creating hardink `/var/cache/.../$package': File exists" messages. [20:29] * Rhonda tries sudo rm /var/cache/pbuilder/aptcache/*.deb [20:49] humpf, now it fails with "Package 'cowdancer' has no installation candidate" === al-maisan is now known as almaisan-away