[00:23] serialorder: Do you want to modify the file or just rename it? === freeflyi1g is now known as freeflying [02:20] How would I add a man page to a package that uses CDBS? [02:21] create a file in your debian dir called manpages, and put the path to the manpage in that file [02:22] then, just place the manpage in the debian dir, or you can create a manpage dir [02:23] vorian: ah, thanks. [02:23] no problemo [02:23] vorian: how should I adress AUTHORS, should it list the program authors or the manpage author? :) [02:24] the authors section is for the application authors, then you can say you wrote it at the end [02:25] vorian: under COPYING? [02:25] na, hold on a second [02:26] lfaraone: like this http://paste.ubuntu.com/99354/ [02:27] vorian: ah, OK. [03:57] I'm working on a personal package that is *NOT* for the Ubuntu/Debian repositories. Is it possible to have it install files in the user's home folder? [04:10] yes. It's not recommended though, since there are multiple users. And you will need to do it with a script (to install to each user's home folder, run through each non-system user in a post-installation script to copy files from a central copy) [04:10] and also copy into the skeleton home directory, probably [04:26] coppro: Is there any way to find what user is installing the package? [04:27] no, since installations are run as root [04:28] coppro: That is what I thought. [05:26] hi how do i fix the lintian warning "debian-changelog-file-is-a-symlink"? [05:29] make the changelog no longer a symlink [05:29] coppro: but how do i do that? this part is not within my power is it? [05:29] debuild does the installing of the changlelog and copyright file into /usr/share/doc [05:30] if debuild chooses to make it a symlink, what can i do? [05:30] hyperair: well, you are packaging it, right? so why is your changelog file a symlink? (btw, try running lintian with -I [05:30] debuild shouldn't. If it does, you are doing it wrong [05:31] coppro: i think the reason is that codelite-plugins is depending on codelite [05:31] and since they both come from the same source package, codelite-plugin's changelog somehow got symlinked to codelite's [05:31] could be [05:31] seems like bad practice [05:31] no MOTUs here by any chance? [05:34] gues not [05:38] ah. cdbs bug? [05:42] hyperair: It's a CDBS design feature in Ubuntu to keep the CD size down. [05:43] ScottK: then i shouldn't bother about that lintian warning right? [05:43] hyperair: You don't need to worry about it as it's not an actual problem, but something Ubuntu chooses to differently than Debian. [05:43] hyperair: Right. [05:43] okay [05:43] thanks [05:43] No problem. [05:44] shouldn't there be an override then? [05:44] if there should be, then shouldn't cdbs doing the overriding? [05:44] Not really, since it's almost universally something you see in Ubuntu. [05:45] I suppose one could, but I don't think people generally bother. [05:47] hmmm [05:47] how does one do lintian overrides? [05:47] Where can I find out more about packaging CPAN modules? Archive::Any to be specific... I can't seem to find an existing libarchive-any-perl package... [05:53] jmarsden: I'd look in the Debian Perl team's docs. They are pretty thorough. Also they are open to Ubuntu contributors, so you could package it for them and then sync it to Ubuntu. [05:53] That'd give you easy access to people who know about such things. [05:53] OK, thanks. [05:59] question: I want to replace pt.po with pt_PT.po and get rid of pt.gmo and the package uses a quilt patchsystem. Should I delete pt.{po,gmo} and add pt_PT.po all in one diff file? Or is there another way to go about this? [09:32] hi guys, could someone take a look to this dependency problem? gnome-subtitles is not installable: http://paste.ubuntu.com/99496/ [09:37] hmm jaunty? [09:39] hyperair, yes [09:40] figures. i heard that there's some refactoring of mono packages going on [09:40] wait until it's done, then that issue should be fixed [09:41] ok, didn't know that, thanks [09:42] =) === mcasadevall is now known as NCommander === asac_ is now known as asac [11:27] does anyone feel like revu'ing a package? http://revu.ubuntuwire.com/details.py?package=codelite === asac_ is now known as asac [13:32] Hey guys I wonder if this is to be included in Jaunty's repositories http://divfixpp.sourceforge.net/ [13:33] If not I would not mind trying my hand at packaging it [13:33] Heya gang [14:00] I've compiled a prg and make it available on my ubuntu repository. I run Hardy, but is there a way to create archives available for Intrepid users ? the program compiled is a "standalone java" program, so a version of it can run on all platform as long as a user run java. Someone told me to change a line in the file "programxxx_i386.changes. is it true, and what do I have to change in it, before running debarchiver? === azeem_ is now known as azeem [14:17] persei: for PPA you need to upload sources packages... [14:21] pmjdebruijn: I've placed the five files created in my incoming subdirectory. then run debbarchiver -so. I do not understand what files I could placed there. Sorry, but I'm newbie at this [14:21] huh? [14:21] persei: are you talking about PPA or not? [14:24] no, I was not aware of that. [14:24] I'm reading right now something about launchpadhelp [14:27] persei: for PPA you need to use dput [14:31] pmjdebruijn: yes, [14:32] persei: dput ppa blah_sources.changes [14:32] persei: the sources file needs to be signed [14:33] pmjdebruijn: maybe a stupid question : but using ppa, my package will be available in another repository , not mine ? [14:40] huh? [14:40] persei: ppa=personal package archive [15:54] hey, here is part of my rule files, can any one tell me why my source is not extracted when I call configure? http://www.pastebin.ca/1299655 [15:55] configure calls apply-patch and that calls extract source so in order it should go extract source patch configure thats what I am trying to do any way [15:57] AdamDH, how do you call configure? What command are you using? [16:00] same simular way from buildso i have build: configure build-time-stamp etc [16:00] if you call debian/rules configure [16:00] does it works? [16:03] Hi, I'm back, and I need some more help getting a package to compile in my PPA [16:03] I'm trying to get Mayanna to build, but I think I'm missing a dependecy, but I'm not sure what. Can someone help me figure out? [16:03] it runs configure but nothing above configiure so I get errors [16:04] so it does not extract or patches the source [16:05] https://edge.launchpad.net/%7Eripps818/+archive/+build/824717/+files/buildlog_ubuntu-intrepid-i386.mayanna_svn60~ripps2_FAILEDTOBUILD.txt.gz [16:05] AdamDH, and what about debian/rules apply-patch ? [16:06] the apply-patch works when it gets called but nothing seems to call it, i tried it standalone [16:06] noting seems to be calling anything else [16:10] AdamDH, and if you rename it to something else? [16:10] Hello? [16:10] ripps, there are some strange messages: package architecture (i386) does not match system (amd64). Can you check it appears in a correct build [16:12] it all works if I wack it all inside configure but not when its seperated out [16:14] I have no idea why Launchpad would do that, but here's the amd64 build data, it failed as well: [16:14] http://launchpadlibrarian.net/20833784/buildlog_ubuntu-intrepid-amd64.mayanna_svn60~ripps2_FAILEDTOBUILD.txt.gz [16:15] I think some of the problems might be because there is no python-evolution package in intrepid. How do I get remedy this dependency? [16:17] ripps, are you trying to backport a jaunty package? [16:17] fabrice_sp: no, I'm just trying to compile mayanna from source in PPA [16:18] ripps, so why are you speaking about python-evolution? [16:18] AdamDH, maybe apply-patch is a reserved word. Even if you try with another one, it fails? [16:18] fabrice_sp: python-evolution is listed as one of the dependecies of mayanna in it's BUILDING text file. [16:19] That being said, I managed to build mayanna without it locally, but not on Launchpad. [16:20] ripps, if you manage to build it locally, is it because you installed python-evolution? [16:20] if it's the case, you should build it also in your ppa [16:20] hi [16:21] someone here use gnome-dictionary in Spanish, with a spanish dictionary server, and it works? [16:21] favrice_sp: no, I don't have python-evolution installed, but I guess some other package that I might have installed might be making up for it, I just don't know what it is. [16:21] Hi RainCT [16:22] hi anakron [16:22] fabrice_sp: * [16:26] ripps, you can have a look at run dependencies [16:26] if you succeed in building a package locally [16:26] (inside the deb package) [16:27] fabrice_sp: I didn't build using deb package, that always failed. I just built it the manual "make install" method. [16:29] ripps, did you try with python-gnome2-desktop ? It seems to include python-evolution === allee_ is now known as allee [16:30] fabrice_sp: I'm trying a new build, with some edit build-dependencies. I think I had python-gnome2-desktop before, but I'm trying again. [16:31] ripps, ok [16:33] Okay, after looking at the build logs, it looks like the problem is in python-gtk2-dev. [16:33] fabrice_sp: I'm missing /usr/include/pygtk-2.0/pygobject.h [16:34] ripps, you can check at packages.ubuntu.com. It gives me python-gobject-dev [16:35] someone have ever use gnome-dictionary in Spanish? [16:35] fabrice_sp: Adding to build-depends, now starting rebuild. [16:35] anakron, no, but if you explain me what to do, I can try [16:36] or someone can test now gnome-dictionary with a spanish server looking for aspanish word? [16:36] the problem is that es.dict.org doesn't work [16:36] and i want to patch it [16:36] but i can't find any spanish dict server out there [16:37] even in dict.org [16:37] so, im looking for a spanish dict server to patch it and report it to upstream [16:38] but it seems that noone works [16:38] no one [16:39] anakron, did you try with vocabulary.aioe.org ? [16:39] yes [16:39] and it doesn't work [16:43] pochu: I don't really mind [16:43] it contains in his dicts "spanish-english freedict dictionary " [16:44] but it doen't translate even or give an spanish meaning [16:47] fabrice [16:47] anakron, yes. I was trying all the serves [16:47] can you look for a spanish dict server? [16:47] servers [16:47] ;) [16:48] :-) [16:48] they all time out ... :-( [16:49] :S [16:49] but vocabulary.aioe.org works with enlighs words [16:49] english [16:50] anyway, I checked with chico en www.dict.org, and the definition is not so good ;-) [16:50] chico = Var. of Chica. [16:50] :-) [16:51] anakron, translations seems to work in www.dict.org [16:52] yes [16:52] so, why not using dict.org? [16:54] let me see [16:55] it doesn't work for me [16:56] mmm === apachelogger is now known as movedlogger [16:56] i want an spanish server that no need to write the word in english to get his translations [16:56] i need meanings [16:56] but i cant find anything [17:38] Hi, I've got a package in debian sid that didn't make the import freeze IIRC, how hard is it to get it in jaunty? [17:40] lfaraone: just file a sync request if it works on Jaunty [17:40] Laney: what version of python is Jaunty based on? [17:42] 2.5 iirc [17:45] Laney: how long should I wait for the sync request to be processed before trying it again? (I'm on a dynamic range and might be killed by a spam filter) [17:45] I don't use the email interface === paul__ is now known as Elbrus [18:10] Laney: who approves those requests? [18:11] lfaraone: MOTUs, then an archive admin has to manually process it [18:11] subscribe the sponsors [18:27] http://www.pastebin.ca/1299733 can any one tell me why extract-source is not been ran? been looking over it for an hour and cannot see why not. I wrote the shell for apply path and remove patch and tried it standalone first so I know that works === asac_ is now known as asac === fabrice_sp_ is now known as fabrice_sp === movedlogger is now known as apachelogger [19:20] james_w: u-uk meeting in 10 mins if you're interested === hanska is now known as Guest74588 [19:57] thanks Laney [20:16] i got my rules to run in order now but I get: dh_testdir for i in `cat urrent_directory/series | grep -v "#"` do [20:16] /bin/sh: Syntax error: end of file unexpected any ideas why? do I have to escape the shell script at all? === jono_ is now known as jono [20:31] anyone for REVU? [20:31] only for mono packages [21:08] I have uploaded a new package for spicebird, would someone like to revu it? spicebird is a collaboration client and it's based on TB3a2. http://revu.ubuntuwire.com/details.py?package=spicebird === kc8tad is now known as rrittenhouse [21:30] do shell vairbles work the normal way inside rules? as patches=`cat CURRENT_DIRECTORY/series | grep -v "#"` cat: /series: No such file or directory so its not finding CURRENT_DIRECTORY even tho it was declared [21:32] AdamDH: If you wish to perform nested shell commands in a rules file, you need to do something like $(shell cat blah) [21:32] what about if I want to run a chunk of shell code? [21:33] do loops work the same way in the rules file? [21:34] AdamDH: No, you can do loops in a rules file, but you need to put a backslash at the end of each line. I suggest having a look at the rules file for the espeak source package, as it is done there. [21:34] so doing CURRENT_DIRECTORY=`pwd` I need to do CURRENT_DIRECTORY=$(shell pwd)? [21:38] AdamDH: There is already a variable for the current directory, $(CURDIR) [21:42] as an example is CURRENT_DIRECTORY=$(cat example) correct as I get missing separator. Stop. [21:45] AdamDH: Again, I suggest you look at the rules file for the espeak source package, as that has most shell examples present in it. [21:45] why is there nothing documented about running shell inside rules? that example looks ideal as it shows some simular stuff to what I am doing [21:47] AdamDH: Because rules are makefiles. [21:47] i.e the rules file is a makefile. [21:50] right so trying to do what I am trying to do at the moment is going to be a headache, running some shell code inside the makefile [21:52] example if I do current_directory=$(shell pwd), i know there is a var for it just an example how do I use current_directory then inside $(shell) ? do it as normal $shell(cat current_directory/series) etc? [22:01] AdamDH: I think you have to use 2 $ signs. [22:02] AdamDH: I haven't done it in a while, so can't exactly remember. === sepheebear is now known as Sepheebear [22:14] im getting the hang of this, how do I use If then else in a makefile then? [22:15] AdamDH: There are special makefile directives for if etc. Unfortunately I can' [22:15] Unfortunately I can't remember what packages use them currently. [22:18] i will see if google brings anything up for it [22:19] The GNU Make manual is pretty good. [22:22] Laney: well, it will block your glom upload... but it's up to you :) [22:23] pochu: Will none of the packages get published until -doc clears? [22:23] I guess that makes sense [22:23] 'tisn't such a big deal [22:26] Laney: it won't, nope [22:26] ah well [22:26] as long as it doesn't take 6 weeks === bobbo_ is now known as bobbocanfly === bobbocanfly is now known as bobbo === `Chris_ is now known as `Chros === `Chros is now known as `Chris