I have installed qt4-dev-tools (4.0.0-3ubuntu1) on my ubuntu linux (like debian sarge)
but is file orig. qt4-x11_4.0.0.orig.tar.gz and i like to build 4.2 .... how i can make this?

I say only make a source build from existing package....

Qt Code:
  1. apt-get source qt4-dev-tools
  2. apt-get install fakeroot
  3.  
  4. apt-get build-dep qt4-dev-tools
  5. dpkg-buildpackage -rfakeroot -uc -b
To copy to clipboard, switch view to plain text mode 

How i make the same action on version qt-x11-opensource-src-4.2.0-rc1.tar.gz