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 /i18n/unmaintained | |
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-- | i18n/unmaintained/opie-i18n-hu.control | 2 | ||||
-rw-r--r-- | i18n/unmaintained/opie-i18n-ja.control | 2 | ||||
-rw-r--r-- | i18n/unmaintained/opie-i18n-ko.control | 2 | ||||
-rw-r--r-- | i18n/unmaintained/opie-i18n-no.control | 2 | ||||
-rw-r--r-- | i18n/unmaintained/opie-i18n-zh-cn.control | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/i18n/unmaintained/opie-i18n-hu.control b/i18n/unmaintained/opie-i18n-hu.control index 2f94a3f..b941b58 100644 --- a/i18n/unmaintained/opie-i18n-hu.control +++ b/i18n/unmaintained/opie-i18n-hu.control @@ -4,7 +4,7 @@ Section: opie/i18n Maintainer: Carstem Niehaus <cniehaus@kde.org> Architecture: arm Arch: iPAQ Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION) +Depends: opie-base Description: i18n: Magyar Hungarian UI texts and dictionary for OPIE environment. diff --git a/i18n/unmaintained/opie-i18n-ja.control b/i18n/unmaintained/opie-i18n-ja.control index 9966286..49f6af5 100644 --- a/i18n/unmaintained/opie-i18n-ja.control +++ b/i18n/unmaintained/opie-i18n-ja.control @@ -4,7 +4,7 @@ Section: opie/i18n Maintainer: Carstem Niehaus <cniehaus@kde.org> Architecture: arm Arch: iPAQ Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION), qpf-cyberbit-120-50-t10 +Depends: opie-base, qpf-cyberbit-120-50-t10 Description: i18n: Japanese Japanese UI texts for OPIE environment. diff --git a/i18n/unmaintained/opie-i18n-ko.control b/i18n/unmaintained/opie-i18n-ko.control index 06aedcf..6abf825 100644 --- a/i18n/unmaintained/opie-i18n-ko.control +++ b/i18n/unmaintained/opie-i18n-ko.control @@ -4,7 +4,7 @@ Section: opie/i18n Maintainer: Carstem Niehaus <cniehaus@kde.org> Architecture: arm Arch: iPAQ Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION), qpf-cyberbit-120-50-t10 +Depends: opie-base, qpf-cyberbit-120-50-t10 Description: i18n: Korean Korean UI texts for OPIE environment. diff --git a/i18n/unmaintained/opie-i18n-no.control b/i18n/unmaintained/opie-i18n-no.control index 4108185..a98ca7c 100644 --- a/i18n/unmaintained/opie-i18n-no.control +++ b/i18n/unmaintained/opie-i18n-no.control @@ -4,7 +4,7 @@ Section: opie/i18n Maintainer: Carstem Niehaus <cniehaus@kde.org> Architecture: arm Arch: iPAQ Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION) +Depends: opie-base Description: i18n: Norsk Norwegian UI texts and dictionary for OPIE environment. diff --git a/i18n/unmaintained/opie-i18n-zh-cn.control b/i18n/unmaintained/opie-i18n-zh-cn.control index 05e59c9..14ff933 100644 --- a/i18n/unmaintained/opie-i18n-zh-cn.control +++ b/i18n/unmaintained/opie-i18n-zh-cn.control @@ -4,7 +4,7 @@ Section: opie/i18n Maintainer: Carstem Niehaus <cniehaus@kde.org> Architecture: arm Arch: iPAQ Version: $QPE_VERSION-$SUB_VERSION -Depends: opie-base ($QPE_VERSION), qpf-cyberbit-120-50-t10 +Depends: opie-base, qpf-cyberbit-120-50-t10 Description: i18n: Chinese Chinese UI texts for OPIE environment. |