summaryrefslogtreecommitdiffstats
path: root/debian/lenny/tdeutils/debian/control
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2015-01-27 18:45:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2015-01-27 18:45:48 +0900
commit18d0862635735d1e08fbf809c702118712274dbc (patch)
tree7512757e3e38028200b8f5e6ad83225f1267d75d /debian/lenny/tdeutils/debian/control
parentc8c952a5271361bd5322edf70f15b2b3756ece5e (diff)
downloadtde-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 'debian/lenny/tdeutils/debian/control')
-rw-r--r--debian/lenny/tdeutils/debian/control20
1 files changed, 19 insertions, 1 deletions
diff --git a/debian/lenny/tdeutils/debian/control b/debian/lenny/tdeutils/debian/control
index 698e7e54d..e680c5fb4 100644
--- a/debian/lenny/tdeutils/debian/control
+++ b/debian/lenny/tdeutils/debian/control
@@ -13,7 +13,7 @@ Section: tde
Architecture: all
Replaces: kdeutils-trinity (<< 4:14.0.0~)
Breaks: 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-trinity (<< 4:14.0.0~)
+Breaks: 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.