From 73391913ab8b297f1e0e8598a1b5acca7a5cfff5 Mon Sep 17 00:00:00 2001 From: Jan Dumon Date: Wed, 26 May 2010 22:36:26 +0200 Subject: [PATCH] Switched from qt4-maemo5 to qt4 --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 9709d34..663e395 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: grr Section: user/network Priority: optional Maintainer: Jan Dumon -Build-Depends: debhelper (>= 4.0.0), libqt4-maemo5-dev (>= 4.6.2~git20100212), libgconf2-dev (>= 2.13.5), libx11-dev, libqjson-dev +Build-Depends: debhelper (>= 4.0.0), libqt4-dev (>= 4.6.2~git20100401-0maemo1+0m5), libgconf2-dev (>= 2.13.5), libx11-dev, libqjson-dev (>= 0.7.1-2) Standards-Version: 3.6.0 Package: grr diff --git a/debian/rules b/debian/rules index 414ea49..990b7ac 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ configure-stamp: dh_testdir # Add here commands to configure the package. - /opt/qt4-maemo5/bin/qmake + /usr/bin/qmake touch configure-stamp -- 1.7.9.5