From af42854b8ce1754c30ef29662340d074ef31709e Mon Sep 17 00:00:00 2001 From: "Dr. Johann Pfefferl" Date: Tue, 11 May 2010 17:32:02 +0200 Subject: [PATCH 1/1] Include a hack to get the debian package installed When the SDK is newer than the real target platform the dependencies are unmet. --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 937b177..e911b0d 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,13 @@ Source: gps-tracker Section: user/navigation Priority: extra Maintainer: Dr. Johann Pfefferl -Build-Depends: debhelper (>= 5), sharutils, maemo-version-dev, libhildon1-dev, libhildonfm2-dev, liblocation-dev, tablet-browser-interface-dev +Build-Depends: debhelper (>= 5), maemo-version-dev, libhildon1-dev, libhildonfm2-dev, liblocation-dev, tablet-browser-interface-dev Standards-Version: 3.7.2 Package: gps-tracker Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: libhildon1 (>= 2.2.3), libhildonfm2 (>= 1:2.28.9) +#Depends: ${shlibs:Depends} Description: A very simple GPS tracker GPS tracker is a simple tracker without a map. It only tracks the waypoints. You can save the tracked data to a gpx file. It should be energy and battery -- 1.7.9.5