/srv/irclogs.ubuntu.com/2009/09/29/#ubuntu-motu.txt

zookoSo, I think I'm going to advise the folks on tahoe-dev to add http://ports.ubuntu.com to their /etc/apt/sources.list if they want PowerPC binaries...00:03
=== milli` is now known as milli
RoAkpersia: ping00:27
mase_wk_morn all00:45
RoAkTheMuso: ping00:53
jdonghaha ok well that makes btrfs / work... though not in the prettiest of ways.02:07
jdongyay diverting grub-probe.02:07
mase_wk_i'm having some problems building a kernel package on 8.04 which will automatically run update-initramfs. I am passing the --initrd flag to make-kpkg but that does not seem to be the way to do it. Can anyone point me in the right directi on ?02:11
tgm4883in the files in debian/ can I do release specific files such as postinst.karmic?02:42
StevenKtgm4883: Nope.02:44
tgm4883bummer02:44
tgm4883thanks StevenK02:44
=== e-jat is now known as ejat
=== micahg1 is now known as micahg
slangasekAnAnt: you were pinging me yesterday?  More effective if you say what you're looking for, saves a round trip...05:51
fabrice_spdyfet, ping06:08
fabrice_spjust to know if you're still working on bug #438450 (still in Progress, but debdiff attached)06:09
ubottuLaunchpad bug 438450 in sqliteodbc "On arm, at least, builds with libsqlite0 instead of libsqlite3" [Undecided,In progress] https://launchpad.net/bugs/43845006:09
=== santiago-ve is now known as Guest80334
=== Guest80334 is now known as fourisixnine
=== fourisixnine is now known as foursixnine
=== Tonio__ is now known as Tonio_
fabrice_spScottK, about Bug #424576. Is it mandatory a second motu-release ack, as per the FFe process? Or as delegate, you acked it twice?06:40
ubottuLaunchpad bug 424576 in chef "Chef new upstream version 0.7.10" [Medium,Confirmed] https://launchpad.net/bugs/42457606:40
ScottKfabrice_sp: The latter.  It's approved.06:41
fabrice_spok. will have a motu look then. Thanks!06:42
dholbachgood morning06:49
fabrice_spGood morning dholbach !07:15
dholbachhiya fabrice_sp07:16
fabrice_spScottK, do your ack to chef extend to a required dependency? Bug #420674 is required to have chef working correctly. Or it's better to subscribe motu-release for a specific FFe?07:37
ubottuLaunchpad bug 420674 in libmixlib-config-ruby "Update libmixlib-config-ruby to new upstream version 1.0.12" [Undecided,New] https://launchpad.net/bugs/42067407:37
_AndrewHow do you make a build-depends package optional07:56
_AndrewAnyone know?07:56
Amaranth_Andrew: optional as in only for a certain arch?07:58
AmaranthOtherwise you can't07:58
_Andrewyes07:58
Amaranthah, iirc it's libgtk2.0-dev [amd64]07:59
_AndrewSo if it is lpia it shouldn't use a certain package07:59
AmaranthI don't remember how to do "all but amd64" or whatever though07:59
_Andrewah07:59
AmaranthPerhaps [!lpia]?07:59
_Andrewok thanks I'll give it a try07:59
maxb[!amd64] iirc07:59
Hobbseeyeah, it's that08:00
_Andrewoh ok08:00
_AndrewActually one more question08:00
_AndrewWhat's the best way to detect the arch in the rules file. Because I just remembered I have to make sure it doesn't set the flag too08:00
Amaranth_Andrew: dpkg --print-architecture08:01
maxbshouldn't you use DEB_BUILD/HOST_ARCH or whatever for that?08:01
AmaranthProbably08:02
AmaranthDEB_HOST_ARCH is safer08:02
* RAOF remembers reading something about these variables, but can't remember what. Maybe the last couple of months worth of debian-devel archives will have something interesting?08:03
_AndrewSo..  if ( DEB_HOST_ARCH == "lpia")  ?08:04
_Andrewoh, actually that's no problem looks like I was wrong, no need to set the compiler flag08:06
_AndrewThanks for the help then08:06
wrapsterI get this msg... after dpkg-buildpackaged.. Failed to sign .dsc and .changes file08:29
wrapsterHow do i sign them?08:29
av`wrapster, debsign -kKEYID *.dsc08:31
wrapsterok...08:31
YokoZarwrapster: make sure you have the GPG key for the email address that's at the top of the changelog too08:34
wrapsterok08:34
=== highvolt1ge is now known as highvoltage
moldyhi09:00
moldysometimes (depending on bug state?), lp shows a state change menu where you can change state and comment in one step. but for "new" bugs, it seems you have to take 2 steps...09:01
wrapsterYokoZar: while dpkg-buildpackage itself i specified -kKEYID yet it says it cannot sign09:06
wrapsterKEYID is a 8digit alphanumeric right?09:07
wrapsteror the PGP sign?09:07
=== dholbach_ is now known as dholbach
YokoZarnot sure09:08
wrapsterhmm09:08
=== asac_ is now known as asac
directhexwrapster, yes, KEYID is the 8-digit hex value of your key09:19
=== cjwatson_ is now known as cjwatson
rippsI need some help, I'm trying learn some basic debelper without cdbs, and I'm trying to create a library pacakge for libmpdclient2. What's the proper method of creating a -dev package?09:58
rippsfyi, I use dh-make to make the template for /debian10:00
joaopintoripps, there is nothing like looking into an existing one :)10:00
joaopintoripps, also check: http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html10:01
rippsDo I have to manually do the installing of the -dev files, or does automake allow me to install some of that automatically?10:03
joaopintoI am a bit lost on your question, the files that you need to package into the -dev are usually built from the regular app build process,10:04
joaopintoas for the installation, that depends on the app build system, and how you layout your build and install rules10:04
joaopintoripps, packagning libraries is not an easy way to learn packaging :)10:05
rippsjoaopinto: I'm not just doing this for learning, I need to make a library package for a team ppa, several packages now use a new library that hasn't been packaged before.10:05
joaopintoah ok :P10:06
rippsBut, I figured I'd take this oppurtunity to steb away from cdbs and level up my packaging skills10:06
maxbThe proper method of creating a -dev package is much the same as creating any other single-source-multiple-binary packaging, other than knowing which files belong in which binary package10:07
maxbdoesn't dh-make give you a pretty thorough template?10:07
maxb(you ran dh-make in library mode, yes?)10:08
rippsmaxb: yeah, except it made an empty package. So I had to uncomment dh_install, and it started working, but it's saying there was no files in /usr/include for the -dev package. And I know that isn't right, and I just wanted to know I was supposed to manually add it the rules, or I just screwed up something in the building process10:12
maxbyou should probably take a moment to read 'man dh_install'10:14
maxbSeems a bit silly that it would be commented out in the generated rules file, if *.install files are part of the example10:16
rippsmaxb: okay, by default, the dh-make library template tries to make two seperate packages, using *.install to define them, which implies the use of dh_install. However, when it creates the rules file, it doesn't uncomment the dh_install10:17
rippsI smell bug10:17
maxbyou could file a bug if you felt like it10:17
rippsSo, I guess I'm going to have to add several commands to move various files to their proper debian/tmp/* directories10:18
maxbare you?10:19
maxb    $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install10:19
maxbsays my template10:19
maxbshould take care of it all10:20
rippsI did that, but it didn't seem to install any of the the -dev files10:20
maxbbetter figure out why your Makefiles are broken then :-)10:21
rippsThe developer used automake1.1010:21
rippsthe Makefile.am is unglodly long and confusing, wanna take a look?10:23
* maxb wonders how obscure this software is that I can't find it on Google10:24
rippsmaxb: it's only availible at git.musicpd.org10:25
rippshttp://git.musicpd.org/cgit/master/libmpdclient.git/10:25
maxbdoesn't look overly horrendous to me :-)10:26
mok0maxb: I agree10:28
mok0ripps: the author has created some local targets that's all10:28
rippsmok0: ah, where? I'll create a patch.10:29
mok0ripps: you don't need to patch AFAICS10:29
mok0ripps: what's the problem? I don't have the scrollback10:30
rippsmok0: when using the dh-make library template, it doesn't install any of the files into debian/tmp, despite the fact that everything else setup to use it. Uncommenting dh_install fixed it, but it fails, because it can't find any of the files necesary for the -dev.instal pacakge10:31
maxbalthough I notice that the upstream has apparently completely changed their buildsystem between the last release tag and current head10:31
mok0ripps: Ah dh_make....10:32
rippsmaxb: I'm aware, and I'm trying to compensate10:32
mok0ripps: Here is what I like to say about dh_make:10:32
maxbbasing on what? the tag or head?10:32
mok0DON'T USE IT!10:32
mok0:-)10:32
mok0ripps: did you try using cdbs?10:32
rippsdon't use dh-make?10:32
mok0ripps: right, it sux bigtime10:33
rippsmok0: I'm alreay familiar with cdbs, but I'm trying to learn some basic debhelper10:33
maxbeww. cdbs.10:33
maxb:-)10:33
maxbHere's what I like to say about cdbs:    DON'T USE IT!   :-)10:33
_Andrewlol10:33
mok0ripps: if you're lucky, an autotools project can be installed with a 3 line cdbs file10:33
rippsif push comes to shove, I'll just use cdbs, but I keep hearing people say that dh7 should work without cdbs10:34
mok0maxb: why?10:34
mok0The dh_make templates are full of bugs, and the multi-arch template doesn't work at all10:34
mok0dh_make templates puzzled me a lot when I was first learning packaging, I thought there was something wrong with my thinking... turns out now I understand it, that the templates are screwy10:36
maxbcdbs look like it should make things easy, but sooner or later you end up needing to become an uber-guru in Makefile syntax to figure out what on earth it's doing10:36
mok0maxb: true, if something out-of-the ordinary needs to be done, you're on your own10:37
mok0maxb: however, examining /usr/share/cdbs/1/* usually clears up any problems10:37
mok0maxb: Fact is, you can do anything with cdbs10:38
maxbyeah.... but the more out of the norm you are, the more of cdbs you chuck away and do it yourself :-)10:38
mok0maxb: but sometimes the rules file becomes as long as the straight dh_* calls, and then it's not worth it10:38
joaopintoIMHO cdbs is cleaner for general build cases10:38
mok0joaopinto: exactly10:39
maxbThat was cdbs's big win, but dh7 competes rather nicely on that stage10:39
rippsI hear there's a method to make a rules file with one command using dh710:39
mok0joaopinto: ... and less likely to get you in trouble with the REVUers10:39
mok0ripps: there is10:39
mok0#/usr/bin/make -Bf10:40
mok0%:10:40
mok0dh $@10:40
joaopintodebhelper seems better for complex builds, because it's already complex for general builds :P10:40
mok0joaopinto: lol10:40
rippsdh $@10:40
rippsheh, I'll try that and see if it works10:40
mok0ripps: you need the line before too10:41
mok0ripps: "%:"10:41
rippsI know, I found the example with all 3 lines for the file10:41
maxbah, I've never seen make -B used like that before10:41
mok0maxb: it's part of the sneaky secret10:42
rippsdamn, it still aborts10:42
mok0maxb: IMHO, cdbs is easier... no perl spaghetti to understand10:42
rippsdh_install: libmpdclient-dev missing files (usr/include/*), aborting10:42
mok0ripps: a bug in your .install file10:43
rippswhy doesn't it install the include files10:43
mok0ripps: because they are not where you say they are10:43
* maxb wonders if ripps has forgotten to ./configure --prefix=/usr10:43
rippsoh, I'm so used to cdbs handling that for me, I suppose it never occured to me10:44
mok0ripps: you realize, of course, that cdbs uses dh_* behind the scenes?10:45
rippsgeez, this isn't about what's more efficient or easier, I'm trying make this into a learning experience. Never hurts to have more knowledge10:46
mok0ripps: kk10:47
maxbripps: btw, I seem to have muddled together a working packaging whilst we've been discussing it10:47
rippspastebinit, good to take a look at good example files10:48
maxbhttp://paste.ubuntu.com/281157/10:51
rippsI can just delete the /usr/share/pkgconfig line fromt the -dev.install, right?10:51
maxbwell sure, it's not installing anything there10:51
maxbI'm not 100% clear on the difference betweek lib/pkgconfig and share/pkgconfig10:52
rippswell, dhmake does a nice job of setting up a template for all the files in debian/, but it just sucks at the rules file.10:52
rippslol, awesome, my rules is only 5 lines10:53
rippsit works!10:53
rippshad to do an override, though10:53
maxbwhat for, ooi?10:54
rippshttp://pastebin.com/f34acec6a10:54
rippsso that it would run autogen with --prefix=/usr10:54
maxbhm10:54
rippsnow that's zen... packages look good too10:55
maxbusually the orig tarball would come with autogen stuff pregenerate10:55
maxbd10:55
maxbbut as you're packaging from git, I guess that's a reasonable stratecgy10:55
rippsI don't, because since my is daily-ppa-bot built, sometimes new files need to be cleaned and regenerated, so it's just easier to run autogen every time I build10:56
rippskeeps things cleaner from my end10:56
rippsespecially since I backport across several versions of ubuntu, and each one has different versions of libtool, automake, etc.10:57
ripps*sigh*, now I just need to finish the documentation in debian/10:58
maxbremember that hardy doesn't have a debhelper that supports overrides10:59
maxband make sure your control file build-depends on debhelper (>= 7.0.50) to reflect this11:00
wrapsterafter i changed the changelog im getting this http://pastie.org/63468811:01
maxbyes?11:02
maxbso I guess you told it a keyid you don't have the secret key for11:02
rippsmaxb: don't worry, I already have updated debhelper and other files in dependency ppa11:09
maxbThere must be so many backports of debhelper in various ppas :-)11:09
maxbI have my own11:09
rippsyeah, my build-depends ppa has only 2 packages I made and around a dozen I've copied from various other ppas11:10
wrapstermaxb: here is what i've did... http://pastie.org/63469811:16
=== ogra_ is now known as ogra
maxbIt is almost always incredibly incorrect to be generating a key as root11:18
dyfetfabrice_sp: sorry missed your ping...?earlier?  the debdiff finishes #43845011:27
mok0Hrmmph, pull-lp-source stopped working11:29
fabrice_spdyfet, np: I saw it was not the right timezone :-) You should have put the bug report as confirmed, then11:37
fabrice_spI'll do it for you, anyway11:37
dyfetfabrice_sp: sorry. you are correct...I should have changed it to confirmed :)11:38
ScottKfabrice_sp: It did not apply to that.  I'll have a look.11:38
fabrice_spScottK, ok. Thansk :-)11:38
fabrice_spdyfet, done. This way, some sponsor will have a look ;-)11:39
dyfetfabrice_sp: it was late, and I missed that...11:39
fabrice_spdyfet, np ;-)11:40
ScottKfabrice_sp: Approved.11:43
fabrice_spdyfet, do not add a patch system when Debian maintainer has done changes directly in the source. Also, report to Debian, to see if they are willing to adopt the change :-)11:44
fabrice_spScottK, thanks!. I'll check it then.11:45
dyfetfabrice_sp: ah...ok11:46
=== santiago-ve is now known as Guest2025
sistpoty|workhi folks12:05
highvoltagehi sistpoty|work12:08
sistpoty|workhi highvoltage12:08
mok0What do you do when upstream steals your work?12:27
Laneysteals?12:28
mok0Laney: yeah, I wrote a manpage for a package, and in a subsequent release, upstream has changed a few bytes, and removed the accreditation12:28
Laneypresumably they can't remove your copyright attribution12:29
arahello #ubuntu-motu, want to help testing some Karmic beta images? http://iso.qa.ubuntu.com12:29
mok0Laney: there was only the usual blurp about who wrote the manpage in the AUTHORS section, no copyright mentioned there12:30
Laneymok0: I'm sure if you ask them nicely to put it back they wil12:30
Laneyl12:30
mok0Laney: I sent him patches including the manpage for inclusion in his distribution12:30
rippsOkay, I'm trying to build my *.changes files for my libmpdclient with my ppa-bot, but I keep getting something that's interfering.  http://paste.ubuntu.com/281213/12:31
mok0Laney: I did write to him about a week ago, no reply12:31
mok0Laney: I am just wondering whether I should patch it back in the package12:32
Laneythat would look rather odd12:35
mok0It would, that's why I am rather annoyed12:36
mok0ripps: can you paste the part of the Makefile that's being executed?12:37
mok0ripps: ah I see it now12:37
iulianErr.  What is wrong with Launchpad today?  I've got loads of OOPSes.  Error ID: OOPS-1368F133412:37
ubottuhttps://lp-oops.canonical.com/oops.py/?oopsid=1368F133412:37
mok0ripps: that construction in line 6 is wrong12:38
rippsmok0: I didn't make it, dh $@ did.12:38
mok0ripps: is dh creating some kind of weird file name with a space ?12:39
ripps*shrugs*12:39
rippsfta is the one who wrote ppa-bot, I know it uses bzr-builddeb, but other than that, i don't really understand the finer points on how it works12:40
mok0ripps: where does that ">= 2.0.0~git" ... etc come from?12:40
rippsmok0: that's generated from some git-orig-sourc: stuff12:41
mok0ripps: hmm12:41
=== Zic is now known as Guest74942
mok0ripps: looks like you need to talk to fta12:46
rippsmok0: unfortunely, he always seems to be out or asleep when I'm active :/12:47
=== yofel_ is now known as yofeel
mok0ripps: hehe12:47
=== yofeel is now known as yofel
c_kornwhere can I find the reason why a package has been dropped in Ubuntu ?12:55
c_kornthis package only exists in dapper: http://packages.ubuntu.com/dapper/knowledgetree12:56
mok0c_korn: there must be a bug in LP12:56
rippsmok0: woot, adding a blan override_dh_clean: fixed it... something musth be up with it. the ppa-bot might be using a variable with the same name as the dh_auto_clean wrapper uses.12:56
rippss/blan/blank/12:57
mok0ripps: sounds plaucible12:57
mok0plausible rather12:57
geserc_korn: https://edge.launchpad.net/ubuntu/+source/knowledgetree/+publishinghistory: (From Debian) RoM; unused and unmaintained12:57
sistpoty|worknooo, they removed the knowledge tree. No more fruits of knowledge for me :(12:58
sistpoty|work*g*12:58
mok0It wasn't even removed, it was autoremoved12:59
sistpoty|workthis doesn't make my joke better though :P13:00
mok0Au contraire, it makes it spooky13:01
sistpoty|workheh13:04
mok0Heh, take a look at this: http://www.wired.com/culture/education/magazine/17-09/st_sinmaps13:06
mok0OT sorry13:06
c_kornhm, currently there is no one active in #cmake. so maybe someone here know how to add a library to be added to the linker with cmake. (in make I would just define LDFLAGS="-lc"). there is something called TARGET_LINK_LIBRARIES in cmake but then I would have to find out each target. I just want to add a library to each linker call and let -Wl,--as-needed do the rest13:22
rippsmok0: I give up, I'm switching to cdbs. It's never given me any issues with my ppa-bot yet.13:26
mok0ripps: I told ya' :-P13:31
=== Quintasan1 is now known as Quintasan
=== paulproteus_ is now known as paulproteus
=== Guest2025 is now known as foursixnine
=== rmcbride_ is now known as rmcbride
=== qnix` is now known as qnix
schierbeckHi there! I'm trying to package an extremely simple app consisting of 1 shell script -- is there a dead-easy way to do it? The only dependency is "git-core"15:18
schierbeckIt's mainly the rules file I'm nervous about15:18
slytherinschierbeck: It depends on the way you want to do it - right way or easy way?15:21
schierbeckslytherin: they can't be the same? :-)15:23
schierbeckslytherin: I'd rather avoid autotools15:23
slytherinschierbeck: autotools will not come into picture if you are not using them.15:24
schierbeckslytherin: perfect! what's the right way then?15:24
joaopintoschierbeck, a common cdbs rules will do15:24
joaopintoit's a 2 lines debian/rules, assuming you just need to install the shell script somewhere15:25
slytherinschierbeck: simplest way will be to have blank 'build' target. and 'binary-indep' target will just include one dh_install command to instal the file in appropriate place.15:25
joaopintoslytherin, that is complex compared to cdbs :)15:25
slytherinjoaopinto: I know. While I love CDBS, not everyone does. :-)15:26
schierbeckI've used CDBS a long time ago, so I think it's alright -- which two lines do I need?15:26
joaopinto#!/usr/bin/make -f15:27
joaopintoinclude /usr/share/cdbs/1/rules/debhelper.mk15:27
joaopintoand that's all, if you need to install, just create a debian/packagename.install with the list of files to install according to dh_install syntax15:27
joaopintosource_file target_install_dir15:27
schierbecke.g. git-ignore bin ?15:28
schierbeck(my package is called git-ignore)15:28
joaopintosource_script_path usr/bin ?15:28
schierbeckjoaopinto: can I include usr?15:29
schierbeckshouldn't I use some env var?15:29
joaopintoschierbeck, no, install targets are full pathnames15:29
joaopinto.deb contents are extracted into the root dir15:30
schierbeckok, so just "git-ignore /usr/bin"15:31
joaopintoright15:31
joaopintodon't forget build-depends on cdbs15:31
schierbeckjoaopinto, slytherin: ok, i'll try to see if it works! thanks!15:32
bddebianHeya gang15:36
sistpoty|workhi bddebian15:36
bddebianHi sistpoty|work15:36
ulysses__greetings15:45
schierbeckjoaopinto, slytherin: it works like a charm! thanks, guys! https://edge.launchpad.net/~dasch/+archive/ppa/+packages15:48
joaopintoschierbeck, yw :)15:49
iulianHi bddebian.15:54
bddebianHeya iulian15:56
RobOakesIs there anyone who could help a newbie packager figure out digital signing and PPAs?16:54
ScottKRobOakes: #launchpad is probably a better channel for that.16:55
RainCTRobOakes: Maybe, just ask16:55
RobOakesI've got a python source package and was able to successfully get it to compile into an unsigned package using the steps in the Python Tutorial.16:57
RobOakesdpk-buildpackage -us -uc16:57
RobOakesI'm not sure what options I need to use so that the package will be signed and ready to upload to a PPA.16:58
RainCTRobOakes: Use "debuild -S -sa" (without the "-sa" if it's an update of a package that's already there) instead of dpkg-buildpackage. That'll take care of the signing, as long as your name and address is in the newest entry in debian/changelog and matches an existing private key on your system17:00
RobOakesRainCT, is there a way to specify which private key it should use?17:01
RainCTRobOakes: yes, -k<your email address or key ID>17:01
RobOakesOkay.  That seems doable.17:01
RobOakesSo the command would look like: debuild -S -sa -k <Key ID>17:02
RainCTYes (if it doesn't try removing the space after the "-k"). (But don't leave stuff with other people's name as uploader if you have changed it. You can get your nam into the changelog by updating it with "dch", as long as you've defined the DEBFULLNAME and DEBEMAIL environment variables correctly).17:03
ScottKRobOakes: No space between the -k and the keyid17:03
RobOakesThanks.  I am updating the change log and putting a tes together now.17:07
RobOakesSince I know absolutely nothing about ssl, can a package be signed using a PGP key rather than an SSH key?17:11
wrapsteris there a way to check the progress of dpkg-buildpackage?17:18
jdongit's in progress until you get your shell back.17:19
jdongbut no, more information other than that is buildsys dependent17:19
RainCTRobOakes: Package are signed with PGP keys, not SSH ones.17:19
jdongcmake is nice enough to have a percentage display. Otherwise, take a good guess :)17:19
wrapsterjdong: hmm17:19
lfaraoneIf I have a package that uses the python cdbs rules, and a new upstream release contains more than one setup.py (one tarball contains separate KDE and GTK frontends), how can I have cdbs put each in its own binary package?17:19
RobOakesThanks RainCT, does the type of encryption on the PGP key matter17:42
fabrice_spRainCT, can you give me advocation powers in REVU?17:46
=== Guest74942 is now known as Zic
sbeattieis there a motu-sru around who can ack or nack the zsync SRU in bug 420931?18:36
ubottuLaunchpad bug 420931 in zsync "zsync crashes with SIGSEGV when updating dvds" [Medium,In progress] https://launchpad.net/bugs/42093118:36
=== nxvl_ is now known as nxvl
slytherinanyone using moovida here on karmic?19:26
wrapsteri was able to build binutils successfully with a few changes but they were only reflected in the debian/<pkg>/path/to/changes when i dpkg -i the resulting .deb i was not able to find them?19:30
wrapsterhow is it possible? can anyone please help?19:31
=== santiago-ve is now known as Guest18245
=== keffie_jayx_ is now known as keffie_jayx
wrapstercould anyone answer my question pls19:44
=== Quintasan1 is now known as Quintasan
joaopintowrapster, are you doing the changes prior to the dh_install call ?19:51
wrapsterjoaopinto: well this rules file does not have a dh_install cmd at all..19:54
wrapsterguessing its picked up from somewhere19:54
joaopintohum, it's cdbs ?19:55
joaopintohello masterkernel, not sure you recevied the message that kernelcheck is no longer able to retrieve the latest kernel source19:59
wrapsterjoaopinto: so how do i go ahead and resolve it.. ive tried all i know.. nothing works... im a newbie as well...a bad combo20:00
wrapster:(20:00
masterkerneljoaopinto: i did get it, it's just that with school and all i have no time to create a patch. i'll be working on one in increments in the following month20:00
joaopintook, np :)20:01
wrapsterjoaopinto: what can i do now?20:01
c_kornwrapster: pastebin the debian/rules please20:03
wrapsterc_korn: its a 780lines file20:03
c_kornwhat ???20:03
wrapsteri tried doing it but gave it up20:03
wrapsteryeah20:03
c_kornplease pastebin it, now I am interested20:03
wrapsterc_korn: hee hee... ok20:04
wrapsterwill let you know once its done20:04
wrapsterc_korn: http://pastie.org/63549720:08
wrapsterc_korn: here you go20:08
wrapsterc_korn: now can you tell me where the heck if i make my changes will it work? and why?20:09
wrapsternot anywhere else?20:09
wrapsteri was making my changed in the build-indep: by creatating another dependency...20:09
c_kornholy ...20:10
c_korn$(install_script) debian/binutils.postinst $(d_bin)/DEBIAN/postinst20:10
c_kornthis debian/rules does not make use of debhelper scripts20:10
wrapsteryeah..20:11
wrapsterso how do i understand where to make my changes?20:12
wrapsterim rusty with scripts that use debhelper itself.. in such cases ... thats all :(20:12
wrapstercould i append another dependency to PHONY and define rule for it hoping it will work?20:14
wrapsterwhat i want to do is essentially to create symlinks20:14
=== highvolt1ge is now known as highvoltage
c_kornwrapster: try to add dh_link in line 39120:18
wrapsterdh_link there and debian/binutils.lists (<source path> <dest path> )20:19
wrapsteris it so?20:19
c_kornwrapster: it is debian/binutils.links20:20
wrapsterok... sorry typo20:20
wrapster391 as in --> after the :# Remove windres manpages OR in place of it?20:22
wrapsteri mean below : or above it to make it independent20:22
c_kornwrapster: line 391 is empty. put it there20:23
c_korn(I am referring to your pastebin)20:24
=== jdong__ is now known as jdong
wrapsterc_korn: thats what i'm looking at 391 is not empty20:24
wrapster390:: # Remove windres manpages20:24
wrapster391:rm -f $(d_bin)/usr/share/man/man1/windres.120:25
c_kornwrapster: http://pastie.org/635497 line 39120:25
c_kornthe line before: touch install-stamp20:25
wrapsterthats 399 even in the pastie link you provided...20:26
wrapster:)20:26
wrapsterok will do that..20:26
c_kornwrapster: http://www.ubuntu-pics.de/bild/26046/screenshot_001_x2BOgO.png20:28
wrapsterwow.. thats interesting..20:28
wrapsteranyway i've done it at that place itself.. thanks for your efforts in making me understand.. now i only hope it works20:29
wrapsterthe build was successful but there was no change ...20:41
wrapsterdebian/binutils has nothing created in it20:41
LLStarksis the ubuntu keyserver down?20:55
ryanakcaLLStarks: I seem to recall someone mentioning it was a known issue yesterday. Try using a different one, they all mirror each other.21:00
ryanakcaRainCT: Thanks for signing21:32
RainCTryanakca: no problem :)21:33
=== ian_brasil is now known as ian_brasil_afk
RoAkpersia: ping22:06
ajmitchdtchen: thanks, alsa-driver snapshot is working22:19
ScottKDktrKranz: Is solang a bugfix only update?22:34
DktrKranzno, but it has an approved FFe22:35
DktrKranztoo late already?22:35
ScottKDktrKranz: No.  I didn't see an FFe mentioned in the changelog, but if it has one, that's fine.22:36
DktrKranzmh, I probably forgot to mention, but the listed bug is the FFe22:37
ScottKAccepted it.  Thanks.22:37
DktrKranzthanks you you :)22:37
ScottKNo problem.22:38
* sistpoty falls into bed now... gn8 everyone22:49

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