Re: Plus '+' character when building kernel

2012-10-20 Thread Hugo Vanwoerkom
Sven Joachim wrote: On 2012-10-19 20:02 +0200, Hugo Vanwoerkom wrote: Tom H wrote: On Thu, Oct 18, 2012 at 9:14 PM, Amit wrote: On a debian wheezy system, I am building upstream kernel using the following command: fakeroot make-kpkg --revision 3.6.0 --append-to-version -0-amd64 --initrd ker

Re: Plus '+' character when building kernel [SOLVED]

2012-10-19 Thread Tom H
On Fri, Oct 19, 2012 at 1:13 PM, Amit wrote: > Tom H gmail.com> writes: >> >> Prepend "LOCALVERSION=''" > > Thanks this worked great! You're welcome. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Plus '+' character when building kernel

2012-10-19 Thread Sven Joachim
On 2012-10-19 20:02 +0200, Hugo Vanwoerkom wrote: > Tom H wrote: >> On Thu, Oct 18, 2012 at 9:14 PM, Amit wrote: >>> On a debian wheezy system, I am building upstream kernel using the >>> following command: >>> >>> fakeroot make-kpkg --revision 3.6.0 --append-to-version -0-amd64 --initrd >>> kern

Re: Plus '+' character when building kernel

2012-10-19 Thread Hugo Vanwoerkom
Tom H wrote: On Thu, Oct 18, 2012 at 9:14 PM, Amit wrote: On a debian wheezy system, I am building upstream kernel using the following command: fakeroot make-kpkg --revision 3.6.0 --append-to-version -0-amd64 --initrd kernel_image kernel_headers The resulting package is: linux-image-3.6.0-0-

Re: Plus '+' character when building kernel [SOLVED]

2012-10-19 Thread Amit
Tom H gmail.com> writes: > > Prepend "LOCALVERSION=''" > > Thanks this worked great! -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/loom.20121019t191219-...@pos

Re: Plus '+' character when building kernel

2012-10-18 Thread Tom H
On Thu, Oct 18, 2012 at 9:14 PM, Amit wrote: > > On a debian wheezy system, I am building upstream kernel using the > following command: > > fakeroot make-kpkg --revision 3.6.0 --append-to-version -0-amd64 --initrd > kernel_image kernel_headers > > The resulting package is: > > linux-image-3.6.0-0

Plus '+' character when building kernel

2012-10-18 Thread Amit
Hello, On a debian wheezy system, I am building upstream kernel using the following command: fakeroot make-kpkg --revision 3.6.0 --append-to-version -0-amd64 --initrd kernel_image kernel_headers The resulting package is: linux-image-3.6.0-0-amd64+_3.6.0_amd64.deb Notice the '+' character. How