View Single Post
Posts: 68 | Thanked: 4 times | Joined on Feb 2010 @ Germany
#1
Hello,
I wrote my first software for maemo in Qt.
( http://qvdremote.garage.maemo.org )

The .deb is created with :
Qt Creator 2.0.1
Basierend auf Qt 4.7.0 (32 bit)
Erstellt am Oct 7 2010 um 13:24:26
Revision 113d4c5618

...and installable by dpkg -i (works fine with icon etc...)

But I can not install it by the Gui-program-manager on my N900? ...other .deb (ex.: cpufrequi_0.01-2_armel.deb) can be installed by clicking on it in the/a filemanager...


But my deb says "programpackage not compaible" (translated from german)

Any ideas. I tried to edit the control-file from the debian-forder and edit it like the control-file from cpufrequi, but the package could not be build by Qt-creator...

my control file:
--------------------------------------------------------------------------
Source: qvdremote
Section: multimedia
Priority: extra
Maintainer: ----<----@googlemail.com>
Standards-Version: 3.7.3
Build-Depends: debhelper (>= 5)
Homepage: http://qvdremote.garage.maemo.org

Package: qvdremote
Architecture: any
Depends: libqt4-core (>= 4.5.3~git20090723), libqt4-dbus (>= 4.5.3~git20090723), libqt4-gui (>= 4.5.3~git20090723), libqt4-network (>= 4.5.3~git20090723), libqt4-xml (>= 4.5.3~git20090723)
Description: remote for a VDR-Server written in Qt
change volume,channel by your n900 (Qt)
---------------------------------------------------------------------


thanks for any help!

regards
schasch