Re: `apt-get source` and recompile and gerenate deb
> But why i mail to this list? I always compile my packages and install them into
> /opt/ . I don't decide to you help me how to do them, I need to introduce me a
> good documenation above apt-get source and make package from apt-get source.
To install in opt for programs with a ./configure script, you pass the
option --prefix=/opt to configure.
For ffmpeg specifically, edit the line in debian/rules which says
"--prefix=/usr" to say "--prefix=/opt".
Reply to: