author | kergoth <kergoth> | 2003-01-26 19:23:46 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-26 19:23:46 (UTC) |
commit | fcc5341e8eaef9586cb7fd2b40a22198de0d196d (patch) (unidiff) | |
tree | 749e6a7118c41d6a5a6fa8028d716123fbafda00 /example | |
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-- | example/example.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/example.control b/example/example.control index 1422c82..4dd49a9 100644 --- a/example/example.control +++ b/example/example.control | |||
@@ -1,11 +1,11 @@ | |||
1 | Files: bin/example apps/Applications/example.desktop pics/example.png | 1 | Files: bin/example apps/Applications/example.desktop pics/example.png |
2 | Priority: optional | 2 | Priority: optional |
3 | Section: opie/applications | 3 | Section: opie/applications |
4 | Maintainer: Warwick Allison <warwick@trolltech.com> | 4 | Maintainer: Warwick Allison <warwick@trolltech.com> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: 1.0.0 | 6 | Version: 1.0.0 |
7 | Depends: qpe-base ($QPE_VERSION) | 7 | Depends: qpe-base |
8 | License: Public Domain | 8 | License: Public Domain |
9 | Description: Example program | 9 | Description: Example program |
10 | An example program for the Opie environment. | 10 | An example program for the Opie environment. |
11 | Does nothing interesting. | 11 | Does nothing interesting. |