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 /noncore/games/kpacman | |
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.
-rw-r--r-- | noncore/games/kpacman/opie-kpacman.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/kpacman/opie-kpacman.control b/noncore/games/kpacman/opie-kpacman.control index c311b56..fb2f889 100644 --- a/noncore/games/kpacman/opie-kpacman.control +++ b/noncore/games/kpacman/opie-kpacman.control @@ -1,6 +1,6 @@ Files: bin/kpacman apps/Games/kpacman.desktop pics/kpacman/kpacman.png share/kpacman Version: 0.3.1-$SUB_VERSION -Depends: opie-base ($QPE_VERSION) +Depends: opie-base Priority: optional Section: opie/games Maintainer: Catalin Climov <catalin@climov.com> |