PDA

View Full Version : QT4 build debian/ubuntu package 4.2



patrik08
19th September 2006, 19:24
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....



apt-get source qt4-dev-tools
apt-get install fakeroot

apt-get build-dep qt4-dev-tools
dpkg-buildpackage -rfakeroot -uc -b



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

jpn
19th September 2006, 19:59
There are step-by-step instructions in qt-x11-opensource-src-4.2.0-rc1.tar.gz/INSTALL.

patrik08
20th September 2006, 07:27
There are step-by-step instructions in qt-x11-opensource-src-4.2.0-rc1.tar.gz/INSTALL.

Yes i say . how make in conventional mode (I write http://wiki.qtcentre.org/index.php?title=Installing_Qt4_on_Mac_OS_X ).... but i like to make a debian/ubuntu package

libqt4-core_4.0.0-3ubuntu1_i386.deb
libqt4-debug_4.0.0-3ubuntu1_i386.deb
libqt4-designer_4.0.0-3ubuntu1_i386.deb
libqt4-dev_4.0.0-3ubuntu1_i386.deb
libqt4-gui_4.0.0-3ubuntu1_i386.deb
libqt4-qt3support_4.0.0-3ubuntu1_i386.deb
libqt4-sql_4.0.0-3ubuntu1_i386.deb
qt4-dev-tools_4.0.0-3ubuntu1_i386.deb
qt4-doc_4.0.0-3ubuntu1_all.deb
qt4-x11_4.0.0-3ubuntu1.diff
qt4-x11_4.0.0-3ubuntu1.diff.gz
qt4-x11_4.0.0-3ubuntu1.dsc
qt4-x11_4.0.0-3ubuntu1_i386.changes
qt4-x11_4.0.0.orig.tar.gz

to install qt4 easy ..... apt-get install qt4***

patrik08
21st September 2006, 08:01
I found an How-to to build package.... i place some link to debian / ubuntu fan...

http://db.glug-bom.org/wiki/index.php/Build_a_Debian_Package
http://www.debian.org/doc/manuals/maint-guide/index.en.html

Other great link? .... write please ....