/srv/irclogs.ubuntu.com/2009/03/26/#ubuntu-motu.txt

Laneymotu-release folks: How do you determine whether a library has new features?00:02
Laneyhttp://gitorious.org/projects/git-python/repos/mainline/blobs/master/CHANGES <- we currently have 0.14.100:03
ScottKLaney: It's got features.00:05
LaneyScottK: That's what I thought00:05
Laneythanks00:05
ScottKDoes it have rdepends?00:05
Laneydunno, just looking at the u-u-s queue00:06
Laneyno00:06
ScottKMight be worth doing.  Dunno.  It looked like mostly fixing.00:06
Laneyandersk: ^^ (about bug 337460)00:07
ubottuLaunchpad bug 337460 in python-git "Repo.commits_between() always returns None" [Undecided,New] https://launchpad.net/bugs/33746000:07
Laneyjpds: apologies for not uploading u-d-t myself00:12
Laney:(00:12
* Laney is using bzr builddeb for the first time00:20
james_w\o/00:21
* porthose thinks bzr builddeb rocks 00:22
* directhex wonders what's wrong with good ol' cvs00:22
Laneywait00:24
Laneyguh, it didn't work00:24
james_wwhat went wrong?00:27
LaneyI guess the branch is borked somehow00:28
slangasekdirecthex: there are copious blogs and case studies on the Internet that answer that question; perhaps you'd like to troll the author of one of those, instead of trolling here :P00:28
Laneyhttp://dpaste.com/19307/00:28
Laneymaybe it's not set up for builddebbing or something00:29
Laneylooks like it checked out the wrong version00:29
* Laney fails00:29
* Laney should read docs before trying things00:29
=== Andre_Gondim-afk is now known as Andre_Gondim
Laneyhah00:34
Laneybroken get-orig-source and watchfile00:34
Laneynice(!)00:35
Laneymuch better00:41
=== funkyHat is now known as England
=== England is now known as funkyHat
leonelscottK what means the  X in the packages in the tables in  https://wiki.ubuntu.com/MOTU/Clamav01:53
ScottKleonel: It means they don't exist in that release.01:53
leonelscottK Ok ..01:53
=== Andre_Gondim is now known as Andre_Gondim-afk
rippsDoes anybody know why automake would freeze and consume large amounts of ram in a build environment, but not in normal desktop environment?02:35
=== Amaranth_ is now known as Amaranth
fabrice_spHi. bug Bug #277926 still happens in Jaunty, and is fixed in debian Unstable's version. Is it better to apply the fix to actual jaunty's version or request a sync for synfigstudio? (as we are in Beta Freeze)03:58
ubottuLaunchpad bug 277926 in synfigstudio "synfigstudio crashed with SIGSEGV in Gtk::Tooltips::set_tip()" [Undecided,Confirmed] https://launchpad.net/bugs/27792603:58
dtchenfabrice_sp: the fix linked from comment 20 would be the way to go04:02
dtchenfabrice_sp: i.e., apply it to jaunty's existing source package04:03
fabrice_spdtchen, ok. That's what I thought. This way, I can fill a SRU for intrepid after. By the way, this package FTBFS (Bug #336583). Should I update the debdiff in that bug report to add this patch?04:04
ubottuError: Could not parse data returned by Launchpad: timed out (https://launchpad.net/bugs/336583/+text)04:05
ScottKfabrice_sp: Yes.  Combine the changes into one debdiff.04:05
fabrice_spwill do. Thanks!04:06
dholbachgood morning05:58
fabrice_spHey dholbach06:02
fabrice_sphow are you this morning ;-)06:02
dholbachhi fabrice_sp - very good, thanks06:02
dholbachhow 'bout you?06:02
fabrice_spgood too :-)06:03
fabrice_spcould you please have a quick look at bug #348160?  Someone else put a debdiff, and we 'disagree' on using quilt or not ;-)06:04
ubottuLaunchpad bug 348160 in kallery "libmagick10 transition to libmagickcore1" [Undecided,Fix released] https://launchpad.net/bugs/34816006:04
fabrice_spjust to be sure I'm not totally wrong06:04
iulianHeya dholbach, fabrice_sp.06:05
fabrice_spHey iulian ! :-)06:05
dholbachhiya iulian06:05
dholbachfabrice_sp: autotrace clearly just patches the source directly06:06
fabrice_spdholbach, that's exactly what I saw :-) I'll wait his answer then. Thanks ;-)06:07
* fabrice_sp hugs dholbach 06:07
dholbachfabrice_sp: I generally feel that if you're not maintaining the package yourself, it's not worth adding a patch system06:08
fabrice_spdholbach, ohh. ok. Anyway, I'll also ask him to report the fix to debian, so that next time, we can just sync06:09
dholbachsounds good06:09
* dholbach hugs fabrice_sp back06:09
fabrice_sp:-)06:10
=== santiago-ve is now known as foursixnine
=== foursixnine is now known as santiago-pgsql
=== santiago-pgsql is now known as santiago-ve
didrocksgood morning o/06:54
a|wenmorning didrocks06:59
didrockshey a|wen07:05
DanMcGoohi07:22
RAOFSomeone's quite likely to want to help you here :)07:23
RAOFYou need some packaging help?  What with, and have you already read the packaging guide?07:26
DanMcGooActually I am trying to build my first debian package07:26
DanMcGooI am quite advanced and I almost finished it07:27
DanMcGoobut I have one problem07:27
DanMcGoo/usr/bin/install -c -D -m 755 .libs/libOpenDRIMCommon.so /home/guillaume/DEB/test/libopendrim-common-1.0.3/debian/tmp/usr/lib/07:27
DanMcGoothis line make one error because the usr/lib directory does not exist under debian/tmp07:28
RAOFHave you written that?  What is trying to execute that?07:29
DanMcGooactually it is trying to execute it07:30
ttxDanMcGoo: it's your "make install" that executes that ?07:32
DanMcGooyes07:32
DanMcGooactually the install section have been entierly rewritten by my predecessor07:32
ttxDanMcGoo: then it means make install doesn't create directories on targetdir if they are missing07:32
RAOFSo, you'll need to fix the makefile.07:32
DanMcGooyes correct07:32
ttxyou can workaround that by adding usr/lib in a "debian/dirs" file07:33
DanMcGooso i should do an "install -d DIRECTORY" right ?07:33
DanMcGooreally ?07:33
DanMcGooit will create it automatically ?07:33
ttxwell, it depends on what your rules file looks like07:33
ttxif its CDBS it will07:33
DanMcGooautogenerated by dh_make07:34
ttxif its debhelper then you'll need dh_installdirs in there (should be there)07:34
DanMcGooit's there07:34
ttxso the dirs trick should do it. Though you should rather fix your makefile, since you control both sides :)07:35
ttxDanMcGoo: otherwise it will fail on anyone deploying in something else than /07:35
DanMcGoobut I read this from the Ubuntu Packaging guide: "You only need to use dh_installdirs if your package needs to ship empty nonstandard directories"07:36
ttxyes, that's why it's a workaround. Proper fix is to patch the makefile07:36
DanMcGoook I c07:37
DanMcGoothanks for the help ^^07:37
ttxnp07:37
DanMcGooso actually I have another question07:39
DanMcGooI added install -d /usr/lib07:39
DanMcGoowhat will happen if I do a ./configure --prefix=/usr ?07:39
DanMcGooit will create a /usr/usr/lib directory ?07:39
ttxDanMcGoo: it obviously depends on what your configure/makefile make of it... but I thnink the make install DESTDIR will be overridden correctly07:45
=== ogra_ is now known as ogra
=== ZehRique is now known as ZehRique[Sleepin
gnunezrHello... Any MOTU around for a (I hope) quick question :)?08:21
ttxgnunezr: just ask and you may be answered.08:23
gnunezrOk... I have a debdiff for a bug in launchpad, but I'm not sure how to proceed...08:23
gnunezrNot even sure if this is the right place for such a question08:24
gaspagnunezr: did you already upload the debdiff on LP?08:24
gnunezrUh... Nope08:24
ttxgnunezr: https://wiki.ubuntu.com/MOTU/Sponsorship/SponsorsQueue might help08:24
gaspattx: embarassed? :D08:25
ttxuh.08:25
gaspattx: am I so scary?08:25
ttxI knew it might help, but so quick, I'm impressed.08:25
gonzalo_oops... sorry ttx... xchat just died on me08:26
Toadstoolgood morning08:32
gonzalo_ttx, gaspa: Uh... I don't see the bug listed in the Sponsors Queue. The bug in question is LP #107668, in the 'gnome-mount' package.08:35
ubottuLaunchpad bug 107668 in gnome-mount "Setting an invalid mount point can make a removeable media unaccessible" [High,In progress] https://launchpad.net/bugs/10766808:35
=== gonzalo_ is now known as gnunezr
gaspagnunezr: so, when you think you tested enough your patch, (1) attach it to the bug report,(2) set it as confirmed, and (3) subscribe ubuntu-{main,universe}-sponsors to the bug.08:37
ttxgnunezr: there is already a developer assigned to it08:37
gaspauh, right08:38
gaspagnunezr: talk with pitti, then. :P08:38
gnunezrttx, gaspa: Ok... So, I just add a comment in the bug report addressed to him?08:39
ttxgnunezr: sounds good.08:39
gnunezrttx: Ok, cool... Thanks both ttx and gaspa :) G'nite/G'day (depending on where in the world are you ;) )08:40
gaspa...and in which part of the day we use to sleep...08:41
gnunezrlol... Indeed!08:42
gnunezrthanks! l8r08:43
binarymutantdholbach, did you mean the copyright was wrong?09:02
dholbachbinarymutant: no, you said that the last patch was "reversed"09:03
dholbachbinarymutant: I don't think that's true09:04
binarymutantdholbach, the first one I had posted was09:04
dholbachbinarymutant: the copyright stuff the new patch wants to change for example is in the patch already09:04
dholbachbinarymutant: http://paste.ubuntu.com/138086/09:06
dholbachwhatever the new patch is supposed to do, it fails to apply09:06
dholbachand the old patch applied cleanly (and I did not have to use "-R")09:06
binarymutantdholbach, this bug needs to be closed, this debdiff was already applied from bug #347346 and I think thats why its reversed09:09
ubottuLaunchpad bug 347346 in charm "sync charm from Debian, do python transition" [Undecided,Fix released] https://launchpad.net/bugs/34734609:09
dholbachbinarymutant: ok, just close it then :)09:11
binarymutantsorry about that, how do I close it? change status to fix released?09:12
dholbachor invalid, yep09:13
dholbachno worries09:13
binarymutantty ty09:13
a|wenwhat is the procedure for security-updates in universe?10:16
a|wenas a MOTU do i still subscribe motu-swat / ubuntu-security? and what status should i use (can't seem to find that info)10:18
siretart`kees: -^^10:20
a|weni've gone with triaged now and subscribed motu-swat ... please let me know, if i can/should do someting more myself10:51
dholbachwho of you would like to give a 15 minute demo of something to do with packaging some time in the next month? something like "updating a gnome package" or "what dh_install --list-missing can do for you" or "not going nuts with quilt"12:10
dholbachit's for the packaging training sessions we're planning12:10
maxbnot going nuts?12:24
dholbachmaxb: or "avoiding pain with quilt" or something - whatever :)12:25
maxbah, right :-)12:25
=== azeem_ is now known as azeem
a|wenmdeslaur: ping13:11
ScottKa|wen: There's a wiki page (don't recall exactly which) that tells you what to do with bug status and such to make sure they pick it up.13:15
mdeslaura|wen: yes13:16
a|wenmdeslaur: also about the patch tagging; when they are applied inline, should the ubuntu-applied-patches be inside or outside the debian dir?13:17
mdeslaura|wen: when they are applied inline, just include the urls and bugs in the changelog as you've been doing13:18
mdeslaura|wen: I've never done the "ubuntu-applied-patches" directory13:19
mdeslaurof course, if there is one already, than put your patches in it13:19
a|wenmdeslaur: so generally making a specific link to the patch if that is possible ... i'm working on the fix for the last two squirrelmail CVE's as you mentioned13:21
mdeslaura|wen: yeah...if we discover a bug in a patch, it'll be easier to figure out where we got it from. It's also easier to review if there's a link.13:22
mdeslaura|wen: cool!13:22
a|wenmdeslaur: makes sense ... this time around it is upstream svn revisions, so they should be easy to locate13:23
a|wenScottK: i've found the wiki page about it ... but it doesn't mention anything about statuses13:26
mdeslaura|wen: did you see my comment about the odd line in the hardy mediawiki debdiff?13:26
ScottKa|wen: I think they have to be In Progress to show up on their filter, but mdeslaur would know better.13:26
mdeslauryes, our script pulls bugs that have "In Progress" and a patch attached13:27
mdeslauryou also need to check "This attachment is a patch" when you attach a debdiff13:27
ScottKa|wen: If you've got a wiki page that doesn't say that, please edit.13:27
a|wenmdeslaur: ahh, thanks! that was the info i needed13:27
mdeslaurhttps://wiki.ubuntu.com/SecurityUpdateProcedures13:27
mdeslaurstep 7 of "Preparing an update"13:28
a|wengot it... some other places were referencing the standard sponsorship procedures, and that is somewhat different13:29
a|wenmdeslaur: just looked at your comment to the patch... it should be good enough13:31
mdeslaura|wen: ok, I'll push it out as-is then13:31
mdeslaurthanks for looking :)13:32
a|wenmdeslaur: i need to add to the end of the file, but as it doesn't have a newline the diff needs to contain a removal of the last line and a re-insert13:32
a|wenagreed, it does make things look kind of strange :)13:32
mdeslauroh! that line is diff-generated?13:33
mdeslaurCuriously, I've never seen that before :)13:34
a|wenmdeslaur: exactly, the "\no newline" is diff-generated13:34
* mdeslaur learns something new today :)13:35
* a|wen did that as well :)13:35
=== thekorn_ is now known as thekorn
=== Tonio_ is now known as tromdr_kevin
=== jrib is now known as Guest12154
=== tromdr_kevin is now known as Tonio_
a|wenmdeslaur: do you want to include the two other security fixes in the squirrelmail dapper ... or is it so far in the process, that is should wait till it is done and then make a new update?14:45
=== ZehRique[Sleepin is now known as ZehRique
=== Pici` is now known as Pici
=== Kmos is now known as Guest55775
=== Guest55775 is now known as Kmos
=== persia_ is now known as persia
=== davroman1ak is now known as davromaniak
=== ssweeny_ is now known as ssweeny
=== cprov is now known as cprov-lunch
directhexmotu-release, i choose you!16:21
=== Andre_Gondim is now known as Andre_Gondim-afk
=== cprov-lunch is now known as cprov
=== ogra_ is now known as ogra
=== statik` is now known as statik
Turlhi, can you guide me on patching with cdbs?17:13
jpdsTurl: https://wiki.ubuntu.com/PackagingGuide/PatchSystems#CDBS%20with%20Simple%20Patchsys17:17
Turlthanks jpds17:17
jpdsTurl: Life is a lot easier with simple-patchsys.17:18
TurlI'm having a problem with sbuild17:53
Turlit doesn't build my package because it says 'amd64' is not in 'all'. but all means all!17:53
slytherinneed some help from licensing experts. the luatex package does not contain a 'COPYING' file. Instead COPYING is a symlink and the target does not exist. What should I do about it?17:54
slytherinTurl: can you paste your debian/control file in pastebin?17:55
Turlslytherin: it's untouched from the original package in the repos, http://paste.pocoo.org/show/109742/17:56
slytherinTurl: looks fine to me. it's weird that you are getting that error.17:57
slytherinTurl: I am not much familiar with sbuild, so can't help much. :-(17:57
Turlslytherin: postr_0.12.3-1ubuntu2.dsc: amd64 not in arch list: all -- skipping17:57
Turlnp17:57
TurlI'll see if PPAs build it17:57
slytherinTurl: have you tried with pbuilder?17:58
Turlnope slytherin17:58
sistpoty|workslytherin: as luatex is (mainly) GPL, repack the orig.tar.gz and add a copy of the GPL (and inform upstream, seems to have been a mistake)17:58
=== Czessi_ is now known as Czessi
slytherinsistpoty|work: that looks like a lot of work to me as of now. I was just trying to rebuild it against latest libpoppler.17:59
sistpoty|workslytherin: then you shouldn't have asked what you should do about it :P18:00
slytherinsistpoty|work: I was expecting something like "file a bug in debian". :-D18:01
slytherinsistpoty|work: by the way, the debian/copyright is a bit complicated. So it doesn't look like it is mostly GPL.18:03
Turlany motu in here?18:07
slytherinTurl: quite a few18:09
sistpoty|workslytherin: but the missing link seems to be the GPL, as (from a quick glimpse) only the GPL is missing in the tarball18:10
sistpoty|workslytherin: e.g. LGPL is in some subdirectory18:11
slytherinsistpoty|work: I will take a look after I finish working on other packages.18:11
ScottKThe joys of upgrading.19:18
ScottKI upgraded my test server to Jaunty today and mail didn't work.19:18
ScottKIt turns out that a Python module update I did a month ago I forgot to upload.19:18
hyperairlol19:21
=== nxvl_ is now known as nxvl
ScottKFortunately it didn't take me long to find an archive admin to accept it.19:23
hyperairhow nice19:24
ScottKNormally one doesn't approve their own uploads, but since Universe stuff isn't be scrutinized, just waved through it was easy.19:25
directhexoh. erm... looks like the security team need to work on sun-java19:27
hyperairwhat's wrong with it?19:27
keesdebdiffs welcome.  :)19:27
=== slytherin1 is now known as slytherin
directhexhttp://sunsolve.sun.com/search/document.do?assetkey=1-66-254571-119:28
directhexBuffer Overflow Vulnerabilities in the Java Runtime Environment (JRE) with Processing Image Files and Fonts may Allow Privileges to be Escalated19:28
slytherinhggdh: do you plan to package Anjal for intrepid as well?19:28
directhexjust got a critical mail from the university security team about it19:28
keesdirecthex: switch to openjdk-6 instead?19:28
keeshttps://launchpad.net/ubuntu/+source/openjdk-619:28
directhexkees, well, yes, but the packages in the archive as-is are vulnerable19:29
keesnot openjdk-6.19:29
directhexkees, true19:29
kees(but yeah, sun-java needs an update)19:29
directhexpoor doko19:29
jdstrandsun-java is multiverse, community supplied debdiffs are most welcome19:30
hggdhslytherin, I am not sure yet19:30
directhexi'm not a java packager, and it doesn't affect me. i was just mentioning it. let me check if there's an open bug19:30
slytherinjdstrand: how is anyone supposed to provide debdiff for binary only packages?19:30
hggdhslytherin, srag and I are considering it, but we will need to rebase the Evo/EDS patches to Evo/EDS 2.2419:31
directhexnope. i'll file a bug. it's a start19:31
slytherinhggdh: Ok. May be I can provide packages in my PPA.19:31
hggdhslytherin, or, perhaps, we could ask for an "anjal" PPA -- it would make things easier, all in one place19:32
* hggdh is not sure how to proceed on having a team PPA19:33
jdstrandslytherin: one needs a relationship with sun IIRC. it's their licensing that keeps it from being officially supported, which is why kees recommended openjdk19:33
slytherinhggdh: or since it is targeted at small screens, ask mobile-team to provide the packages in their PPA.19:33
hggdhslytherin, indeed19:33
directhexokay, Bug #349135 filed19:34
ubottuBug 349135 on http://launchpad.net/bugs/349135 is private19:34
directhexrelevant people can determine which releases need fixing19:34
keesdirecthex: please "public" it :)19:34
slytherinjdstrand: I know. My question was reply to your quote "community supplied debdifs are welcome". It is not possible to patch sun-java packages.19:34
jdstrandif a community member were so inclined to provide updated packages (version bump and all), they could be uploaded and reviewed19:34
jdstrandslytherin: s/debdiffs/updated packages/19:35
slytherindirecthex: only java 6 packages are affected.19:35
slytherin:-)19:35
slytherinno, wait. I misread. even java5 is affected.19:35
directhexyeah19:35
directhexslytherin, i should re-file against sun-java519:36
directhexthere19:36
slytherindirecthex: yup, a separate bug is better.19:36
directhexoh, is it? bugger :(19:38
directhexi made the bug multi-package19:38
slytherindirecthex: I was talking from tracking point of view. And also java5 is affected by only one issue. java6 is affected by both.19:39
directhexbah, i suck19:40
slytherincan anyone please confirm bug 349146?20:04
ubottuLaunchpad bug 349146 in human-icon-theme "Logout icon looks like shutdown" [Undecided,New] https://launchpad.net/bugs/34914620:04
hggdhslytherin, I am sending an email to the mobile team asking about using their PPA20:07
slytherinhggdh: you will have to be team member20:08
hggdhslytherin, yes, I understand that. I hope, at least, you are... but I am asking anyway. At least I tried ;-)20:08
hggdhI personally doubt I would be accepted, since I have no track record on mobile thingies20:09
slytherinhggdh: i am not a team member20:10
slytherinhggdh: you can try asking in #ubuntu-mobile20:12
hggdhslytherin, heh. This may make it a bit more difficult20:12
hggdhand yes, good idea. Getting there now20:12
c_kornslytherin: the icon for logout is different than the one for shutdown20:15
slytherinc_korn: are you using human icon theme?20:15
c_kornslytherin: yes, but I use an updated fusa20:16
c_kornslytherin: https://launchpad.net/~getdeb.packages/+archive/ppa20:16
c_kornthis one is proposed for jaunty20:17
slytherinc_korn: it is not just fusa, if you remove it from panel, the logout option in the system menu also has icon that looks like shutdown.20:17
c_kornslytherin: http://www.ubuntu-pics.de/bild/11599/screenshot_001_pyR6I0.png20:18
c_kornshutdown has a different icon20:18
c_kornbut it is still confusing, you are right20:18
slytherinthat is why I said the icon is 'similar' to shutdown icon. :-)20:19
c_kornslytherin: is this a human-icon-theme bug or fusa bug?20:19
slytherinc_korn: human-icon-theme. because the icon itself is wrong in the theme. so if a user is not using fusa, he will have problem even in system menu.20:20
c_kornok20:20
c_kornslytherin: confirmed20:22
slytherinc_korn: thanks20:22
=== calc_ is now known as calc
datagin a few days i'm releasing a Qt4 based game. altough i'm trying to provide a linux-generic package (including libs) i would like to provide an ubuntu package as well. i'm uncertain if i should build a package on my own or if a package maintainer could have a look at it. some advice?20:51
directhexdatag, you'd need to get enough interest out of a packager if you expect them to do the work for you20:54
datagdirecthex: i guessed that :) which is the right way to do this? ask here in irc or should i create kinda ticket (tracker) for package-request?20:55
slytherindatag: at this point a new package will not enter ubuntu. So it will be hard to convince people here to work on the package. You can try building the package on your own and add it to your PPA if you have launchpad account.20:58
slytherindatag: what would be even better is package it for Debian and get someone sponsor it. Ubuntu syncs all the packages in Debian at the start of new development cycle.20:59
=== tjaalton_ is now known as tjaalton
datagslytherin: ah, thank you for that advice. i think i'll first try to build a deb package on my own and provide it to a debian maintainer21:00
dataganother thing, might be a bit offtopic: building generic binary packages is a hell. i've tried to use ubuntu as a base copying shared libs into my archive. i guess this isn't a good idea? ;)  (a better method might be to build stripped dependencies (libs) on my own and provide these)21:03
slytherindatag: what do you mean by generic binary package?21:08
datagslytherin: a package which does not depend on a specific distribution by providing most needed shared libs (sdl, qt4) and running the app with LD_LIBRARY_PATH=my_libs21:09
slytherindatag: then why not provide a statically compiled binary?21:10
datagslytherin: yep, that's another way i'm currently thinking of... maybe this would be the best solution.21:11
datagslytherin: thank you so far. hope i get my Cmake-hell working with static linking qt4 and sdl.. oh, he is gone21:17
directhexbe very careful about licensing when using static compilation tho21:27
datagdirecthex: my app is open source (GPLv3) and libSDL and Qt4 do not have any restrictions for this case AFAIK21:28
datagi hope so21:28
macoqt4 which version?21:28
datag4.521:28
datagwas there a change in policy recently?21:29
maco4.5 is LGPL21:29
macoup to 4.4 was GPL or commercial only21:29
datagmaco: anyhow, if i provide the sources it doesn't really matter, doesn't it?21:30
macodont think so21:30
macono idea on libsdl's licensing21:30
directhexif sdl is 2-only, you have an issue21:30
macoexactly21:30
datagoh dear21:31
directhex2-only is not compatible with 3+21:31
directhex2+ is21:31
datagSDL is distributed under GNU LGPL version 221:32
datagso my option of statically linking is gone :/21:33
directhexLGPL2 or 2.1?21:34
directhexand 2 or 2+?21:34
directhex"The Simple DirectMedia Layer library is currently available under the GNU Lesser General Public License (LGPL)  version 2.1 or newer. "21:35
directhexthat's okay then21:35
datagdirecthex: god bless :) thanks21:36
directhexyou have the option when using l2.1+ to license the whole thing as 2+21:36
directhexhttp://fedoraproject.org/wiki/Licensing#GPL_Compatibility_Matrix is a reasonable matrix21:37
dataggood resource21:38
=== IVBela1 is now known as IVBela
RainCTbtw, I'll be away next week (going to Italy :))22:05
directhexbut italy's full of italians :'(22:09
directhexoh, hi hanska!22:09
=== erhesrhsrtb54vyh is now known as Elbrus
RainCTdirecthex: yeah...22:16
RainCTpeople like norsetto :/22:17
RainCTbah, he isn't online :P22:17
directhexi know :(22:17
dtchendirecthex: rsync instead of scp22:20
directhexdtchen, ECHAN22:20
dtchendirecthex: intentionally ECHAN. it's not Ubuntu development-related.22:21
dtchenas in: my recommendation is not Ubuntu development-related.22:21
directhexbug confirmed, btw22:22
=== Snova__ is now known as Snova
directhexdamn, i'm unoriginal. already filed as Bug #21874122:25
ubottuLaunchpad bug 218741 in openssh "scp cuts UTF8 filenames by bytes instead of characters" [Low,Triaged] https://launchpad.net/bugs/21874122:25
=== jtechidna is now known as JontheEchidna
=== Guest12154 is now known as jrib
rippsCan someone lead me to some resources on how to make virtual packages.22:31
dtchenmeaning equivs or real virtuals?22:33
rippsdtchen: Not sure, I'm trying to create a package that will pull in a bunch of plugins automatically.22:34
azeemripps: that's not virtual22:35
azeemthat's meta22:35
cjwatsonripps: your problem may be that you're searching for a term that means something else in our world. The term we use for what you want is "metapackages"22:35
rippsazeem, cjwatson: thanks, that might be my problem22:35
azeemripps: usually, you would just add that binary package to debian/control of the source package building all thos plugins22:36
rippsazeem: I have a package that builds ~20 seperate packages. I like it like this, but I also want a metapackage to pull them all in simultaneously22:37
azeemsee my above line then22:38
rippsazeem: Do I have to manually add all the binary packages to it's Depends line, or can I just leave it blank?22:44
azeemripps: if you want a package which depends on those plugins (i.e. a meta-package), you will have to add those plugins, yes22:54
azeem...to the Depends22:54
=== asac_ is now known as asac
=== Snova_ is now known as Snova

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