=== asac_ is now known as asac [02:41] Evening all. I'm trying to package up cnetworkmanager, and running into a problem. It's got a setup.py, and a Makefile that calls setup.py for install, etc targets. In my rules, I've got DEB_PYTHON_SYSTEM=pysupport, and include /usr/share/cdbs/1/class/python-distutils.mk, and dh_pysupport under the binary-install/cnetworkmanager:: stanza. But, none of the actual cnetworkmanager bits get included in the package. [02:48] i'm building php5 from source (php5_5.2.10.dfsg.1-2ubuntu6.3)... apt-get source php5 && dpkg-buildpackage -rfakeroot -uc worked great... i was able to generate the debs... however, subsequent dpkg-buildpackage -rfakeroot -uc seems to invokes a unpatch task in debian/rules... and it always fails at unpatching suhosin.patch... since this is my 1st attempt at building a package from source... am i possibly doing something wrong [02:48] ? i'm on karmic [02:51] sbalneav: It's unlikely yo uneed the binary-install/cnetworkmanager:: stanza. I'd try removing that. Even easier, I'd try the debhelper 7 tiny rules. [02:52] pting: Mostly likely it's a bogus patch that doesn't unpatch reliably or a bug in the packge clean rule. You ought to start from a clean source each time you build it. [03:03] ScottK, hum.. i ran dpkg-buildpackage without modifying the source after a apt-get source php5... i'll try it again just to make sure [03:03] ScottK: Yer some kinda freakin' genius. Thanks! [03:10] ScottK: One other stupid question. It's definitely doing things now, and I'm using the rules.tiny. but it's trying to run tests as part of the makefile in the check: target. Any clues as to how I should turn that off? it's trying to contact a dbus socket for network-manager, which blows fairly big chunks in a pbuilder chroot :) [03:12] Should I just patch the makefile to remove the target? [03:18] ScottK: strange... here's the steps to repo it... apt-get source php5 && cd php5-5.2.10.dfsg.1 && fakeroot ./debian/rules configure && fakeroot ./debian/rules clean .... and the unpatching fails [03:18] maybe it's because i'm calling t he rules tasks manually heh [03:22] sbalneav: It'd be better to see if there's a variable you can pass to the build to disable tests, but otherwise patching the tests out would work. [03:24] well, imma heading out... the more i look at this problem, the more i think it's a bug... i'll look at it some more later... happy holidays everyone [03:31] sbalneav: You're supposed to be able to pass 'nocheck' to and skip checks, not sure exactly how you do that in this case. [03:38] Hmm, well DEB_BUILD_OPTIONS=nocheck doesn't seem to do it... [03:38] and dpatch-edit-patch patch foo gives me: dh: Unknown sequence unpatch (choose from: binary binary-arch binary-indep build clean install) [03:45] Not sure of the details. Sorry. [03:47] NP! Thanks for the help! [03:47] I'll just keep banging at it with the ball-peen hammer 'till it works :) === _stink__ is now known as _stink_ [03:56] what would be a version for 1.80 beta1 release when the stable one is going to be 1.80? 1.80~b1-0ubuntu1? [03:57] That would work. [04:19] ScottK: got it. Just followed https://wiki.ubuntu.com/PackagingGuide/Python to the very letter. Thanks for all the help! [04:19] No problem. Glad it worked out. [04:23] Since there's so few of us edubunters, and we've lost laserjock :( I'm gonna go for motu [04:23] sbalneav: why not go for edubuntu-dev? they should have their own upload rights infrastructure soonish, right? [04:23] I'm already maintaining the sabayon package, and just updated irssi-plugin-xmpp today [04:24] this is my first package from scratch. [04:24] maco: That I'm not sure of, I'd have to check with highvoltage. [04:25] archive reorg means instead of motu / core-dev, its switching over to general / ubuntu desktop / ubuntu server / kubuntu / edubuntu / blah blah blah [04:25] kubuntu desktop and ubuntu desktop at least are done with being setup i think, but i dont know about edubuntu [04:28] well, either edubuntu-dev or motu, my packaging-fu has to improve :) hence, my diddling tonight. And cnetworkmanager's such a delightful little tool. Controlling network manager from the command line's more my thing anyway :) [04:28] wait what? [04:28] thats possible? AWESOME [04:28] I'll push it to my ppa [04:29] uno momento por favor [04:29] maco: you haven't seen cnetworkmanager before? [04:29] you're missing out :) [04:29] but yeah, it's a full blown CLI networkmanager client [04:29] jdong: i just use ifup! [04:29] lol *eyerolls* ;-) [04:30] well i did silly things to my system due to a broken cd drive (installed on 64bit machine, kept the 64bit /etc to avoid reconfiguring krb/openafs/vpn, then moved the disk to 32bit machine) [04:31] so a lot of stuff is kinda broken *shrug* including knetworkmanager reporting that there's already a client running [04:31] wow! [04:31] * maxb installs cnetworkmanager [04:31] https://edge.launchpad.net/~sbalneav/+archive/ppa [04:31] i dont care to debug it because 1) its certainly pebkac 2) i can workaround it easy enough [04:31] for karmic [04:32] (other things that break when doing that: i have to use startx and audio is busted. i totally do not recommend keeping a cross-arch /etc) [06:37] maco: when would u get the time to help finish with that vmbuilder that you helped me start off? [06:38] yeah.... i think someone pointed out that the package included quilt hooks and that i should thus back up and explain it the quilt way instead of the normal way [06:39] oh oh [06:39] which means we get to do it again all over? [06:39] i dont remember how far we got [06:39] we got as far as actually editing the diff for the correct directories [06:40] ok [06:40] the diff was written to correct the bug when it was actually installed [06:40] so make a debian/patches directory in the package [06:41] we didn't get that far [06:41] the last time, the edited debdiff didn't work on dry run [06:41] pastebin your edited one [06:42] because my edited one did :P [06:42] oh i think there was one line where the whitespace was off... [06:42] huh [06:42] okay [06:42] wait [06:42] I did the whole thing again [06:42] ok [06:42] and I donno if the result showed that it worked or not :P [06:42] huh? [06:43] wait, I'll get you what it said [06:44] Hunk #1 succeeded at 26 (offset -1 lines). [06:44] patching file VMBuilder/plugins/libvirt/templates/libvirtxml.tmpl [06:44] thats a complete success ? [06:44] yes [06:45] * nigel_nb blushes [06:45] ok, so what do I do next? [06:45] now make a debian/patches directory in your source package [06:46] inside the debian directory rite? [06:46] well if inside the debian directory, then simply patches [06:46] and set: export QUILT_PATCHES=debian/patches [06:46] (may want to just plain put that in your .bashrc) [06:47] where in the .bashrc does this go? [06:47] anywhere [06:47] done [06:47] then itll be set for you all the time when you're working on packages [06:48] ah okay :) [06:48] if you didnt run that command on its own though, do so [06:48] the patch? [06:48] the export... [06:48] since .bashrc takes effect on new shells (or after you run: source ~/.bashrc) [06:49] it say set:: command not found [06:49] extra :? [06:49] dont put the word set: [06:50] just [06:50] export QUILT_PATCHES=debian/patches [06:50] okay, my stupdity, sorry [06:50] done [06:50] dtchen says i should point out that "source" is *only* an ok command to use in bash, dont put it in scripts [06:51] meaning I have to run in manually? [06:51] no meaning if youre making scripts for a packge, dont use the command "source" [06:52] oh okay [06:53] e.g., http://pastebin.com/d1fb25a21 [06:54] ah, that way :) [06:55] source command actually updates bash? [06:55] nigel_nb: No, source command only exists in bash, not in sh [06:56] jmarsden: oh okay, but what is its exact function? [06:56] from bash(1): Read and execute commands from filename in the current shell environment and return the exit status of the last command executed from filename [06:56] It reads lines of a file and executes them as you they were right there in your script [06:57] nigel_nb: help source [06:57] now, why didn't I try help, I tried man [06:57] thanks guys :) [06:58] nigel_nb: For bash internal commands, use help, for external commands, use man :) [06:58] I always refer to man, because not everyone uses bash(1) [06:58] never realized that, now I'm embarassed to know how much of a newbie I actually am :( [06:59] dtchen: well, someone who uses source without thinking about it probably *does* use bash :) [06:59] hence why I use man page references :-) [07:01] okay, what next? [07:05] maco: off to bed? [07:05] nigel_nb: by the way when dtchen says bash(1) he means "man 1 bash" [07:06] soon, yes. feeling rather sick [07:06] after this cup of tea [07:06] how free are you on sunday? [07:07] busy. school projects and a dinner outing [07:07] in a sense we're in the same boat [07:07] I'm out with cold [07:07] worked all night [07:07] now its 12:37 PM [07:07] i feel like the top of my head is trying to kersplode off. i think i have a sinus infection :( [07:07] strange, I got up yday at someting like 4 PM [07:08] oh oh [07:09] get to a doc soon [07:09] or get some tylenol sinus (not sure if its OTC) [07:10] i have lots of sudafed, ill be ok :) [07:11] been off the clinic note stuff for quite some time, dont remember the cold drugs :( [07:11] in real life, I work as a medical transcriptionist [07:31] maco: want to do this later? :) [07:31] yeah [07:31] thought so, and I feel guilty keeping you up when u're sick [07:31] some time on sunday? [07:31] as i said busy sunday [07:32] maybe saturday? [07:32] well its technically saturday now [07:32] but i mean the saturday evening that comes in 15 hours :P [07:32] well, its saturday afternoon for me now [07:33] and I got work tonight [07:33] :( [07:33] which extends to next week [07:35] how about some time next week then, if u're free [07:42] maco: ? [07:42] ok [07:42] are you in au or nz or something? [07:42] go to bed :) [07:42] timezones are confusing. [07:42] hehe its almost 3am here [07:42] a little way too ahead [07:42] on saturday [07:42] I'm in India [07:42] ah ok [07:43] 2:42 [07:43] I know [07:43] I added you to my clock [07:43] ah ok. i just have europe in my clock list [07:43] its 1:15 here :) [07:43] and I'm fatigued [07:43] I'm a little more ahead of "that" time :P [07:44] btw, I did mail you sometime last week [07:44] or I think I mailed you, from LP [07:46] I'm off then, catch you later :) [07:51] fabrice_sp, if you are around did you still have some merges you wanted a hand with, im running our of sync requests [07:52] mannyv, I have an upgrade [07:52] let me check [07:52] :-) [07:52] well: merge/sync [07:53] oh i was going to say i havent done an upgrade before [07:53] uim: I upgraded it for Karmic, and now, Debian has a newer version [07:54] it's a kind of 'messy' package [07:54] well i could give it a shot, about time i got my hands dirty [07:55] unstable has 1.5.7 (because of a build dependency), and Lucid 1.5.6 :-) [07:55] * fabrice_sp has to check if he has more merge/sync waiting in MoM [08:04] mannyv, you can also have a look at hydrogen [08:05] I had a quick look, and it should be a merge [08:05] ok uim and hydrogen [08:05] yes [08:05] and I've just seen that porthose stole me a sync! ;-) [08:06] so for any contributor: remember to ask previous uploader, before working on a merge or a sync [08:07] * fabrice_sp goes back to sponsoring :-) [08:16] fabrice_sp, I was having a look at cyrus-sasl2-heimdal and there is no difference between the ubuntu and debian package http://pastebin.com/f38ce0ad9, except for the standard maintainer/original-maintainer fields. It builds fine but I cant do a test install because one of its depends is waiting for a merge [08:17] it should have been a sync and not a merge last time too [08:17] which depends? [08:18] Depends: libsasl2-modules (>= 2.1.23.dfsg1-3) but 2.1.23.dfsg1-2ubuntu1 is installed [08:22] hmm: this package is in main... I can't help you more than saying: ask to zul to see if he is willing to work on the merge again [08:23] ok i will talk to him next time he is around, and i am awake, good night =) [08:23] good night :-) [08:23] by the way: did you put in MoM that you are working on hydrogen and uim merge? [08:25] Did it for you :-) [10:13] Is there any reason why Raul http://packages.debian.org/source/squeeze/raul and Flowcanvas http://packages.debian.org/source/squeeze/flowcanvas have not yet been pulled from squeeze into Lucid? Is there a proper way to request these? [10:13] stochastic, are they 3.0 source format? [10:13] * stochastic isn't sure what that means [10:13] by the way, what about bug 479156? [10:13] Launchpad bug 479156 in ubuntustudio-menu "gnome-app-install instead of ubuntu-software-center" [Undecided,In progress] https://launchpad.net/bugs/479156 [10:14] hmm, flowcanvas is 1.0 format :-/ [10:14] fabrice_sp, that has been committed for Lucid's codbase [10:14] no idea then [10:14] u-u-s has been subscribed. So you want someone to review it? [10:15] it's still in progress [10:15] fabrice_sp, I'm not sure what to mark that bug [10:15] do want your debdiff to be sponsored? [10:16] fabrice_sp, I've committed the code changes to the bzr branch of ubuntustudio's seeds, but for it to be fixed in Karmic, someone else will need to push the debdiff [10:16] I don't have the upload privileges [10:16] oh, for karmic. so it's a SRU [10:17] yeah, but I'm not sure if the bug deserves a SRU fix for karmic [10:17] * stochastic hasn't ever filed an SRU before [10:17] you should subscribe ubuntu-sru team, then [10:17] !sru [10:17] Stable Release Update information is at http://wiki.ubuntu.com/StableReleaseUpdates [10:17] just follow the guide ;-) [10:17] fabrice_sp, do you think that bug deserves an SRU? [10:17] let me check [10:18] or should it just get fixed in Lucid and be left at that? [10:18] not sure it's worth a SRU [10:18] that's what I was thinking [10:18] what do think ubuntustudio members? [10:19] ??? who are you asking? [10:20] I can raise the issue at the next Ubuntu Studio Developer's meeting (Dec 13th) [10:23] fabrice_sp, so what's the proper way to request Raul and Flowcanvas? [10:26] new packages should have been synced. Ask an archive admin, because I don't know [10:27] fabrice_sp, do you know of any archive admins that would be around? [10:27] as autosync needs now more handholding as in the past, I get the impression it's get done less frequent [10:31] geser, would you know any archive admins that would be responsive a this time on a saturday? [10:33] stochastic: https://wiki.ubuntu.com/ArchiveAdministration#Archive%20days [10:34] have to go. Bye [10:34] nobody on the weekends, unless you are lucky to reach one of them and presuade him [10:35] geser, okay thanks. I'll wait [11:34] stochastic: raul and flowcanvas (among others) are on their way in now [11:45] anyone familiar with python-central around? [11:50] mvo and doko, but they're not around :) [11:50] POX too [11:50] geser: what's up? [11:50] bug 490731 [11:50] Launchpad bug 490731 in distribute "python-setuptools: import setuptools returns ValueError: ("Missing 'Version:' ...)" [Undecided,New] https://launchpad.net/bugs/490731 [11:53] hmm, when thinking more about it, isn't this more a dpkg problem? I remember something about changing a directory into a symlink [12:02] geser: sounds like a bug in the package [12:02] it should rmdir the directory in preinst I think [12:02] yes, "A directory will never be replaced by a symbolic link to a directory or vice versa;" (policy 6.6.4) [12:15] cjwatson, thank you very much! [12:26] grr, flowcanvas failed to build [13:00] hmm, on this build log: http://launchpadlibrarian.net/36472094/buildlog_ubuntu-lucid-i386.flowcanvas_0.5.1-1_FAILEDTOBUILD.txt.gz there's a line that says "sh: gcc: not found" what could be causing gcc not to be found on a compile? [13:02] stochastic: that line appears in all build logs, you can ignore that [13:03] "error: 'uint32_t' has not been declared [13:03] looks like a missing include (or a missing define) [13:03] geser, yeah, it looks like it's a compiler issue with the code. It built fine in Debian. [13:03] stochastic: debian still uses gcc 4.3 by default, right? Ubuntu has gcc 4.4 [13:04] * stochastic checks debian, but knows we use 4.4 [13:04] yes, that's correct [13:04] did you do a testbuild before requesting the sync, didn't you? [13:05] no, I was just eager to start building higher level packages [13:06] geser, so the proper way to go about fixing this is to file a 'fails to build' bug on flowcanvas, get a patch cooked up, then make a debdiff? [13:07] yes, and forward it to debian and upstream. Debian will have the same problem once it moves to gcc 4.4 [13:07] okay, will do. === Zic_ is now known as Zic [16:14] i'm working with the ubuntu studio developers trying to package lv2 apps for lucid [16:14] but i don't think i've set up my pbuilder correctly for using lucid [16:14] it doesn't seem to find the new lv2 apps already in lucid for building these new ones [16:15] can someone answer a few questions about setting up pbuilder for newer releases [16:17] this is the information that i've been following: https://help.ubuntu.com/6.10/ubuntu/packagingguide/C/gs-pbuilder.html [16:18] ScottL: do you have universe enabled in your pbuilder? [16:22] geser, to be honest, i'm not sure i did update pbuilder with --othermirror "deb http://archive.ubuntu.com lucid universe mulitiverse" [16:25] geser, are you talking about settings in ~./pbuilderrc? I just found this in the wiki for pbuilder [16:25] better check inside your pbuilder (pbuilder login) if universe is enabled (e.g. by looking at /etc/apt/sources.list) [16:40] geser, i loging into the pbuilder and found sources.list but I don't know how to open it, gedit, less, vi, nano all don't work [16:41] cat or install less (apt-get install less) [16:45] geser, i forget about cat and quite frankly i didn't think to try apt-get inside the chroot environment, but I should have, brb [16:46] a pbuilder chroot is very minimal so everything you need you have to install [16:46] geser, using cat it i found that it only includes the main repository, so I could echo "deb etc, etc lucid universe" >> /etc/apt/security.list no? [16:47] but how would I save the changes under the chroot? [16:47] obviously i need to read up on the chroot instead of just the pbuilder stuff [16:47] either that (but then you need pbuilder login --save-after-login) or use the steps on the pbuilder wiki page [16:48] i'll try the login --save-after-login....man, thanks a million [16:49] When a library bumps it's SONAME (libfoo1 -> libfoo2), and I bump it in control, do I have to add a conflicts or a replaces for libfoo1 ? [16:50] no, that way you can have libfoo1 and libfoo2 both installed (unless you have a file conflict) [16:50] ryanakca: Usually, yes. If the two libs can coexist on a system, no. [16:50] ScottL, have a look at pbuild-dist in ubuntu-dev-tools, I find it handy for managing multiple pbuilders :) [16:50] jmarsden: How can I find out if the can coexist? [16:50] ryanakca: Try installing them both and see if they conflict :) [16:51] jmarsden: lovely :) [16:51] ScottL: btw your nick is pretty close to ScottK :) [16:57] porthose, I read about that and I look forward to having that as I dabble in backporting jack, ardour, celt, ffado for ubuntu studio [16:57] porthose, but i want to keep it simple until i feel like i have thing a little more under control ;P [16:58] ScottL, cool :) [16:58] geser, yeah, our last names even have the same number of syllables :D [16:58] oh, it appears that it's working btw thanks you guys, big time help [17:00] hmm... what the other tool similar to cowbuilder/pbuilder ? [17:01] cbuilder? something like that... [17:01] sbuild? [17:01] yea! thx. [17:02] What are the benefits to use it instead of cowbuilder& [17:43] qnix, the real advantage of sbuild is that you can use it with LVM snapshots [17:44] so, the chroot is never corrupt or something? [17:44] I've never had problem with my current setup. (not using snapshot) [17:45] it really depends which technology you prefer [17:45] i prefer cowbuilder since my space isn't limited. [17:46] hi [17:46] I would like to know if there's a template page for the laptop tests on the wiki [17:46] Currently, My build machine is a openvz vm, so I guess sbuild will not bring me any benefit. [17:47] It works well, and I can move my build machine anywhere easily. [17:47] Anyway, will try sbuild a day for sure. [17:48] libqinfinity bumped its SONAME from 1 to 2 between 1.0~beta3-1 and 1.0~beta4-1, are these the correct conflicts? http://paste.ubuntu.com/335401/ [17:56] doing a merge using grab-merge. i updated the files that appeared in the REPORT file under the debian folder, but apart from that i do not see any other changes that need to be made. does this mean i need to raise a sync bug? [17:57] the patches under debian/diff still apply. [18:02] ryanakca: why the conflicts at all? [18:03] fcuk112: which package did you work on? [18:03] geser: it's dash. [18:04] geser: Wait, I don't need them now that I look at it, I didn't want an old version of libqinfinity-dev to be installed alongside libqinfinity2, so I would just need to have a conflicts between libqinfinity2 and libqinfinity1 so that the two don't get installed together. [18:05] ryanakca: can't they both be installed at the same time? [18:06] geser: Well, wouldn't having libqinfinity-dev and both libqinfinity1 and libqinfinity2 installed at the same time cause confusion? If I had libqinfinity-dev installed and upgraded to libqinfinity2, I would want to make sure libqinfinity-dev got upgraded too [18:07] fcuk112: the files mentioned in the REPORT are files that MoM can't merge itself (listed at Conflicts). This files need human action. But they might be other changes which MoM could apply itself (like new patches in debian/patches) [18:08] geser: there's no debian/patches folder, just debian/diff - i checked those and they still appear to apply (no changes). [18:08] geser: so i just updated 2 files which appeared in the REPORT file. [18:08] geser: so no additional changes to add in the changelog => should it be a sync? [18:10] fcuk112, you should be asking yourself, in debian/changelog what changed to caused the initial delta :) If the change that caused the delta is still needed then merge the package if not sync it :) [18:10] fcuk112: then check if the other Ubuntu changes got included in the Debian package [18:12] ryanakca: only if you care about users, the buildds will pick up the latest available version [18:12] ryanakca: Generally you want the libraries themselves to co-installable for transition purposes. [18:12] geser, ScottK: OK. So no conflicts / whatsoever? [18:12] conflicts/replaces [18:15] no [18:15] geser: these are the previous ubuntu changes: http://pastie.org/729226. how do i check if these have been applied in the debian package? [18:17] what about the changes from -2ubuntu1? [18:18] geser: http://pastie.org/729232 [18:18] you should have a patch with all the Ubuntu delta (or look at LP for the changes between each upload) and check if the debian/changelog mentions them (you might also look into the changed files) [18:19] geser: these changes have been picked up in the new version. [18:21] fcuk112: if I don't know what is left after the merge attempt from MoM, I create a debdiff between the Debian version and the MoM version and look what is inside [18:22] geser: OK, thanks. === yofel_ is now known as yofel === s0nix is now known as qnix [19:45] is debhelper 7.3.16 somehow specially changed than 7.3? [19:52] how do i build a package that depends on sudo-ldap, i need to export SUDO_FORCE_REMOVE=yes, i tried doing this in my preinst script but this didn't work === RainCT_ is now known as RainCT [20:21] s there any way to have a package export an environment variable exported before conflicting packages are removed? [20:23] *is there any way to have a package export an environment variable before conflicting packages are removed [20:31] jgoppert: It's probably better if you explain what problem you are trying to solve. [20:37] i was trying to create a meta-package for ldap client that had sudo-ldap and other packages, but sudo-ldap requries that you export SUDO_FORCE_REMOVE=yes, i tried to put this in the hsl-desktop.preinst file but it didn't run before the conflicting packages were removed, which triggered the sudo-ldap.prerm script that check for the exported variable [20:40] i asked over at debian-mentors and was told to just give up on sudo-ldap and try to use pam [20:41] Probably good advice, although it's not really a part of the system I know a lot about. [20:45] well thanks for you input Scott [21:45] if i want to package a vimrc.local file in a meta package for my workstations how should i install it? [21:47] the meta package doesn't have a makefile, should i just put the install command in debian rules? [21:50] yes [21:50] thanks === wolverine is now known as Guest39184 [22:57] Have few questions about packaging. anyone willing to help ? [22:58] Guest39184: Try asking the questions. People will respond if they know the answer [22:58] ok is there any skeleton script for rc scripts in debian ? [22:59] or are any special requirements for rc scripts ? [23:01] sorry.. by debian i mean ubuntu of course :) [23:10] can anyone pls confirm that this applies also to ubuntu ? http://www.debian.org/doc/debian-policy/ch-opersys.html#s-sysvinit [23:15] Guest39184: Sort if. We use upstart instead of sysvinit, but it's got a compatibility mode, so that should work. [23:18] I am trying to create a package for a software that does not use autoconf but just a plain makefile. I created package skeleton with "dh_make -s -c gpl" but i do not know how to tell in rules file that makefile is located in src/ directory not in package root. Any ideas ? [23:27] either "cd src && make" or "make -C src" [23:35] geser, thx works great [23:38] I understand that in install target of makefile binaries should be copied to $(DESTDIR)/bin and configuration files to $(DESTDIR)/etc. Is this correct? Where should I copy man pages ? [23:42] $(DESTDIR)/usr/bin ($DESTDIR is usually debian/tmp as the staging directory for packaging building) [23:43] mighty geser, as lively as ever, especially at that time :) [23:43] Hi sebner :) [23:52] so binaries to $(DESTDIR)/usr/bin and manpage to $(DESTDIR)/usr/share/man/man8 [23:53] If they are in section 8, yes. [23:57] I would like to create a package for 10.04 release. Which version of ubuntu should I use to create the source package?