[00:05] anyone want to critique my first package ever (minus the walk-throughs)? [00:05] i would like to get it into ubuntu in the future [00:06] https://launchpad.net/~ezrareeves/+archive/pep8 [00:06] how about uploading it to revu [00:06] i would have to build it for lucid for that wouldnt i? [00:08] JonyBlaze: well, if you want it in ubuntu [00:09] besides, it's just a source upload. so just update the changelog [00:09] right [00:10] revu lets motu post comments and you can re-upload without bumping the version [00:13] ok i will do that then [00:15] jdong: poor motu-sru! [00:15] Laney: it's mostly okay; I think karmic response time hasn't been too awful for SRUs [00:15] I'm making best effort at 24h turnaround [00:15] did you get put back into the process yet? ;) [00:16] Laney: nope! [00:16] and nobody said anything on the list either! [00:16] pitti made the change iirc - maybe you could ask him directly [00:18] MTecknology: gah, I changed the description for the flash bug too [00:18] Amaranth: same time? [00:18] Apparently [00:18] Or right before you [00:18] lol [00:18] Mine dropped workaround two and added a new workaround three from comment 163 [00:19] Seemed like the easiest one of the nspluginwrapper hacks [00:19] and mentioned Chrome users were out of luck entirely [00:19] Amaranth: right after me; yours is the one that took [00:19] https://bugs.edge.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/410407/+activity [00:19] oh, goody [00:19] Launchpad bug 410407 in flashplugin-nonfree "[READ DESCRIPTION] Flash is not recognizing mouse clicks in multiple situations" [High,Confirmed] [00:27] Amaranth: dangit... compiz is breaking my website -_- [00:28] * Amaranth uses the bat again [00:29] Amaranth: my site is kinda broken though..... I'm doing this thing where I try to knock out hundereds of lines of css to make things less bloated and easier to work with (and hopefully not fight nail and teeth to make show up decent in IE6) [00:38] in python there is a section that checks os.environ.has_key("XXX_PATH"). how does XXX_PATH get set here? [00:38] fcuk112: I don't understand the question [00:39] i mean, how do i find out where this environment variable got set? [00:39] fcuk112: os.environ is the environment, so on a unixy system you'd do something like "XXX_PATH=foo python ..." [00:40] fcuk112: or it may already be set in the environment you run python from (try running "echo $XXX_PATH"), or some other bit of python may be adding it to os.environ, or some extension module may be setting it from c [00:40] * dtchen prepares more pulseaudio crack for the lucid crackheads [00:40] there's not really a callback on setting an env var, you'd have to resort to basic grpping [00:40] oh wait, this isn't #python [00:40] yea i tried, couldn't see it. [00:40] hehe [00:40] sorry, bit of a mischan, but I guess what I said still applies [00:41] fcuk112: is this really literally "XXX_PATH", and what's the context to this? [00:46] dtchen: you can upload into main, right? [01:03] fixing a tomboy notes screenlets bug, it was pointing to the wrong path. before that it was trying to source from the env. but it's all good, i was testing the wrong version of the py script. [01:15] jdong: no, I don't have upload privileges. [01:16] I think there are a couple people who do lurking about [01:19] why would a debian directory have both a changelog and a changelog.in ? [01:22] if you have package_ver-0ubuntu2 and a recently updated package_ver-1 and no new changes need to be made because of debian's update what should be done? [01:30] assuming the orig.tar.foo matches, request a sync from Debian $release [01:30] jdong: I have upload rights but no bandwidth here [01:37] dtchen: can I get your opinion/blessing on the debdiff proposed in https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/330766 [01:37] Launchpad bug 330766 in pulseaudio "pulseaudio hangs, prevents login, home as ntfs" [Unknown,Fix released] [01:37] dtchen, its not a sync because ubuntu makes some changes it just happens that ubuntu packaged the new version before debian so the ubuntu specific deltas need to be preserved its just that debian didnt introduce anything new [01:37] i dont know if that is clear enough [01:39] serialorder_: then make package_ver-1ubuntu with the debian revision as a base, with the ubuntu changes you need to keep [01:40] * ScottK hands ajmitch another '1'. [01:40] just say "Merge from Debian Squeeze, remaining changes:" or something similar [01:40] ScottK: yeah, typing via ssh from a conference :) [01:41] I figured you knew, but just in case someone else thought that was correct. [01:41] yes sorry, i was typing too fast to check :) [01:53] ajmitch, when I list the remaining changes in the changelog should I retype them from before or just put a refernece the original versions that introduced the changes? [01:54] list all changes that still affect the version you're working on [01:54] and list changes that you've dropped since the last version, too [01:54] serialorder_: The next person that comes along to look at the package should be able to understand both the what and the why of the difference from Debian with just that changelog entry. [01:55] ok so then it is not sufficient to just list the entries lower in the changelog that specify why, that is good to know [01:57] Since we do team maintenance here, it should be easy for anyone picking up the package to understand what's up with it. [01:59] should i list which versions the deltas are preserved from as well? [02:02] No. [02:02] Current state is what's important. [02:03] When I do a merge, I have a habit of just dropping any undocumented changes I find unless it's obvious why they are needed (and then I document them). === tuantub_ is now known as tuantub [02:08] 3 out of 3 hunks FAILED -- saving rejects to file debian/rules.rej [02:09] 5 out of 5 hunks FAILED -- saving rejects to file debian/control.rej [02:09] \o/ [02:09] So much for the easy way. [02:15] Was there ever a source format 2.0? [02:17] JontheEchidna: Google wig and pen. Never deployed. Heavily bike shedded over the years. [02:21] Interesting. [02:31] So now which goes faster? The laptop battery (11% and declining) or the tarball upload? [02:32] my laptop is working remarkably well in karmic now... except for important things like the cooling fans [02:33] even suspend/hibernate is working, so it's strange that the fan part of the ACPI info is just missing [02:33] Easily worked around with a bag of ice. [02:33] except that I have it on my lap at pycon [02:34] I think I'll upgrade the BIOS before filing a bug about it [02:56] is launchpad.net running ok for you guys? i am getting timeout errors. [02:57] That's not rare. [03:15] please can you explain the memory process when you do a SQL select on a table [03:15] not really, thats more #mysql or #drizzle or #postgresql or .... [04:06] * ScottK gives up on trying to figure out if there is a way to get the laptop on the other side of the room to unsuspend so he can ssh into it and avoid getting up off the couch. [04:56] Does anybody have any recommendations on a pbuilder environment. What I mean by this is... for me, I dont really want my primary workstation to be bloated with packages. Instead, I'm thinking of either schroot for a couple of different pbuilder environments, or possibly lxc. Is there anyone who uses this sort of config for their build environment who has some valuable advice on the subject? [05:13] pmcenery: well, I tend to have multiple pbuilders, sbuilds, schroots all hooked to an apt-cacher-ng instance on the host. That way it doesn't really matter about "bloating". [05:16] jdong: looks sane, of course [05:16] christoph's comment is nicely irrelevant, and the workaround is pretty kludgy [05:17] dtchen: *nods* thanks for the input [05:17] ScottK: ^^ based on that, and ebroder uploaded a new debdiff with correct versioning, could you do the honor of uploading to main? [05:18] jdong: What bug again? I'll probably put it off until tomorrow since I'm very tired and making silly mistakes at the moment. [05:19] ScottK: bug 330766 [05:19] Launchpad bug 330766 in pulseaudio "pulseaudio hangs, prevents login, home as ntfs" [Unknown,Fix released] https://launchpad.net/bugs/330766 [05:19] thanks, Scott :) [05:21] dtchen: thanks for the info. [05:23] yw [05:26] OK. Got it. Off to crash now. [05:26] good night! [05:57] Is the ubuntu-motu-mentors mailing list for Mentors or people looking for mentors? [05:58] astechgeek: The latter, I think, but some mentors are subscribed to it too. [05:58] okay just wanted to make sure I didn't want to subscribe being that Im looking to get involved and have no clue where to start [05:58] astechgeek: You can read the archives at https://lists.ubuntu.com/archives/ubuntu-motu-mentors/ before you subscribe... [05:59] I was reading through the articles on the ubuntu wiki about getting involved... [05:59] Good :) [06:00] as a noob where would be the best place to go to get started in contributing? [06:01] Well, it depends how fast you learn... if you want to contribute in MOTU-like work, you can use the six steps in https://wiki.ubuntu.com/MOTU/GettingStarted as a guide, and ask questions here in #ubuntu-motu [06:01] If after reading some of the material you decide packaging is too technical for you, consider joining the bugsquad and doing bug triage, etc to start with, maybe? [06:01] i have programming exp but don't feel confident enough to try the development side [06:02] MOTU stuff is more about basic scripting and use of tools than deep programming knowledge. [06:02] okay what about the bugsquad? [06:03] https://wiki.ubuntu.com/BugSquad [06:03] do they have a channel? [06:03] #ubuntu-bugs [06:04] It's often more about asking bug reporters for more more info and duplicating bugs reports than deep debugging..., and yes, #ubuntu-bugs [06:04] simple enough :-D [06:06] thanks for the help, the descriptions will help ensure that I get involved with something that I'm comfortable with. [06:11] No problem, and welcome :) === elky is now known as Guest67610 === Guest67610 is now known as elky [09:00] Amaranth: compiz is breaking java too..... I don't use compiz but... ya know... it's not working :P [09:00] g'night all [09:23] I'm want to apply to become a MOTU, I want to know if anybody can look over my wiki and tell me what else I can do. https://wiki.ubuntu.com/ripps818 [09:25] ripps: have you done any contribution in terms of packaging in Ubuntu? [09:27] slytherin: I maintain 100+ packages in the gmpc-trunk team ppa's. I've also created several new packages that have gotten into Debian and then synced into Ubuntu [09:28] ripps: PPAs are not official repository. And Debian is not Ubuntu. :-) [09:28] slytherin: well, I've tried time and time again to get packages through REVU, but it never pans out and I'm always ignored. [09:28] ripps: thing is that if you want to apply for MOTU membership you need to demonstrate that you have helped packaging in Ubuntu directly and you blend in the community. [09:29] slytherin: but packaging stuff for debian which get synced into ubuntu is recognized [09:29] ripps: new packages is not the only way to help. You can fix existing packages. [09:30] I've made a few patched packages that I've offered up in my Testing PPA, like a focus glitch in compiz-plugins-main. It was fixed in Karmic, but I still have the Jaunty package in there. [09:30] hyperair: not necessarily always. You can not get motu membership simply on the basis of youe debian work. [09:32] I'd gladly participate more with package fixing and new software in Ubuntu, but It always seems that nobody notices when I try to help. Maybe I'm just not vocal enough [09:32] ripps: no. we are always short on manpower [09:33] slytherin: true, but almost all my work in ubuntu is pushed in through debian. more people benefit that way. [09:33] hyperair: I know. [09:35] Well, I have a few packages sitting in Debian Mentors, but I haven't been able to get anybody to sponsor it yet. If I upload it to REVU, can I get some help getting it accepted? [09:35] ripps: you have to poke people here [09:35] I have, many times, but I'm usually ignored.... [09:35] ripps: try again >_> [09:36] not everybody's free all the time [09:36] if you just try a few times and give up, it's never going in [09:36] i find it's easier to find a sponsor here than in debian mentors [09:36] i've got a few packages sitting in mentors for months on end [09:36] in general, you will get more attention fixing existing packages than bringing new packages to Ubuntu [09:37] ripps: That is the reason I said fixing up existing packages is better way to contribute. Once you are known in community it is easier to find sponsors for new packages. [09:38] Well, I have an updated liburiparser package, anybody interested in looking at it? [09:38] bug? [09:38] fabrice_sp: well, it's a requirement in order to get libxspf in, which is being called on increasingly in upstream for xspf playlist support [09:39] is there any bug number in launchpad? [09:39] for the new version upgrading [09:40] fabrice_sp: I don't see any launchpad bugs... [09:41] ripps: imo the best way to handle getting packages into ubuntu is to get the update into debian, and then handle the sync/merge in ubuntu yourself instead of waiting for someone else to do it. [09:41] hyperair: I know, I did that with the libcue package I made [09:44] well yeah, handle a few more and then apply for motuship or contributing-developer status [09:45] contribution first, status/upload rights later [09:50] when beginning to contribute, I discover that you should be more proactive in opening bug reports to fix things, and open new ones to get your stuff sponsored. [09:52] hello [09:52] devs, I have a question [09:54] !ask [09:54] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [09:55] :-D [09:55] package in karmic have a patch, but unstable & testing have a new upstream version in repositories which these new versions have patch applied upstream. can is it a sync into lucid? [09:55] sounds like yes [09:56] if the patch has been integrated upstream, and the new package works (builds/installs/runs) fine, yes [09:56] I guess that isn't can done by Ubuntu Archive Autosync, so do I need to open a sync request, right? [09:57] of course including buildlog and information that patch has been applied upstream [09:57] yes [09:57] ok, thanks ;-) [09:57] ;-) [09:59] fabrice_sp: In this cycle's moment sync's requests needs MOTU ack? [09:59] or only sponsor? [10:00] sponsors [10:00] ok [10:02] motu-release subscription is when feature freeze is on [10:03] got to go. Bye [10:05] ok bye [10:12] bdrung: no [10:14] Nafallo: ? [10:14] 18:03:23 #ubuntu-motu: < bdrung> bigon: did you upload gajim to karmic-proposed? [10:14] doh [10:14] k [10:14] * Nafallo should stop hilighting on gajim / wake up :-P [11:15] Packages uploaded to REVU should target lucid, right? REVU complains: "Package is for "lucid" but only packages for "karmic" are currently accepted." [11:19] randomaction: that's abug [11:20] I guess someone should update current development target [11:20] yeah [11:20] is it worth filing a bug at LP? [11:20] You could [11:21] REVU has a project there [11:21] Then the devs wont forget :) [11:22] ok, will do [11:23] Great, thx === Guest96382 is now known as foursixnine [11:51] when merging an Ubuntu changelog into the Debian one, do we sort the Ubuntu changes by version or by date? [11:53] I guess that by version [11:57] by date would make things very confusing imo [12:01] what is it a thing called an 'Ubuntu delta'? [12:02] Ubuntu delta = differences between the Debian package and the Ubuntu one [12:02] ok thnx [12:44] While trying to create a pbuilder environment for lucid, I ran into the following error: diff: PreDepends: diffutils but it is not installed [12:44] Any ideas? === YDdraigGoch is now known as WelshDragon === erhesrhsrtb54vyh is now known as Elbrus [14:12] bugs looking for sponsors - merge to lucid: [14:13] bug #477387 [14:13] Launchpad bug 477387 in drupal5 "Please merge drupal5 5.20-1 (universe) from Debian squeeze (main)" [Undecided,Confirmed] https://launchpad.net/bugs/477387 [14:13] bug #477389 [14:13] Launchpad bug 477389 in drupal6 "Please merge drupal6 6.14-1 (universe) from Debian squeeze (main)" [Undecided,Confirmed] https://launchpad.net/bugs/477389 [14:14] what is the correct why of a -dev package to depend on the library package ? I get lintian warnings with both binary:Version and source:Version [14:38] what exactly did you put into debian/control? [15:27] Possible new packaging opportunity coming our way; http://share.skype.com/sites/linux/2009/11/skype_open_source.html [15:29] ScottK: i was thinking about that as well, but it seems that the protocol remains close sourced. [15:31] hyperair: It will no doubt, have to go in Multiverse, but having it in the repos would be an improvement [15:31] ScottK: do binary blobs go in multiverse? [15:32] hyperair: If they are redistributable. [15:32] chances are that the protocol library will remain a binary blob if it isn't opened as well [15:32] ah [15:32] so they can eh.. [15:32] Absolutely. === DrKranz_ is now known as DktrKranz [15:33] Pretty much the only requirement for Multiverse is that it be legal for Canonical and it's mirrors to distribute. [15:33] ah i see [15:34] We have at least one package that even says something like "and if there's a conflict between what's in the license and what's needed for normal Ubuntu distribution, then the distribution's needs are OK". [15:35] Hey we can add skype support to telepathy [15:38] that would be interesting [15:38] but i'd really really prefer to see metacontact support on empathy first >_> [15:39] c_korn: foobar (= ${binary:Version}) [15:39] for some of my contacts, i've got 3-4 duplicates [15:39] jdong: could you please ACK the SRU for bug #472824 [15:39] it's the main reason i'm sticking by pidgin for the time being [15:39] Launchpad bug 472824 in ubuntu-dev-tools "Change defaults for 'requestsync' and 'pull-debian-source' to 'testing'" [Undecided,Fix released] https://launchpad.net/bugs/472824 [15:40] ripps: this gives me an error that the dependency is too strict. (the -dev package is arch-indep) [15:41] c_korn: no .a file in the -dev package? [15:42] geser: no, no static libs. just headers and .so symlinks. [15:45] c_korn: pastebin the error that lintian is giving you [15:45] c_korn: then try >= , like libpurple-dev does it too [15:52] this is the error with = ${binary:Version} [15:52] jdong: 330766 needs a TEST CASE: [15:53] with >= ${source:Version} I get this error: http://pastebin.com/d5dd6ec96 [15:55] and a similar one with >=${binary:Version} http://pastebin.com/d52b323a1 [15:55] oh, I have forgotten the link in the = ${binary:Version} case. this is it: http://pastebin.com/d2a3e26aa === DrKranz is now known as DktrKranz [15:57] and just for completeness the = ${source:Version} dependency: http://pastebin.com/d5a73530c [16:05] c_korn: seems you get a warning either way, so pick one you "like" and overwrite it [16:06] I guess lintian doesn't know yet about arch:all -dev packages [16:07] if you want to get the package into Debian, I suggest using >= ${source:Version} as it's binNMU-safe [16:07] geser: ok, thanks. [16:22] geser: acked === kees__ is now known as kees [16:43] chrisccoulson: runit needs to be fixed in Lucid before I accept the SRU (439049) [16:51] ScottK - no problem. I can do an upload to Lucid too [17:01] ScottK - it's fixed in Lucid now [17:06] chrisccoulson: Accepted for karmic-proposed too. [17:06] ScottK - thank you [17:06] No problem. My part of the job is easy [17:13] chrisccoulson: Would you please look at bug 400839. I've been working with the uploader, but would like to see him get sponsored by more than just me. I'd like to get it into Lucid quickly so we can do an SRU. [17:13] Launchpad bug 400839 in gurlchecker "newest gurlchecker segfaults on Karmic" [High,Confirmed] https://launchpad.net/bugs/400839 [17:13] jdong: It'd be nice to get a motu-sru ack for ^^^ too (patch will be the same modulo revision number). === neversfelde is now known as keversfelde === keversfelde is now known as neversfelde [17:20] anyone familiar with googlecodes URL syntax as far as making a watchfile === yofel_ is now known as yofel [17:55] ScottK: ok, done :) [18:02] err nm [18:02] in uscan man page it says you can specify what the current version is on the 2nd line but doesnt show how, anyone know? [18:03] JonyBlaze: I don't. I'd suggest finding an existing package in the archive hosted there and copy. === christian is now known as Guest34157 [18:05] I need som help [18:05] jdong: Looking at it but getting distracted by filing bugs against our tools [18:05] ScottK: my issue is that upstream doesnt use very good versions in the filenames [18:06] ScottK: so I changed it for packaging, uscan would check theirs against mine and it wouldnt come up with the right answer [18:06] How should my rules file look like if the program is using a bash script to install and not a file named setup.py? [18:07] How should my rules file look like if the program is using a bash script to install and not a file named setup.py? [18:09] How should my rules file look like if the program is using a bash script to install and not a file named setup.py? [18:09] Guest34157, first you should get a proper nick :) [18:17] and stop repeating [18:18] Laney: too late [18:19] what is [18:21] How should my rules file look like if the program is using a bash script to install and not a file named setup.py? [18:22] Laney: "and stop repeating" [18:23] How should my rules file look like if the program is using a bash script to install and not a file named setup.py? [18:26] How should my rules file look like if the program is using a bash script to install and not a file named setup.py? [18:26] hahaha [18:26] hyperair: If you mean that he parted, I have that ignored [18:26] christian_: stop repeating please [18:27] Laney: ah. [18:28] christian_: My advice is read http://www.catb.org/~esr/faqs/smart-questions.html and then ask again after considering it. [18:30] * mok0 doesn't understand why that setup.py vs bash thing should be a problem [18:31] "All access to Launchpad must be authenticated as an application acting on behalf of a user. It's possible for the user to grant the application only readonly access, but it's not possible to access the APIs anonymously" [18:32] Sounds like more user friendly design. [18:33] I'll just turn that into a warning [18:34] I followed this guide, https://wiki.ubuntu.com/PackagingGuide/Python, and it doesn´t explain how to proceed if the package doesn´t have a setup.py file. Please help me. [18:36] christian_: are you packaging a python program or module? [18:37] a python program, djl http://en.djl-linux.org/ [18:38] jdong and dtchen: Uploaded. [18:39] christian_: you don't need setup.py. From within rules, do whatever you need to in order to do the build [18:40] could you explain some more? This is my first package. [18:40] ScottK: Thanks! [18:41] christian_: can you write your own setup.py file? [18:41] christian_: if so, it will make things much easier [18:42] ok, should I just put the setup.py in the directory then? [18:43] christian_: yes, that will be ok for starters [18:43] mok0: Thanks! [18:43] christian_: then you can use the CDBS system and the rules file will be just a few lines [18:45] mok0: arghrshsarhgsharhgahgahs.. DH7!!! [18:45] sebner: bah [18:45] :) [18:45] I much prefer makefile macros [18:45] we have dh7 and quilt now. NO need for something else! [18:46] sebner, we have GNU make. No need for anything else [18:46] :) [18:47] mok0: I forgot to add "which is the best in the world so why using something worse .." ;) [18:47] sebner: But if you like, you can take over mentoring christian_ in dh7 *shudder* [18:47] sebner: quilt is good for complex packages, but has a bit of learning curve. It's the git of patching systems. [18:48] ScottK: I've found it always easier than e.g dpatch [18:48] mok0: I'd recommend DktrKranz who is *the* python with dh7 expert ;) [18:48] I use quilt [18:48] \o/ [18:49] I use cdbs [18:49] sebner: It doesn't get much easier than dpatch-edit-patch. [18:49] Or cdbs-edit-patch [18:50] ScottK: right but my experience is that it's the easiest and most powerful among all patch systems [18:50] ScottK: cdbs-edit-patch is quite useful as an introduction anyways, since it's harder to screw up than quilt [18:50] Well any system that requires people to set environment variables as the first step fails the easy test. [18:51] mok0: Agreed. [18:51] I've used quilt enough now that I'm comfortable with it, but it took some time. [18:52] I've forgotten a few time to "add" a file to quilt, and then it's a real pain to get the patch created [18:54] why cant debian/watch just use normal wildcards /sigh [18:54] * DktrKranz is a n00b, sebner probably confused him with someone else [18:56] JonyBlaze: The perl weirdness is upon us [19:01] :( [19:17] hi, is there a way to retrieve a package with dget from the debian ftpmaster new section? http://ftp-master.debian.org/new.html ? [19:20] goshawk: No. They are not publically available [19:21] oh [19:36] I get this when I am trying to build: dpkg-gencontrol: warning: can't parse dependency python-qt4 python-central (>= 0.6.11) dpkg-gencontrol: error: error occurred while parsing Depends field: python-qt4 python-central (>= 0.6.11) dh_gencontrol: dpkg-gencontrol returned exit code 255 [19:37] christian_: python-qt4 python-central (>= 0.6.11) needs a comma in there to separate the two clauses: make it Depends: python-qt4, python-central (>= 0.6.11) [19:38] In general "can't parse" means you made a syntax mistake of some sort. [19:39] Thanks! Let´s see how things work this time. [19:41] No problem. [19:41] Worked :-) Should I write something in the changelog about the setup.py file I added? [19:47] christian_: absolutely === YDdraigGoch is now known as WelshDragon [20:02] jdong: Unless you tell me otherwise pretty quickly, I'm going to assume your ack on gurlchecker means i can accept it. [20:04] ScottK: yes sir [20:04] Excellent. [20:04] Battery is at 5%, so it may not be until after I find power. [20:06] morning [20:08] Just made it. === nick_ is now known as Guest39206 [20:26] Package is here: http://revu.ubuntuwire.com/p/djl Please comment. [21:25] Good evening/morning/afternoon everyone [21:25] Well I want to start to make packages, what do I need to know before starting? [21:26] Do i need to understand makefiles etc? [22:14] I want to create a package for a very simple tool which does not have any Makefile and is just a single Python script. ( http://git.logfish.net/?p=shareftp.git;a=commit;h=9bff07bf7b18d19d8d16db0d67d2b31b575c379b ). Should I path a Makefile for the package or is there a nicer way? [22:25] bmm: you're going to need a copyright statement at minimum [22:25] we don't care about a makefile or not [22:26] lifeless: I just found out I can remove the /usr/share/cdbs/1/class/makefile.mk include (I'm using CDBS) and then add the files I need into shareftp.install and shareftp.manpages [22:26] I'm currently going to look up where to install the binary (/bin or /usr/bin) because I'm not sure what the policy is on that yet. [22:26] :) [22:27] lifeless: Thank you for you response! [22:28] OK, that's /usr/bin. Should be ok from here. Thank you for your response. === nxvl_ is now known as nxvl [22:39] https://wiki.ubuntu.com/PackagingGuide/HandsOn [22:39] i am following this tutorial [22:39] but i am stuck in the dh_make [22:39] it gives an error [22:40] lameiro@studio:~/hello/hello-2.4$ dh_make -e lameiro@macinhata.net [22:40] Type of package: single binary, indep binary, multiple binary, library, kernel module, kernel patch or cdbs? [22:40] [s/i/m/l/k/n/b] s [22:40] Maintainer name : Ricardo da Rocha Lameiro [22:40] Email-Address : lameiro@macinhata.net [22:40] Date : Sat, 07 Nov 2009 22:38:26 +0000 [22:40] Package Name : hello [22:40] Version : 2.4 [22:40] License : blank [22:40] Using dpatch : no [22:40] Using quilt : no [22:40] Type of Package : Single [22:40] Hit to confirm: [22:40] Could not find hello-2.4.orig.tar.gz [22:40] Either specify an alternate file to use with -f, [22:40] or add --createorig to create one. [22:40] lameiro@studio:~/hello/hello-2.4$ [22:40] that tar doesnt exists [22:40] what exist is the underscore one [22:40] hello_2.4.orig.tar.gz [22:41] !pastebin | rlameiro [22:41] rlameiro: pastebin is a service to post multiple-lined texts so you don't flood the channel. Ubuntu pastebin is at http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic [22:41] !pastebin | rlameiro [22:41] sorry [22:41] Ha, ScottK you beat me to it [22:42] http://paste.ubuntu.com/312812/ [22:42] better now? [22:43] rlameiro: You need to specify the tarball [22:43] -r ? [22:43] at the tutorial they dont say that :/ [22:43] rlameiro: you need at tarball called "hello-2.4.orig.tar.gz" [22:44] but shouldnt it be with _ [22:44] ? [22:44] rlameiro: which must be in ../ relative to where you execute the commnad [22:44] yes [22:45] rlameiro: actually, it doesn't matter what it's called, as long as you specify it with the -f argument [22:45] ah [22:45] ok === SEJeff_ is now known as SEJeff [23:40] Is it possible to have "quilt" generate a new file (not in the original source tree)? [23:45] sure, via quilt new ... quilt add ... edit ... quilt refresh [23:46] or quilt shell! [23:46] yep, several approaches [23:48] dtchen: that won't work for new files. If I create the file, then quilt new, quilt add file.txt, quilt refresh it will not see any changes as the file was added after it was created without any changes. [23:49] err [23:49] bmm: Don't "create the file" first, create the file using quilt edit [23:50] right [23:50] I haven't ever created the file first :-) [23:51] jmarsden: but the files are created with a download script :( I'm trying to do a quick package of cgit and cgit requires me to download the full source of a git release in the source tree. [23:52] (I know, ugly, but still). So my plan now: make a list of all the files that I need, remove them, quilt add them before they exist, copy them back. Just making sure, that is the best way to do this with quilt? [23:52] use quilt shell [23:53] Laney: ah, that may help :D [23:53] Laney: of to try that... [23:55] Ah, works like a charm! Great, thanks! [23:56] good chap! [23:57] * bmm chuckles at the sight of a 9.8M patch