/srv/irclogs.ubuntu.com/2008/12/27/#ubuntu-motu.txt

=== chuck_ is now known as zul
=== fta_ is now known as fta
tbrockhey guys02:43
tbrockwas wondering if i could get a mentor02:50
tbrockwant to get involved with ubuntu02:54
tbrockanyone around?02:59
LaserJocktbrock: have you read https://wiki.ubuntu.com/MOTU/GettingStarted ?03:18
tbrockhey sorry i cleared the screen03:21
tbrockwould you be able to paste that again?03:21
tbrocki believe I've gone through that site before but i wanted to make sure so I don't annoy you guys and know what i need to do03:22
jmarsdentbrock: https://wiki.ubuntu.com/MOTU/GettingStarted and https://wiki.ubuntu.com/PackagingGuide are good places to start with03:24
tbrockthanks03:26
tbrockok and after i read them03:26
tbrockthen where should i go from there03:26
LaserJocktbrock: you could start thinking of something you'd like to do, some area you're interested in03:27
jmarsdenWell, that depends what you decide you want to do?  Triage: https://wiki.ubuntu.com/BugSquad/GettingInvolved03:27
tbrockcool thanks guys03:28
tbrockand if i see something i'd like to help with i should come back and ask you guys03:28
jmarsdenOr just dive in :)03:28
tbrocki'd love too, and i have some experience developing, but never something open source, i may need some hand holding lol03:29
jmarsdenThat's when you come back here and ask for a hand to hold :)03:29
=== RAOF_ is now known as RAOF__
=== RAOF__ is now known as RAOF
tbrockhahah03:38
tbrockthanks!03:38
terliI understand someone in this room is responsible for trying to package parallels workstation for linux03:44
tbrocknot me, thats for sure03:52
AnAntHello, can someone review: http://revu.ubuntuwire.com/details.py?package=ubuntume-themes06:56
AnAntDktrKranz: hello, thanks for reviewing thwab09:08
DktrKranzAnAnt, you're welcome :)09:08
AnAntDktrKranz: regarding debian/pypython file, I duno what Python versions are supported09:09
DktrKranzAnAnt, if you're unsure, you could put "2.4-"09:09
DktrKranzwithout " 's09:09
AnAntDktrKranz: ok, thanks09:10
AnAntHello, can someone review: http://revu.ubuntuwire.com/details.py?package=ubuntume-themes09:23
=== asac_ is now known as asac
AnAntbddebian2: hello10:35
=== asac_ is now known as asac
=== albert24 is now known as albert23
jpdsMez: Can you please renew my backporters membership? Cheers. :)12:08
LaneyDaD DeaD?15:05
=== bddebian2 is now known as bddebian
AdamDHhi all, I am in the process of making some ubuntu packages for a cross compiler based on GNU binutils, and gcc, I need some advice with version numbers for it15:06
iulianLaney: Yeah. It's really dead.15:06
AdamDHthe project gets the offical GNU binuntils source and applys a patch to make it work with MSP430 microcontrollers15:07
AdamDHdo I use the binutils version or create my own based on the CVS snapshot the patch is made from?15:07
AdamDHat the moment I am using msp430-binutils-cvs-0.0.2008122715:08
=== fta_ is now known as fta
delicowai wanna be a part of the ubuntu development team how do i start15:13
jpdsdelicowa: The links in the /topic are a good place to start.15:13
AdamDHcan any one here help me with the correct way to version packages that use an upstream package put apply a CVS patch to add additional features?15:28
AdamDHwould you use the upstream version and append -1 etc?15:28
LaneyAdamDH: patchset-x-binutils-y?15:29
Laneyor binutils-y+patchsetx15:29
AdamDHLaney is a new package I am taking to package but based on upstream binutils 2.1815:31
AdamDHwith a patch applied to create MSP430 support15:31
LaneyAdamDH: Can't you get it into binutils upstream?15:33
Laneycode duplication is usually a bad thing15:33
AdamDHnot yet, its still considered unstable, there is a binutils with support but not support for all the MSP processor types out there15:33
AdamDHeverything is in a CVS resp at the moment, the packages will be unoffical15:34
AdamDHi have to do the same for gcc15:34
LaneyIs it parallel-installable with normal binutils?15:34
AdamDHyes15:34
Laneythen binutils-x-patchset-y or patchset-x-binutils-y is probably ok15:35
AdamDHyou do ./configure --target=msp430 so you end up with msp430-ld etc15:35
AdamDHso I create my package using 2.18 as version, and then append a -1 etc on the end of that for each CVS update of the patch?15:36
Laney.s might be better actually, we use - in debian revisions15:37
AdamDHi was doing msp430-binutils (cvs-0.0.20081227-1) in the debain files15:37
AdamDHbut I think that's wrong15:38
AdamDHand I was going to increment -1 with the cvs updates15:38
AdamDHI am packaging this project http://mspgcc.sourceforge.net/15:38
Laneybinutils.x.msp.y probably works15:39
Laneyy can be whatever, probably the date of your cvs checkout15:39
AdamDHthis is my first attempts at packaging, so its a learning curve for me15:41
AdamDHso what would the full version string be?15:41
AdamDH2.18 is the current binuils version I am patching against15:42
AdamDHand cvs-0.0.20081227 is my patch version, I am creating the patches as well15:42
Laneybinutils.2.18.msp.20081227 looks sane to me15:44
Laneybut you can choose what you will, as long as it increases with each version it doesn't matter so much15:44
AdamDHthanks Laney, I am just trying to show that its based on binutils 2.18 and there is a patch applied that I made from CVS sources15:45
vorianwhat's the lp link to the new queue?15:45
vorian(and hi)15:45
AdamDHthe project is a mess what they do on CVS is have the modified files you copy accross the upstream source, instead of doing that I create a patch15:45
Laneyvorian: /ubuntu/jaunty/+queue15:45
vorianpfft15:45
voriantoo easy15:45
vorianthanks Laney15:45
Laneywelcome15:46
AdamDHi dont think any of this will ever get offically into ubuntu, so will live in a 3rd party repo15:46
AdamDHthanks for the help Laney15:47
Laneynp15:47
AdamDHjust at the stage of writing the rules file15:49
isle85I 'm trying to write the watch file, but I don't know what to upload on "my" server, and the right syntax for it15:50
AdamDHLaney does the orignal source have to be in the binutils.2.18.msp430.20081227.tar.gz ?15:52
LaneyAdamDH: If you're calling the package msp then it'll be called msp_binutils.218.msp340.20081227.orig.tar.gz15:53
AdamDHim calling the package msp430-binutils15:53
Laneythe package name goes before the _15:54
AnAntHello, could someone review http://revu.ubuntuwire.com/details.py?package=ubuntume-themes ?15:54
AdamDHi am then applying msp430-binutils-cvs-20080212.patch using the rules file15:54
AdamDHjust realised I dropped 2.18 from that need to update my script15:55
LaneyAnAnt: You don't need to use revu for a package update15:55
LaneyJust file a bug and attach the .diff.gz15:55
AnAntLaney: it's a native package15:55
LaneyAdamDH: I was thinking you'd apply the patch in the orig15:55
LaneyAnAnt: So attach the new tar.gz, and maybe a diff too15:56
AnAntcan someone help me with a python package ?15:58
AdamDHLaney, I have done that and made a msp430-binutils-cvs-20080212.patch15:58
AdamDHsorry msp430-binutils-cvs-0.0.20081208.tar.gz15:58
AnAntwhen I use dh_pysupport , all the *pyc files are removed, whys that ?15:58
AdamDHso this msp430-binutils-cvs-0.0.20081208.tar.gz is ready to go and can be compiled from source15:58
LaneyAdamDH: That's cool, then you don't need to patch it in debian/rules then15:59
AdamDHi wrote a php script that goes about and creates the package and patches from CVS etc16:00
LaneyAdamDH: You can create a get-orig-source target in debian/rules which will do whatever is necessary to create the .orig.tar.gz16:00
Laneydownloading, patching and so16:01
Kalidarnmm i wonder where the launchpad admins are ;)16:01
AdamDHthanks Laney16:01
LaneyKalidarn: In #launchpad?16:01
AdamDHi am a good programmer but never packaged anything before16:01
Kalidarnchannel seems dead16:01
LaneyAdamDH: It's just a new set of skills16:01
LaneyKalidarn: It is the holidays and a weekend16:01
Kalidarntrue16:01
Kalidarn:P suppose16:02
AdamDHdo you think this should be renamed to show what verison of binutils it uses msp430-binutils-cvs-0.0.20081201.tar.gz?16:02
AdamDHat the moment it shows the patchset only16:02
AnAntLaney: thanks16:03
bluesmokeAnAnt: pyc files are version and arch specific16:03
AnAntbluesmoke: so ?16:03
LaneyThey're byte-compiled at install-time, aren't they16:03
Laney?16:03
bluesmokeAnAnt: So they don't belong in an arch-independent package that can work with multiple versions of python16:03
AnAntare they really compiled at install-time ?16:05
AdamDHso Laney this would be sane, msp430-binutils.2.18.msp430.cvs-0.0.20081227?16:08
AdamDHand the 20081227 updates each day16:08
LaneyAdamDH: Looks good to me16:08
AdamDHthanks again16:08
LaneyAdamDH: Actually the - after cvs might mess things up, better to use a .16:09
Laney(or test it)16:09
AdamDHi will add a . i read something in the debian stuff - are bad16:09
LaneyAnAnt: See /usr/share/doc/python-support/README.gz16:10
AdamDHLaney my source now looks like msp430-binutils.2.18.msp430.cvs.0.0.20081227.tar.gz and sp430-binutils.2.18.msp430.cvs.0.0.20081227.orig.tar.gz so this is right so far?16:13
LaneyAdamDH: It needs to be msp430_...16:15
AdamDHcan I do msp430-binutils_ ?16:15
Laneyif you want the package name to be that, yes16:16
AdamDHthanks, looks like I need to update the versioning on the source packages I create as well16:17
AdamDHas when I extract msp430-binutils-cvs-0.0.20081227 i get my orignal version16:17
AdamDHthanks for the help I think I know where I am going now16:19
Laneygood luck!16:21
AnAntLaney: thanks16:22
AdamDHwhat are the chances of getting packages like this into the offical tree?16:22
AdamDHi think I would be better of trying to get it into upstream like the AVR cross compiler did16:23
LaneyThat's a good long term goal16:24
AdamDHpeople are not using the cross compiler as its hard at the moment to get a working tool chain my aim is to improve that as the MSP430 is a good microcontroller and the compiler is stable, just no packages only a souce install16:26
AdamDHor packages that are years out of date16:26
Adri2000Laney, iulian: dns are dead. adding "88.191.82.11 dad.dunnewind.net" to your hosts file should work16:35
AdamDHthe first line of my changelog Laney should read: msp430-binutils (msp430-binutils.2.18.msp430.cvs.0.0.20081227-1) unstable; urgency=low16:42
AdamDHis that correct?16:43
LaneyAdamDH: If your orig.tar.gz is msp430-binutils_...that really long version...orig.tar.gz then yes16:43
AdamDHthis is my source: msp430_binutils.2.18.msp430.cvs.0.0.20081227.orig.tar.gz16:44
AdamDHah got the _ in the wrong place16:45
LaneyAdamDH: Take the "msp430-binutils" out of the ()16:46
Laneythen you should have16:46
Laneythen you should have iain@intrepid:~$16:46
Laneyiain@intrepid:~$16:46
Laneyshit16:46
Laneysorry!16:46
Laneymsp430-binutils_binutils.2.18.msp430.cvs.0.0.20081227.orig.tar.gz16:47
Laneymsp430-binutils_2.18.msp430.cvs.0.0.20081227.orig.tar.gz even16:47
AdamDHright following that I should have msp430_binutils.2.18.msp430.cvs.0.0.20081227.orig.tar.gz and msp430_binutils.2.18.msp430.cvs.0.0.20081227.orig.tar.gz and then control is then msp430-binutils (2.18.msp430.cvs.0.0.20081227-1) unstable; urgency=low?16:51
jpdsYou should have: msp430-binutils_2.18.msp430.cvs.0.0.20081227.orig.tar.gz as Laney said.16:51
AdamDHcrap got the - and _ mixed up I will fix that16:52
AdamDHrealised after I pasted it16:52
AdamDHi should have said msp430-binutils_2.18.msp430.cvs.0.0.20081227.orig.tar.gz16:53
AdamDHso this is right for the changelog? msp430-binutils (2.18.msp430.cvs.0.0.20081227-1) unstable; urgency=low16:57
jpdsYes.16:58
AdamDHthanks jpds16:58
Laneyif you want to upload to sid, that is16:58
AdamDHstandards version, for my system a apt-cache show debian-policy | grep Version. shows 3.8.0.1ubunu2 so I just use this?17:02
Laney3.8.0 is the most recent, but you don't have to follow Debian policy if you're not going to upload to Debian17:03
Laneyor Ubuntu17:03
=== andrewks_ is now known as andrewks
AdamDHi dont think I am going to be able to get this officaly into debian or ubuntu, never had any look getting it into Gentoo either so its going to have to be in a 3rd party repo maintained by myself until the code is added upstream17:05
AdamDHnow I need to write my first rules file17:07
AdamDHis there a template rules file somewhere? just a generic one I can add my code into?17:12
maxbThe program dh_make asks you some questions and generates boilerplate debian-packagings17:14
AdamDHi was not using dh_make but will give it a try17:14
LaneyAdamDH: ^, or you can copy another rules file (binutils?) and modify that17:14
AdamDHdpkg-buildpackage -S -rfakeroot was going to do that17:14
Laneyalso there is a packaging guide on the wiki, you should check it out17:14
AdamDHthere is http://packages.ubuntu.com/intrepid/binutils-avr this but I could not find the debain control files17:15
LaneyAdamDH: apt-get source binutils17:15
Mez_jpds: done17:17
=== Mez_ is now known as Mez
jpdsMez: Thanks.17:17
AdamDHcheers, the rules files take some reading to understand17:25
AdamDHdont like modifying something unless I know what each line does, but I have gone down the rules file and I see a #ifeq (,$(DEB_BUILD_GNU_TYPE))17:47
AdamDH#  include /usr/share/dbs/dpkg-arch.mk17:47
AdamDH#endif17:47
AdamDH what is that for?17:47
maxbEwww, you've got a DBS package?17:48
maxbDBS is a build system which is rather strongly deprecated these days17:49
Laneyit's commented out17:49
AdamDHi added the comments17:49
AdamDHi grabbed the apt-get source binutils-avr17:49
AdamDHas its close to what I am doing and its in there17:50
maxbThe purpose of that specific fragment is more general though - it's to test if certain values were already supplied by the environment, and if not, set them up via including a makefile fragment for the purpose17:50
AdamDHi notice the configure arguments: CONFARGS = --prefix=/usr \17:50
AdamDH           --build=$(DEB_BUILD_GNU_TYPE) \17:50
AdamDH           --host=$(DEB_HOST_GNU_TYPE) \17:50
AdamDH           --target=$(TARGET) use it17:50
AdamDHseems allot of work in rules just to run ./configure make and make install17:51
maxbI think the general essence of that build host stuff is that the rules file is not trusting the ./configure to pick the right system types automatically and is feeding the ones known to the debian build system17:59
AdamDHah I follow18:07
AdamDHits my first package / rules file so would like to fully understand what is going on18:08
isle85a question about /debian/manpage.1 do I have to rename it the name of my package as "mypackage.1" ?18:24
directhexname of executable.18:27
loic-mname_of_executable.1 usually18:28
loic-mDon't forget to write it ;)18:28
isle85directhex: thank you.18:28
isle85loic-m: done ;-)18:29
maxbDoes anyone know why this package was only built on i386? https://edge.launchpad.net/ubuntu/+source/zblast/1.3-2.3ubuntu118:36
Laneymaxb: Look at the architectures in control18:37
jpdsmaxb: It's an "all" package, only needs to be built once as it's arch indepent18:37
Laneyor ^ for a less obtuse response :)18:37
jpdsindependant*18:37
jpdsmaxb: ACtually if you click on the seperate binary packages, you get a list of different arch builds on the side.18:38
directhex+Package: zblast-svgalib18:39
directhex+Architecture: i38618:39
maxbYes... but what about zblast-x11? It's missing for amd64 and I can't figure out why18:40
maxbAnd *that* package is Arch: any18:40
AdamDHhow do I correctly determine the build type and host type for use in rules?18:41
directhexPublished as18:41
directhex    * zblast-x11 1.3-2.1 in amd64 (Release)18:41
directhexhttp://launchpadlibrarian.net/3094533/zblast-x11_1.3-2.1_amd64.deb18:41
isle85loic-m: something must be wrong, as my man page doesn't appear in the files installed by my package ;-)18:41
AdamDHim guessing this is the best way: DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)18:42
AdamDHDEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)18:42
maxbdirecthex: Yes - but that's an old version - the binary is outdate w.r.t. source18:43
maxbI'm trying to chase down some of the long-term outdates that existed in the intrepid release and still exist in jaunty18:44
directhexpossibly it's on p-a-s?18:44
maxbWell, the zblast-svgalib package is P-a-s'ed, but not %zblast or zblast-x1118:45
loic-misle85: sorry, away. You need to specifically install it with a line in debian/rules18:56
isle85ah, ok. I'm gonna try to find examples.18:57
loic-misle85: in the binary arch: build install section, use dh_installman debian/binary_name.1 debian/other_binary_name_if_you_have_more_than_one.118:58
loic-mthe dh_installman line should already be there in the rules file created for you, you just need to tell it which page to install18:59
isle85my rules file is simple as that : include /usr/share/cdbs/1/rules/debhelper.mk18:59
loic-mYou should have a pre-filed rules file in debian (along with plenty of .ex .EX files) if you follow the howto to create your package19:01
ebroderisle85: You probably want to create a file called debian/man with the list of manpages19:01
ebroder(or debian/$package.man if there are multiple binary packages)19:01
isle85ok, I'm gonna try the first one. debian/man19:02
ebroderOh wait - it's debian/manpages, sorry19:02
loic-mebroder: is debian/manpage a requirement < Debian policy?19:04
AdamDHthis is something that is confusing me: you do unpack: then direct it to unpack-stamp why? unpack: unpack-stamp19:05
AdamDHunpack-stamp: why not just do unpack: and run it all in there? why is it called unpack-stamp?19:05
ebroderloic-m: Huh? debian/manpages is a file that dh_installman uses to get a list of manpages to install. It uses that in addition to what it gets passed on the command line19:05
ebroderloic-m: It's the same concept as debian/links, debian/install, debian/dirs, etc...19:06
loic-mebroder: thanks. But what is the prefered method in Debian/Ubuntu? (I'm asking because I've got a package on REVU)19:07
maxbAdamDH: IIUC, stamp files allow a time-consuming operation to not be unnecessarily repeated across multiple invocations of the rules file19:07
ebroderloic-m: I don't know that there's a preference. Personally, I use CDBS for all of my packages, so I try to use files outside debian/rules to adjust behavior when I can19:07
isle85doesn't work19:08
ebroderisle85: You created a debian/manpages?19:08
isle85I created a file named "man", not manpages. my mistake19:09
AdamDHmaxb: so if I am compiling say binutils that's a long compile time, using the stamp files would be the best way to go?19:09
ebroderisle85: Yeah, sorry - I corrected myself later19:09
isle85ebroder: in that debian/manpages file, I just add a line : mypackage.1 is it correct ?19:13
ebroderisle85: I think so19:13
isle85ebroder: so it doens't work19:13
ebroderisle85: Look in the build log - do you see dh_installman getting run?19:14
isle85no19:16
ebroderisle85: Can you pastebin your debian/rules and you debian/control?19:16
AnAntHello, is this the place to ask a package be nuked from REVU ?19:19
isle85ebroder: find when it failed : dh_installman -pgenj-arvernes19:19
isle85 -> Aborting with an error19:19
crimsunAnAnt: yes, which? (no, i'm no a revu admin. someone will process the request)19:21
isle85ebroder: it 's there : http://rafb.net/p/E7rYxK29.html19:21
AnAntcrimsun: hijra19:21
ebroderisle85: Does your debian/manpages file have one manpage per line?19:21
isle85yeap19:21
jpdsAnAnt: Let me take a look.19:21
AnAntcrimsun: I wrongly uploaded it to revu instead of my PPA :)19:21
ebroderisle85: Does it have a more specific error, or does it just say that it's aborting?19:22
isle85ebroder: just it aborts19:22
ebroderisle85: What happens if you run `dh_installman -pgenj-arvernes` by hand?19:23
jpdsAnAnt: OK; archived.19:24
AnAntjpds: thanks19:24
maxbI've been looking at outdated packages, and cmucl has not built from source since hoary (!) There's bug 31098 open about this, but it has no activity since February.  Is there some way in which the package should be flagged as broken/orphaned and in need of attention?19:31
ubottuLaunchpad bug 31098 in cmucl "Build-Depends dependency for cmucl cannot be satisfied (circular build-depends; needs manual bootstrapping on the buildd)" [Medium,Confirmed] https://launchpad.net/bugs/3109819:31
loic-misle85: I'm confused by your rules files, but I'm no expert. Can you get anything done without targets and such? For man pages, you'd need to at least invoke dh_installman19:32
ebroderloic-m: https://wiki.ubuntu.com/PackagingGuide/Howtos/CDBS19:32
loic-mebroder: thanks19:33
ebrodermaxb: Have you looked into a more complex manual bootstrapping process? That would be a much better solution than manually installing the package on the buildds19:35
AdamDHdo you have to have an unpack: i see some rules files dont use one19:36
AdamDHread 6 diffrent rules files, and the debian and ubuntu maintainers guides, some say you need unpack: some its commented out, there is packages with unpack: so is it required or not? as a new packager there is allot of conflicting information19:51
crimsunAdamDH: nothing is _required_ beyond calling dpkg-buildpackage in some fashion.19:56
crimsunAdamDH: now whether a nice abstraction like cdbs does that for you is another matter19:56
AdamDHupto now I have been creating everything by hanf19:56
AdamDH*hand19:56
AdamDHmy source is tar.gz19:57
AdamDHso what is the correct way to create the rules file?19:58
crimsunAdamDH: there is no "correct way". there is "whatever works for the maintainer and abides by Policy".20:02
crimsunAdamDH: hence the confusion20:02
jmarsdenAdamDH: There is no one correct way, but you should read about debhelper and dh_make to get you started, I suspect20:02
crimsunAdamDH: some maintainers prefer cdbs, others swear it's the second coming of ultrix and vms's lovechild20:02
AdamDHas I new maintainer I am really lost, I am a long term linux user / programmer but with debian packages I have spent the day banging my head off a desk to try and get something to work20:03
ebroderAdamDH: You should really try looking at cdbs. I think it makes your life a lot easier as a new packager20:03
crimsuni definitely recommend at least sticking with debhelper in some fashion, be it through a higher abstraction like cdbs, or just using debhelper directly20:03
crimsundh7 has a lot of cdbs niceties anyhow20:04
loic-mAdamDH: it hurt less after a while. Either the desk gives up, or your head. Or both.20:04
jmarsdenAdamDH: And read and try to understand https://wiki.ubuntu.com/PackagingGuide/Complete asnd work through some examples?20:04
AdamDHI have been reading https://wiki.ubuntu.com/PackagingGuide/Complete before I can into IRC for help, in my case I am packaging for a cross compiler20:05
AdamDHI came from Gentoo and there ebuilds system just works no headaches20:05
AdamDHBut most of the user base is ubuntu based so I set about creating packages for ubuntu20:06
AdamDH*Ubuntu20:07
jmarsdenAdamDH: Starting out by packaging a new piece of software, never mind a cross-compiler, may be expecting a lot of your brain... start by fixing bugs in a few existing packages and creating debdiffs?  You'll learn more that way, I suspect.20:09
AdamDHrules is just a makefile, I have written quite a few make files from scratch, but each rules file I look at seems to handle something diffrentley like unpack. I have packaged this for other package management system, this is the first time I have done it for Debian/Ubuntu20:16
AdamDH*systems20:16
AdamDHand my first package for Debian/Ubuntu20:16
jcastrowhat I do is find a similar package to what I am packaging and then base my packaging off of that20:18
jcastroso if it's a python program I find another python one, or mono or whatever.20:18
AdamDHthats where I started but there are 3 older packages not maintained any more but each one does something diffrent in rules for the same programme hence the confusion20:19
AdamDHthere does not seem to be a correct way20:19
ebroderAdamDH: There's more than one way to do it. Pick the one you like best. What matters is that the package builds20:19
AdamDHi tried dh_make it wont work with my sources20:20
maxbebroder: No, I'm not very interested in Lisp myself. Personally I'd opt for just removing the package, if no one has been sufficiently interested to make it buildable since hoary20:27
maxbAdamDH: The Debian Policy Manual specifies the few targets which are actually *required* for a rules file. All others are simply implementation details20:28
AdamDHmaxb thanks, I will take a read seems to show what is needed gives me something to work to20:30
maxbWhy won't dh_make work, ooi?20:30
ebrodermaxb: If you don't have any interest in keeping the package around, pushing for its removal is probably reasonable, but I don't know what that process looks like. Maybe someone else can advice?20:31
ebroder*advise20:31
maxbYup. Basically, after discovering that Ubuntu releases could actually contain outdated binaries, I'm on a spring-cleaning kick to get rid of them where possible20:32
AdamDHright I am getting closer, but running dpkg-buildpackage -S -rfakeroot i get:20:40
AdamDHparsechangelog/debian: warning:     debian/changelog(l6): badly formatted heading line20:40
AdamDHLINE: -- Adam Horden adamhorden@adamhorden.net  Sat, 27 Dec 2008 20:38:21 +000020:40
AdamDHany ideas?20:40
ebroderYour e-mail address needs to be in <>20:41
AdamDHthanks will change that did not spot it20:41
ebroderThe easiest way to get the changelog right is to either use the dch command or use dpkg-dev-el, if you're an emacs user20:41
AdamDHchanged it but I get the same error20:43
AdamDHrsechangelog/debian: warning:     debian/changelog(l6): badly formatted heading line20:43
AdamDHLINE: -- Adam Horden <adamhorden@adamhorden.net>  Sat, 27 Dec 2008 20:42:45 +000020:43
AdamDHparsechangelog/debian: warning:     debian/changelog(l6): found eof where expected more change data or trailer20:43
AdamDHsorry did not mean to paste all that20:43
AdamDHi have a few questions regarding the best way to package a cross compiler, my folder when I am working in has a debain folder and a tar.gz of the upstream source, so I need a unpack: to unpack it then apply the patch inside the unpacked source? is this the best way to apply my patch?23:32

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