author | kergoth <kergoth> | 2003-01-26 19:23:46 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-26 19:23:46 (UTC) |
commit | fcc5341e8eaef9586cb7fd2b40a22198de0d196d (patch) (side-by-side diff) | |
tree | 749e6a7118c41d6a5a6fa8028d716123fbafda00 /core/settings | |
parent | 721eae88bd32905c9ebe715be0955583edf6e641 (diff) | |
download | opie-fcc5341e8eaef9586cb7fd2b40a22198de0d196d.zip opie-fcc5341e8eaef9586cb7fd2b40a22198de0d196d.tar.gz opie-fcc5341e8eaef9586cb7fd2b40a22198de0d196d.tar.bz2 |
Remove depends on a specific version.. it should be depending on >= or <= depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.
5 files changed, 5 insertions, 5 deletions
diff --git a/core/settings/button/opie-button-settings.control b/core/settings/button/opie-button-settings.control index a2b8115..bdbd850 100644 --- a/core/settings/button/opie-button-settings.control +++ b/core/settings/button/opie-button-settings.control @@ -4,6 +4,6 @@ Section: opie/settings Maintainer: Robert Griebl <sandman@handhelds.org> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION) +Depends: opie-base Description: Device-buttons settings dialog For the Opie environment. diff --git a/core/settings/citytime/opie-citytime.control b/core/settings/citytime/opie-citytime.control index faaf3a2..07029c1 100644 --- a/core/settings/citytime/opie-citytime.control +++ b/core/settings/citytime/opie-citytime.control @@ -4,6 +4,6 @@ Section: opie/settings Maintainer: Maximilian Reiss <harlekin@handhelds.org> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION), timezones +Depends: opie-base, timezones Description: Time-zone / world clock settings The time-zone manager for the Opie environment. diff --git a/core/settings/launcher/opie-launcher-settings.control b/core/settings/launcher/opie-launcher-settings.control index e0c5005..43946dd 100644 --- a/core/settings/launcher/opie-launcher-settings.control +++ b/core/settings/launcher/opie-launcher-settings.control @@ -4,6 +4,6 @@ Section: opie/settings Maintainer: Robert Griebl <sandman@handhelds.org> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION) +Depends: opie-base Description: Launcher settings dialog For the Opie environment. diff --git a/core/settings/light-and-power/opie-light-and-power.control b/core/settings/light-and-power/opie-light-and-power.control index 0bc128d..5b82633 100644 --- a/core/settings/light-and-power/opie-light-and-power.control +++ b/core/settings/light-and-power/opie-light-and-power.control @@ -4,6 +4,6 @@ Section: opie/settings Maintainer: Maximilian Reiss <harlekin@handhelds.org> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION) +Depends: opie-base Description: Light and Power settings dialog For the Opie environment. diff --git a/core/settings/security/opie-security.control b/core/settings/security/opie-security.control index 72191a3..852e12f 100644 --- a/core/settings/security/opie-security.control +++ b/core/settings/security/opie-security.control @@ -4,6 +4,6 @@ Section: opie/settings Maintainer: Warwick Allison <warwick@trolltech.com> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION) +Depends: opie-base Description: Security settings dialog For the Opie environment. |