From 3e596c4f94cba9087e4c6709712733151fd5bff3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dennis=20Nienh=C3=BCser?= Date: Tue, 4 Jan 2011 23:23:48 +0100 Subject: [PATCH] less strict version checks for dependencies, hopefully that resolves conflicts --- packaging/debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/debian/control b/packaging/debian/control index 30f9ea7..35b17ad 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -9,7 +9,7 @@ Standards-Version: 3.9.1 Package: marble Section: user/navigation Architecture: any -Depends: ${shlibs:Depends}, marble-plugins (= ${source:Version}), libmarble (= ${source:Version}) +Depends: ${shlibs:Depends}, marble-plugins (>= ${source:Version}), libmarble (>= ${source:Version}) Description: Find your way and explore the world with Marble. Marble is a virtual globe with advanced routing capabilities. Use it as your personal navigation device to guide you to any destination in the world. @@ -124,7 +124,7 @@ XB-Maemo-Icon-26: Package: libmarble Section: libs Architecture: any -Depends: ${shlibs:Depends}, marble-data (>= 0.85+svn1206519) +Depends: ${shlibs:Depends}, marble-data (>= ${source:Version}) XSBC-Bugtracker: https://bugs.kde.org/enter_bug.cgi?product=marble&rep_platform=Maemo%205 Description: Shared library for marble The marble library contains the Marble widget and many more functionality @@ -133,7 +133,7 @@ Description: Shared library for marble Package: marble-plugins Section: misc Architecture: any -Depends: ${shlibs:Depends}, libmarble (= ${source:Version}) +Depends: ${shlibs:Depends}, libmarble (>= ${source:Version}) XSBC-Bugtracker: https://bugs.kde.org/enter_bug.cgi?product=marble&rep_platform=Maemo%205 Description: Plugins for marble Extends the marble library with several features: Info boxes like a scale bar, -- 1.7.9.5