author | sandman <sandman> | 2004-03-14 18:35:06 (UTC) |
---|---|---|
committer | sandman <sandman> | 2004-03-14 18:35:06 (UTC) |
commit | a3726e8ae25805d215d0fd5c249345aad9952ef3 (patch) (unidiff) | |
tree | 112f657db4129f27df2ddd03697fb74efde8c59c /library/opie-common.control | |
parent | 1c32fa9ffa9dda6b5726871bba948c0d2be3c7c8 (diff) | |
download | opie-a3726e8ae25805d215d0fd5c249345aad9952ef3.zip opie-a3726e8ae25805d215d0fd5c249345aad9952ef3.tar.gz opie-a3726e8ae25805d215d0fd5c249345aad9952ef3.tar.bz2 |
Removes two problems with familiar 0.7.2:
- ipkg install task-opie-minimal doesn't work (multiple providers for
vera font) --> Depend on vera-small
- ipkg install task-opie doesn't work because opie-qpdf is not in the
feed --> Depends -= opie-qpdf
-rw-r--r-- | library/opie-common.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/opie-common.control b/library/opie-common.control index 9e7f1d3..364ccd5 100644 --- a/library/opie-common.control +++ b/library/opie-common.control | |||
@@ -4,7 +4,7 @@ Priority: required | |||
4 | Section: opie/system | 4 | Section: opie/system |
5 | Maintainer: Opie Team <opie@handhelds.org> | 5 | Maintainer: Opie Team <opie@handhelds.org> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Depends: libqpe1, qte-fonts, qpf-bitstream-vera | 7 | Depends: libqpe1, qte-fonts, qpf-bitstream-vera-small |
8 | Replaces: opie-base | 8 | Replaces: opie-base |
9 | Description: Core opie files | 9 | Description: Core opie files |
10 | Version: $QPE_VERSION$EXTRAVERSION | 10 | Version: $QPE_VERSION$EXTRAVERSION |