Re: make deb-pkg

2013-04-18 Thread laurent Debian
Le 18/04/2013 02:53, Tom H a écrit : $ vi Makefile EXTRAVERSION = - where "-" is "" in "linux-image-__amd64.deb" Thanks that will do the job. Regards -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

kernel 2.6.13.1 make: *** [deb-pkg] Error 2

2005-09-18 Thread David A.
b /usr/src/linux-2.6.13.1/debian/tmp -r 2.6.13.1da7; fi dpkg-deb: building package `linux-2.6.13.1da7' in `../linux-2.6.13.1da7_2.6.13.1da7_i386.deb'. dpkg-deb: control directory has bad permissions 2755 (must be >=0755 and <=0775) make[1]: *** [deb-pkg] Error 2 make: *** [deb-pkg]

Re: compile src or make .deb pkg?

2004-10-15 Thread Greg Folkert
On Fri, 2004-10-15 at 10:40 +0400, Nikita V. Youshchenko wrote: > > > Hey, > > So what do you on debian if you want a newer version of a program or a > > program that isnt in apt-get's list at all, just go get the src and > > compile it? and it should be fine or would this makes things unstable? >

Re: compile src or make .deb pkg?

2004-10-15 Thread Nikita V. Youshchenko
> Hey, > So what do you on debian if you want a newer version of a program or a > program that isnt in apt-get's list at all, just go get the src and > compile it? and it should be fine or would this makes things unstable? If at all possible, you should not install anything in non-deb format, un

Re: compile src or make .deb pkg?

2004-10-14 Thread John L Fjellstad
"Steve" <[EMAIL PROTECTED]> writes: > So what do you on debian if you want a newer version of a program or a > program that isnt in apt-get's list at all, just go get the src and > compile it? I would probably check if it's in something like backports.org. Otherwise, I might add the src for Sid,

Re: compile src or make .deb pkg?

2004-10-14 Thread Sergio Basurto
On Thu, 14 Oct 2004 19:05:58 -0400, "Steve" wrote: Hey, So what do you on debian if you want a newer version of a program or a program that isnt in apt-get's list at all, just go get the src and compile it? and it should be fine or would this makes things unstable? (just something like xchat or

compile src or make .deb pkg?

2004-10-14 Thread Steve
Hey, So what do you on debian if you want a newer version of a program or a program that isnt in apt-get's list at all, just go get the src and compile it? and it should be fine or would this makes things unstable? (just something like xchat or whatever normal app) or make a quick (if possib