From ff21d1c65478e6e961a1a3426904c78bfac7e010 Mon Sep 17 00:00:00 2001 From: jasu Date: Tue, 25 May 2010 10:13:51 +0300 Subject: [PATCH 1/1] PR1.2 support and changelog entry --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b519880..882dcb8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +evehomescreen (0.1.0-2) unstable; urgency=low + + * PR1.2 build + + -- Jaakko Kyro Tue, 25 May 2010 10:13:25 +0300 + evehomescreen (0.1.0-1) unstable; urgency=low * Tap to refresh info diff --git a/debian/rules b/debian/rules index 3d6a228..d5b2bd7 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ configure: configure-stamp configure-stamp: dh_testdir # Add here commands to configure the package. - cd src && /opt/qt4-maemo5/bin/qmake "PREFIX = /usr" + cd src && qmake-qt4 "PREFIX = /usr" touch configure-stamp -- 1.7.9.5