summaryrefslogtreecommitdiff
path: root/noncore/tools/opie-sh
authorkergoth <kergoth>2003-01-26 19:23:46 (UTC)
committer kergoth <kergoth>2003-01-26 19:23:46 (UTC)
commitfcc5341e8eaef9586cb7fd2b40a22198de0d196d (patch) (side-by-side diff)
tree749e6a7118c41d6a5a6fa8028d716123fbafda00 /noncore/tools/opie-sh
parent721eae88bd32905c9ebe715be0955583edf6e641 (diff)
downloadopie-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.
Diffstat (limited to 'noncore/tools/opie-sh') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/opie-sh/opie-sh.control2
-rw-r--r--noncore/tools/opie-sh/scripts/opie-sh-diskfree.control2
-rw-r--r--noncore/tools/opie-sh/scripts/opie-sh-fsmounter.control2
-rw-r--r--noncore/tools/opie-sh/scripts/opie-sh-hostlist.control2
-rw-r--r--noncore/tools/opie-sh/scripts/opie-sh-killproc.control2
-rw-r--r--noncore/tools/opie-sh/scripts/opie-sh-launcher-refresh.control2
-rw-r--r--noncore/tools/opie-sh/scripts/opie-sh-logviewer.control2
-rw-r--r--noncore/tools/opie-sh/scripts/opie-sh-rsynchelper.control2
-rw-r--r--noncore/tools/opie-sh/scripts/opie-sh-servicemanager.control2
-rw-r--r--noncore/tools/opie-sh/scripts/opie-sh-stowawayctrl.control2
-rw-r--r--noncore/tools/opie-sh/scripts/opie-sh-usbnetctrl.control2
11 files changed, 11 insertions, 11 deletions
diff --git a/noncore/tools/opie-sh/opie-sh.control b/noncore/tools/opie-sh/opie-sh.control
index 6b40506..a86a1e1 100644
--- a/noncore/tools/opie-sh/opie-sh.control
+++ b/noncore/tools/opie-sh/opie-sh.control
@@ -4,7 +4,7 @@ Section: opie/applications
Maintainer: Thomas Stephens <spiralman@softhome.net>
Architecture: arm
Version: 0.5-$SUB_VERSION
-Depends: opie-base ($QPE_VERSION)
+Depends: opie-base
License: GPL
Description: a QDialog shell frontend
A program to let you use various dialogs from the console (or a shell script)
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-diskfree.control b/noncore/tools/opie-sh/scripts/opie-sh-diskfree.control
index efdf08a..7af1920 100644
--- a/noncore/tools/opie-sh/scripts/opie-sh-diskfree.control
+++ b/noncore/tools/opie-sh/scripts/opie-sh-diskfree.control
@@ -1,7 +1,7 @@
Files: bin/diskfree.sh apps/Opie-SH/diskfree.desktop pics/opie-sh-scripts/diskfree.png
Installed-Size: 0
Version: $QPE_VERSION-$SUB_VERSION
-Depends: opie-base ($QPE_VERSION), opie-sh
+Depends: opie-base, opie-sh
Priority: optional
Section: opie/settings
Maintainer: gonz <gonz@directbox.com>
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-fsmounter.control b/noncore/tools/opie-sh/scripts/opie-sh-fsmounter.control
index fa92e73..5a8038c 100644
--- a/noncore/tools/opie-sh/scripts/opie-sh-fsmounter.control
+++ b/noncore/tools/opie-sh/scripts/opie-sh-fsmounter.control
@@ -1,7 +1,7 @@
Files: bin/filesystem_mounter.sh pics/opie-sh-scripts/fsmounter.png apps/Opie-SH/filesystem_mounter.desktop
Installed-Size: 0
Version: $QPE_VERSION-$SUB_VERSION
-Depends: opie-base ($QPE_VERSION), opie-sh
+Depends: opie-base, opie-sh
Priority: optional
Section: opie/settings
Maintainer: gonz <gonz@directbox.com>
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-hostlist.control b/noncore/tools/opie-sh/scripts/opie-sh-hostlist.control
index 4cacaf4..d4b7c6c 100644
--- a/noncore/tools/opie-sh/scripts/opie-sh-hostlist.control
+++ b/noncore/tools/opie-sh/scripts/opie-sh-hostlist.control
@@ -1,7 +1,7 @@
Files: bin/hostlist.sh pics/opie-sh-scripts/hostlist.png apps/Opie-SH/hostlist.desktop share/config/hostlist.cfg
Installed-Size: 0
Version: $QPE_VERSION-$SUB_VERSION
-Depends: opie-base ($QPE_VERSION), opie-sh
+Depends: opie-base, opie-sh
Priority: optional
Section: opie/settings
Maintainer: gonz <gonz@directbox.com>
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-killproc.control b/noncore/tools/opie-sh/scripts/opie-sh-killproc.control
index 8e62d44..25c908f 100644
--- a/noncore/tools/opie-sh/scripts/opie-sh-killproc.control
+++ b/noncore/tools/opie-sh/scripts/opie-sh-killproc.control
@@ -1,7 +1,7 @@
Files: bin/killproc.sh apps/Opie-SH/killproc.desktop pics/opie-sh-scripts/killproc.png
Installed-Size: 0
Version: $QPE_VERSION-$SUB_VERSION
-Depends: opie-base ($QPE_VERSION), opie-sh
+Depends: opie-base, opie-sh
Priority: optional
Section: opie/settings
Maintainer: gonz <gonz@directbox.com>
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-launcher-refresh.control b/noncore/tools/opie-sh/scripts/opie-sh-launcher-refresh.control
index a02b4ee..36c826b 100644
--- a/noncore/tools/opie-sh/scripts/opie-sh-launcher-refresh.control
+++ b/noncore/tools/opie-sh/scripts/opie-sh-launcher-refresh.control
@@ -1,7 +1,7 @@
Files: bin/launcher_refresh.sh pics/opie-sh-scripts/launcher_refresh.png apps/Opie-SH/launcher_refresh.desktop
Installed-Size: 0
Version: $QPE_VERSION-$SUB_VERSION
-Depends: opie-base ($QPE_VERSION), opie-sh
+Depends: opie-base, opie-sh
Priority: optional
Section: opie/settings
Maintainer: gonz <gonz@directbox.com>
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-logviewer.control b/noncore/tools/opie-sh/scripts/opie-sh-logviewer.control
index fb04741..e9e3431 100644
--- a/noncore/tools/opie-sh/scripts/opie-sh-logviewer.control
+++ b/noncore/tools/opie-sh/scripts/opie-sh-logviewer.control
@@ -1,7 +1,7 @@
Files: bin/logviewer.sh apps/Opie-SH/logviewer.desktop pics/opie-sh-scripts/logviewer.png
Installed-Size: 0
Version: $QPE_VERSION-$SUB_VERSION
-Depends: opie-base ($QPE_VERSION), opie-sh
+Depends: opie-base, opie-sh
Priority: optional
Section: opie/settings
Maintainer: gonz <gonz@directbox.com>
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-rsynchelper.control b/noncore/tools/opie-sh/scripts/opie-sh-rsynchelper.control
index ce6bd0c..ba72e31 100644
--- a/noncore/tools/opie-sh/scripts/opie-sh-rsynchelper.control
+++ b/noncore/tools/opie-sh/scripts/opie-sh-rsynchelper.control
@@ -1,7 +1,7 @@
Files: bin/rsyncme.sh apps/Opie-SH/rsyncme.desktop pics/opie-sh-scripts/rsyncme.png share/config/rsyncme.cfg
Installed-Size: 0
Version: $QPE_VERSION-$SUB_VERSION
-Depends: opie-base ($QPE_VERSION), opie-sh
+Depends: opie-base, opie-sh
Priority: optional
Section: opie/settings
Maintainer: gonz <gonz@directbox.com>
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-servicemanager.control b/noncore/tools/opie-sh/scripts/opie-sh-servicemanager.control
index db0a418..e43cea2 100644
--- a/noncore/tools/opie-sh/scripts/opie-sh-servicemanager.control
+++ b/noncore/tools/opie-sh/scripts/opie-sh-servicemanager.control
@@ -1,7 +1,7 @@
Files: bin/service_manager.sh apps/Opie-SH/service_manager.desktop pics/opie-sh-scripts/service_manager.png
Installed-Size: 0
Version: $QPE_VERSION-$SUB_VERSION
-Depends: opie-base ($QPE_VERSION), opie-sh
+Depends: opie-base, opie-sh
Priority: optional
Section: opie/settings
Maintainer: gonz <gonz@directbox.com>
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-stowawayctrl.control b/noncore/tools/opie-sh/scripts/opie-sh-stowawayctrl.control
index e2ed2d6..17dcf11 100644
--- a/noncore/tools/opie-sh/scripts/opie-sh-stowawayctrl.control
+++ b/noncore/tools/opie-sh/scripts/opie-sh-stowawayctrl.control
@@ -1,7 +1,7 @@
Files: bin/stowctrl.sh apps/Opie-SH/stowctrl.desktop pics/opie-sh-scripts/stowctrl.png
Installed-Size: 0
Version: $QPE_VERSION-$SUB_VERSION
-Depends: opie-base ($QPE_VERSION), opie-sh
+Depends: opie-base, opie-sh
Priority: optional
Section: opie/settings
Maintainer: spiralman <spiralman@softhome.net
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-usbnetctrl.control b/noncore/tools/opie-sh/scripts/opie-sh-usbnetctrl.control
index 511f038..3d75603 100644
--- a/noncore/tools/opie-sh/scripts/opie-sh-usbnetctrl.control
+++ b/noncore/tools/opie-sh/scripts/opie-sh-usbnetctrl.control
@@ -1,7 +1,7 @@
Files: bin/usbnetctrl.sh apps/Opie-SH/usbnetctrl.desktop pics/opie-sh-scripts/usbnetctrl.png
Installed-Size: 0
Version: $QPE_VERSION-$SUB_VERSION
-Depends: opie-base ($QPE_VERSION), opie-sh
+Depends: opie-base, opie-sh
Priority: optional
Section: opie/settings
Maintainer: gonz <gonz@directbox.com>