Hi Steve

It looks like upstream supports qt4 as well, so it is just a matter of a bit 
of adoptions in the packaging.

It (of course) changes the abi (and the soname) of libodbcinstq1c2 package. I 
haven't described the steps to fix that part up.

debian/control:
 - remove libqt3-mt-dev and libqt3-compat-headers from build-dep
 - add libqt4-dev libqtassistantclient-dev to build-dep

debian/rules
 - change --with-qt-includes=/usr/include/qt3 to --with-qt-
includes=/usr/include/qt4

before building, the following needs to be run:
grep -Hl "The moc has changed too much" odbcinstQ4/*   | xargs rm
(maybe rm odbcinstQ4/m*.cpp can do it as well, but it seems a bit too generic 
to trust it not having false positives)

The following executables seems to not be provided any longer:
usr/bin/DataManager
usr/bin/DataManagerII
usr/bin/odbctest

but ODBCConfig seems to provide some kind of DataManager utility.

The above steps gave me a ODBCConfig gui using Qt4 that I didn't fully 
understand what was doing.

/Sune
-- 
How may I open the mailer?

You neither must overclock the mailer of the FPU, nor need to explore a 
computer.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to