author | kergoth <kergoth> | 2002-08-29 19:56:23 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-08-29 19:56:23 (UTC) |
commit | 4b864b9a6509d3b43be34d39264a9c23f5240641 (patch) (side-by-side diff) | |
tree | d8c8054ce83717b055726bfc0ad3aea1d5f9cd12 /scripts | |
parent | 51f2688d69dba8e865190d8b7a67b32b18dd8371 (diff) | |
download | opie-4b864b9a6509d3b43be34d39264a9c23f5240641.zip opie-4b864b9a6509d3b43be34d39264a9c23f5240641.tar.gz opie-4b864b9a6509d3b43be34d39264a9c23f5240641.tar.bz2 |
Correcting various syntax problems in control files.
-rw-r--r-- | scripts/remove/opie-remove.control | 2 | ||||
-rw-r--r-- | scripts/remove/qpe-remove.control | 2 | ||||
-rw-r--r-- | scripts/update/opie-update.control | 4 | ||||
-rw-r--r-- | scripts/update/qpe-opie-update.control | 6 |
4 files changed, 7 insertions, 7 deletions
diff --git a/scripts/remove/opie-remove.control b/scripts/remove/opie-remove.control index 8ccedcd..cb4a406 100644 --- a/scripts/remove/opie-remove.control +++ b/scripts/remove/opie-remove.control @@ -1,5 +1,5 @@ -Packagename: opie-remove Maintainer: Patrick S. Vogt <tille@handhelds.org> Section: opie/system +Priority: optional Version: 0.9.1 Description: Remove opie -- Use at own risc -- will remove opie and /opt/QtPalmtop/ diff --git a/scripts/remove/qpe-remove.control b/scripts/remove/qpe-remove.control index b239713..b1f002d 100644 --- a/scripts/remove/qpe-remove.control +++ b/scripts/remove/qpe-remove.control @@ -1,5 +1,5 @@ -Packagename: qpe Maintainer: Patrick S. Vogt <tille@handhelds.org> Section: opie/system +Priority: optional Version: 0.9.1 Description: Remove qtopia -- Use at own risc -- will remove qtopia and /opt/QtPalmtop/ diff --git a/scripts/update/opie-update.control b/scripts/update/opie-update.control index 34cb01b..a2f5e97 100644 --- a/scripts/update/opie-update.control +++ b/scripts/update/opie-update.control @@ -1,6 +1,6 @@ -Packagename: opie-update Maintainer: Patrick S. Vogt <tille@handhelds.org> Section: opie/system +Priority: optional Version: 0.9.1 Description: Reinstall opie. Dummy package that reinstalls opie, by removing -everything and reinstalling it. + everything and reinstalling it. diff --git a/scripts/update/qpe-opie-update.control b/scripts/update/qpe-opie-update.control index 329754a..81a5370 100644 --- a/scripts/update/qpe-opie-update.control +++ b/scripts/update/qpe-opie-update.control @@ -1,7 +1,7 @@ -Packagename: qpe-opie-update Maintainer: Patrick S. Vogt <tille@handhelds.org> Section: opie/system +Priority: optional Version: 0.9.1 Description: Remove qtopia and install opie. Dummy package that removes qtopia -and installs opie, by removing everything and installing the same opie -packages. + and installs opie, by removing everything and installing the same opie + packages. |