Re: Packaging gcc

2009-09-22 Thread Osamu Aoki
Hi, On Tue, Sep 22, 2009 at 12:47:28PM +0530, shampavman wrote: > Hi, > > So Im done with my test package and want to change a few things in gcc.. > But I have a slight problem .. playing with gcc is not some novice thing I can answer. > dpkg -l |grep gcc > r...@wrapster:~/packaging/gcc/gcc-defa

Re: Packaging gcc

2009-09-22 Thread shampavman
Rakotomandimby Mihamina wrote: 09/22/2009 10:17 AM, shampavman: So i cannot remove it nor can i install the new ones.. How do i go about making my changes now? - get the source package - make your modifications - rebuild it, incrementing the build number - upgrade by just installing with "dpkg

Re: Packaging gcc

2009-09-22 Thread Rakotomandimby Mihamina
09/22/2009 10:17 AM, shampavman: So i cannot remove it nor can i install the new ones.. How do i go about making my changes now? - get the source package - make your modifications - rebuild it, incrementing the build number - upgrade by just installing with "dpkg -i package_name.deb" --