diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-27 18:45:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-27 18:45:48 +0900 |
commit | 18d0862635735d1e08fbf809c702118712274dbc (patch) | |
tree | 7512757e3e38028200b8f5e6ad83225f1267d75d /ubuntu/maverick/tdeutils/debian/control | |
parent | c8c952a5271361bd5322edf70f15b2b3756ece5e (diff) | |
download | tde-packaging-18d0862635735d1e08fbf809c702118712274dbc.tar.gz tde-packaging-18d0862635735d1e08fbf809c702118712274dbc.zip |
Moved TDEFileReplace to tdeutils. This resolves bug 767.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/maverick/tdeutils/debian/control')
-rw-r--r-- | ubuntu/maverick/tdeutils/debian/control | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/ubuntu/maverick/tdeutils/debian/control b/ubuntu/maverick/tdeutils/debian/control index 0e14974b4..126a20ee9 100644 --- a/ubuntu/maverick/tdeutils/debian/control +++ b/ubuntu/maverick/tdeutils/debian/control @@ -13,7 +13,7 @@ Section: tde Architecture: all Replaces: kdeutils-kde3 (<< 4:14.0.0~), kdeutils-trinity (<< 4:14.0.0~) Breaks: kdeutils-kde3 (<< 4:14.0.0~), kdeutils-trinity (<< 4:14.0.0~) -Depends: ark-trinity (>= ${Source-Version}), kcalc-trinity (>= ${Source-Version}), kcharselect-trinity (>= ${Source-Version}), tdelirc-trinity (>= ${Source-Version}), tdessh-trinity (>= ${Source-Version}), kdf-trinity (>= ${Source-Version}), kedit-trinity (>= ${Source-Version}), kfloppy-trinity (>= ${Source-Version}), kgpg-trinity (>= ${Source-Version}), khexedit-trinity (>= ${Source-Version}), kjots-trinity (>= ${Source-Version}), klaptopdaemon-trinity (>= ${Source-Version}), kmilo-trinity (>= ${Source-Version}), kregexpeditor-trinity (>= ${Source-Version}), ksim-trinity (>= ${Source-Version}), ktimer-trinity (>= ${Source-Version}), tdewalletmanager-trinity (>= ${Source-Version}), superkaramba-trinity (>= ${Source-Version}) +Depends: ark-trinity (>= ${Source-Version}), kcalc-trinity (>= ${Source-Version}), kcharselect-trinity (>= ${Source-Version}), tdelirc-trinity (>= ${Source-Version}), tdessh-trinity (>= ${Source-Version}), kdf-trinity (>= ${Source-Version}), kedit-trinity (>= ${Source-Version}), kfloppy-trinity (>= ${Source-Version}), kgpg-trinity (>= ${Source-Version}), khexedit-trinity (>= ${Source-Version}), kjots-trinity (>= ${Source-Version}), klaptopdaemon-trinity (>= ${Source-Version}), kmilo-trinity (>= ${Source-Version}), kregexpeditor-trinity (>= ${Source-Version}), ksim-trinity (>= ${Source-Version}), ktimer-trinity (>= ${Source-Version}), tdewalletmanager-trinity (>= ${Source-Version}), superkaramba-trinity (>= ${Source-Version}), tdefilereplace-trinity (>= ${source:Version}) Suggests: tdeutils-trinity-doc-html (>= ${Source-Version}) Recommends: tdepowersave-trinity Description: general purpose utilities from the official Trinity release @@ -394,3 +394,21 @@ Description: debugging symbols for tdeutils-trinity This package contains the debugging symbols associated with tdeutils-trinity. They will automatically be used by gdb for debugging tdeutils-related issues. + +Package: tdefilereplace-trinity +Architecture: any +Section: tde +Replaces: kfilereplace-kde3 (<< 4:14.0.0~), kfilereplace-trinity (<< 4:14.0.0~) +Breaks: kfilereplace-kde3 (<< 4:14.0.0~), kfilereplace-trinity (<< 4:14.0.0~) +Depends: ${shlibs:Depends} +Suggests: quanta-trinity +Description: batch search-and-replace component for TDE [Trinity] + TDEFileReplace is an embedded component for TDE that acts as a batch + search-and-replace tool. It allows you to replace one expression with + another in many files at once. + . + Note that at the moment TDEFileReplace does not come as a standalone + application. + . + This package is part of Trinity, as a component of the TDE utilities module. + See the 'tde-trinity' and 'tdeutils-trinity' packages for more information. |