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 | |
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.
30 files changed, 30 insertions, 30 deletions
diff --git a/core/applets/batteryapplet/opie-batteryapplet.control b/core/applets/batteryapplet/opie-batteryapplet.control index 150f47e..fa96ece 100644 --- a/core/applets/batteryapplet/opie-batteryapplet.control +++ b/core/applets/batteryapplet/opie-batteryapplet.control @@ -4,7 +4,7 @@ Section: opie/taskbar Maintainer: Opie team <opie@handhelds.org> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION) +Depends: opie-base Conflicts: opie-batteryapplet-ipaq Description: Battery Monitor applet Battery Monitor applet for the Opie environment taskbar. diff --git a/core/applets/cardmon/opie-cardmon.control b/core/applets/cardmon/opie-cardmon.control index 708e6df..a456a1d 100644 --- a/core/applets/cardmon/opie-cardmon.control +++ b/core/applets/cardmon/opie-cardmon.control @@ -4,6 +4,6 @@ Section: opie/taskbar Maintainer: Maximilian Reiß <max.reiss@gmx.de> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION), libopie1 +Depends: opie-base, libopie1 Description: CF/PCMCIA Card Monitor applet SD/MMC/CF/PCMCIA Card Monitor applet for the Opie environment taskbar. diff --git a/core/applets/clipboardapplet/opie-clipboardapplet.control b/core/applets/clipboardapplet/opie-clipboardapplet.control index 57ce542..d54ddc4 100644 --- a/core/applets/clipboardapplet/opie-clipboardapplet.control +++ b/core/applets/clipboardapplet/opie-clipboardapplet.control @@ -4,6 +4,6 @@ Section: opie/taskbar Maintainer: Robert Griebl <sandman@handhelds.org> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION) +Depends: opie-base Description: Clipboard applet Clipboard applet for the Opie environment taskbar. diff --git a/core/applets/clockapplet/opie-clockapplet.control b/core/applets/clockapplet/opie-clockapplet.control index 958ac1c..ed7b50c 100644 --- a/core/applets/clockapplet/opie-clockapplet.control +++ b/core/applets/clockapplet/opie-clockapplet.control @@ -4,6 +4,6 @@ Section: opie/taskbar Maintainer: Warwick Allison <warwick@trolltech.com> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION) +Depends: opie-base Description: Clock applet Clock applet for the Opie environment taskbar. diff --git a/core/applets/irdaapplet/opie-irdaapplet.control b/core/applets/irdaapplet/opie-irdaapplet.control index 5216de0..2150384 100644 --- a/core/applets/irdaapplet/opie-irdaapplet.control +++ b/core/applets/irdaapplet/opie-irdaapplet.control @@ -4,6 +4,6 @@ Section: opie/system Maintainer: David Woodhouse <dwmw2@infradead.org> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION.1 -Depends: opie-base ($QPE_VERSION), libopieobex1 +Depends: opie-base, libopieobex1 Description: Irda Applet An IrDA taskbar applet for the Opie environment diff --git a/core/applets/obex/libopieobex.control b/core/applets/obex/libopieobex.control index d13dcfb..3fd0f77 100644 --- a/core/applets/obex/libopieobex.control +++ b/core/applets/obex/libopieobex.control @@ -4,5 +4,5 @@ Section: opie/system Maintainer: Holger Freyther <zecke@handhelds.org> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION.1 -Depends: opie-base ($QPE_VERSION), openobex | libopenobex1 +Depends: opie-base, openobex | libopenobex1 Description: Irda obex lib diff --git a/core/applets/restartapplet/opie-restartapplet.control b/core/applets/restartapplet/opie-restartapplet.control index 49eb743..81021ed 100644 --- a/core/applets/restartapplet/opie-restartapplet.control +++ b/core/applets/restartapplet/opie-restartapplet.control @@ -4,6 +4,6 @@ Section: opie/system Maintainer: L. J. Potter <ljp@llornkcor.com> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION.1 -Depends: opie-base ($QPE_VERSION) +Depends: opie-base Description: Restart Applet A simple taskbar applet to restart the Opie environment diff --git a/core/applets/restartapplet2/opie-restartapplet2.control b/core/applets/restartapplet2/opie-restartapplet2.control index 920b281..7a4ee70 100644 --- a/core/applets/restartapplet2/opie-restartapplet2.control +++ b/core/applets/restartapplet2/opie-restartapplet2.control @@ -4,6 +4,6 @@ Section: opie/system Maintainer: L. J. Potter <ljp@llornkcor.com> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION.1 -Depends: opie-base ($QPE_VERSION) +Depends: opie-base Description: Restart Applet A simple opie menu applet to restart the Opie environment diff --git a/core/applets/screenshotapplet/opie-screenshotapplet.control b/core/applets/screenshotapplet/opie-screenshotapplet.control index f02ce83..e6a581b 100644 --- a/core/applets/screenshotapplet/opie-screenshotapplet.control +++ b/core/applets/screenshotapplet/opie-screenshotapplet.control @@ -4,6 +4,6 @@ Section: opie/system Maintainer: L. J. Potter <ljp@llornkcor.com> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION) +Depends: opie-base Description: Screenshot Applet A screenshot taskbar applet for the Opie environment diff --git a/core/applets/vmemo/opie-vmemo.control b/core/applets/vmemo/opie-vmemo.control index c2fbd5e..89bd819 100644 --- a/core/applets/vmemo/opie-vmemo.control +++ b/core/applets/vmemo/opie-vmemo.control @@ -4,6 +4,6 @@ Section: opie/system Maintainer: L.J. Potter <ljp@llornkcor.com> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION), opie-vmemo-settings ($QPE_VERSION) +Depends: opie-base, opie-vmemo-settings Description: Voice Memo Recorder Applet The voice memo recorder for the Opie environment diff --git a/core/applets/volumeapplet/opie-volumeapplet.control b/core/applets/volumeapplet/opie-volumeapplet.control index ae79296..96f3f73 100644 --- a/core/applets/volumeapplet/opie-volumeapplet.control +++ b/core/applets/volumeapplet/opie-volumeapplet.control @@ -4,6 +4,6 @@ Section: opie/taskbar Maintainer: L.J. Potter <ljp@llornkcor.com> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION.1 -Depends: opie-base ($QPE_VERSION) +Depends: opie-base Description: Volume applet Volume applet for the Opie environment taskbar. diff --git a/core/apps/embeddedkonsole/opie-embeddedkonsole.control b/core/apps/embeddedkonsole/opie-embeddedkonsole.control index 88fb84b..b6ff822 100644 --- a/core/apps/embeddedkonsole/opie-embeddedkonsole.control +++ b/core/apps/embeddedkonsole/opie-embeddedkonsole.control @@ -4,6 +4,6 @@ Section: opie/applications Maintainer: L.J. Potter <ljp@llornkcor.com> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION), libopie1 ($QPE_VERSION) +Depends: opie-base, libopie1 Description: KDE's konsole (shell terminal) Ported to the Opie environment. diff --git a/core/apps/helpbrowser/opie-helpbrowser.control b/core/apps/helpbrowser/opie-helpbrowser.control index 14a8554..c407ce7 100644 --- a/core/apps/helpbrowser/opie-helpbrowser.control +++ b/core/apps/helpbrowser/opie-helpbrowser.control @@ -5,6 +5,6 @@ Maintainer: Warwick Allison <warwick@trolltech.com> Architecture: arm Arch: iPAQ Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION) +Depends: opie-base Description: Browse HTML help documents The HTML help browser for the Opie environment. diff --git a/core/apps/textedit/opie-textedit.control b/core/apps/textedit/opie-textedit.control index 8d5089c..f59b307 100644 --- a/core/apps/textedit/opie-textedit.control +++ b/core/apps/textedit/opie-textedit.control @@ -4,6 +4,6 @@ Section: opie/applications Maintainer: L. J. Potter <llornkcor@handhelds.org> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION), libopie1 ($QPE_VERSION) +Depends: opie-base, libopie1 Description: Text Editor The text editor for the Opie environment. diff --git a/core/multimedia/opieplayer/libmad/opie-libmadplugin.control b/core/multimedia/opieplayer/libmad/opie-libmadplugin.control index 5970fd6..2dedcbf 100644 --- a/core/multimedia/opieplayer/libmad/opie-libmadplugin.control +++ b/core/multimedia/opieplayer/libmad/opie-libmadplugin.control @@ -4,7 +4,7 @@ Section: opie/plugins Maintainer: Maximilian Reiss <max.reiss@gmx.de> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION), opie-libmpeg3plugin ($QPE_VERSION) +Depends: opie-base, opie-libmpeg3plugin Description: MP3 file plugin using libmad Plugin to play MP3 files with the mediaplayer in the Opie environment. It also hast streaming support (Shoutcast/Icecast). diff --git a/core/multimedia/opieplayer/libmpeg3/opie-libmpeg3plugin.control b/core/multimedia/opieplayer/libmpeg3/opie-libmpeg3plugin.control index 4ea788e..bedafbd 100644 --- a/core/multimedia/opieplayer/libmpeg3/opie-libmpeg3plugin.control +++ b/core/multimedia/opieplayer/libmpeg3/opie-libmpeg3plugin.control @@ -4,6 +4,6 @@ Section: opie/plugins Maintainer: L.J.Potter <ljp@llornkcor.com> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION) +Depends: opie-base Description: Mpeg video file plugin using libmad Plugin to play MPeg3 video files with the mediaplayer in the Opie environment. diff --git a/core/multimedia/opieplayer/modplug/opie-modplugin.control b/core/multimedia/opieplayer/modplug/opie-modplugin.control index c8a4414..b1a98fc 100644 --- a/core/multimedia/opieplayer/modplug/opie-modplugin.control +++ b/core/multimedia/opieplayer/modplug/opie-modplugin.control @@ -4,6 +4,6 @@ Section: opie/plugins Maintainer: Simon Hausmann <hausmann@kde.org>, L.J. Potter <llornkcor@handhelds.org> Architecture: arm Version: 2.0.2 -Depends: opie-base ($QPE_VERSION) +Depends: opie-base Description: MOD/XM/S3M/IT plugin using libmodplug Plugin to play MOD/XM/S3M/IT amiga tracker modules with the mediaplayer in the Opie environment. diff --git a/core/multimedia/opieplayer/opie-mediaplayer.control b/core/multimedia/opieplayer/opie-mediaplayer.control index 0eea09d..6e989a8 100644 --- a/core/multimedia/opieplayer/opie-mediaplayer.control +++ b/core/multimedia/opieplayer/opie-mediaplayer.control @@ -4,6 +4,6 @@ Section: opie/applications Maintainer: L.J.Potter <ljp@llornkcor.com> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION), libopie1 ($QPE_VERSION) +Depends: opie-base, libopie1 Description: The Opie media player The mediaplayer for Opie. It plays mp3, mpeg, and wav. diff --git a/core/multimedia/opieplayer/wavplugin/opie-wavplugin.control b/core/multimedia/opieplayer/wavplugin/opie-wavplugin.control index e7ff6a0..82bc5ae 100644 --- a/core/multimedia/opieplayer/wavplugin/opie-wavplugin.control +++ b/core/multimedia/opieplayer/wavplugin/opie-wavplugin.control @@ -4,6 +4,6 @@ Section: opie/plugins Maintainer: Lorn Potter <llornkcor@handhelds.org> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION) +Depends: opie-base Description: WAV file plugin Plugin to play WAV files with the mediaplayer in the Opie environment. diff --git a/core/opie-login/opie-login.control b/core/opie-login/opie-login.control index 0bf29f8..aeb517d 100644 --- a/core/opie-login/opie-login.control +++ b/core/opie-login/opie-login.control @@ -4,6 +4,6 @@ Section: opie/system Maintainer: Project Opie <opie@handhelds.org> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION), libopie1 +Depends: opie-base, libopie1 Description: Multiuser login for OPIE A xdm/kdm equivalent for OPIE. diff --git a/core/pim/addressbook/opie-addressbook.control b/core/pim/addressbook/opie-addressbook.control index cc7f580..5392892 100644 --- a/core/pim/addressbook/opie-addressbook.control +++ b/core/pim/addressbook/opie-addressbook.control @@ -5,6 +5,6 @@ Conflicts: qpe-tkcaddressbook Maintainer: Stefan Eilers <eilers.stefan@epost.de> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION), libopie1 ($QPE_VERSION) +Depends: opie-base, libopie1 Description: Contacts A simple addressbook for the Opie environment. diff --git a/core/pim/datebook/opie-datebook.control b/core/pim/datebook/opie-datebook.control index de2673f..54eb1ab 100644 --- a/core/pim/datebook/opie-datebook.control +++ b/core/pim/datebook/opie-datebook.control @@ -5,6 +5,6 @@ Conflicts: qpe-tkccalendar Maintainer: Warwick Allison <warwick@trolltech.com> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION), libopie1 ($QPE_VERSION) +Depends: opie-base, libopie1 Description: A datebook/appointment manager A datebook/appointment manager for the Opie environment. diff --git a/core/pim/today/opie-today.control b/core/pim/today/opie-today.control index a514c3e..40c2cdf 100644 --- a/core/pim/today/opie-today.control +++ b/core/pim/today/opie-today.control @@ -4,7 +4,7 @@ Section: opie/applications Maintainer: Maximilian Reiß <harlekin@handhelds.org> Architecture: arm Version: 0.6-$SUB_VERSION -Depends: opie-base ($QPE_VERSION), libopie1 ($QPE_VERSION) +Depends: opie-base, libopie1 License: GPL Description: today screen This today screen app gives an overview of appointments diff --git a/core/pim/today/task-opie-today.control b/core/pim/today/task-opie-today.control index 780c08a..76b6828 100644 --- a/core/pim/today/task-opie-today.control +++ b/core/pim/today/task-opie-today.control @@ -3,7 +3,7 @@ Section: opie/applications Maintainer: Maximilian Reiß <harlekin@handhelds.org> Architecture: arm Version: 0.5-$SUB_VERSION -Depends: opie-base ($QPE_VERSION), libopie1 ($QPE_VERSION), opie-today, opie-today-datebookplugin, opie-today-todolistplugin, opie-today-mailplugin +Depends: opie-base, libopie1, opie-today, opie-today-datebookplugin, opie-today-todolistplugin, opie-today-mailplugin License: GPL Description: Task for basic today setup includes datebook, todolist and mail plugin diff --git a/core/pim/todo/opie-todo.control b/core/pim/todo/opie-todo.control index d2b705a..3da6b00 100644 --- a/core/pim/todo/opie-todo.control +++ b/core/pim/todo/opie-todo.control @@ -4,6 +4,6 @@ Section: opie/applications Maintainer: Holger 'zecke' Freyther <zecke@handhelds.org> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION), libopie1 ($QPE_VERSION) +Depends: opie-base, libopie1 Description: TODO-list manager A Todo-list manager for the Opie environment. 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. |