summaryrefslogtreecommitdiffstats
path: root/debian/lenny/tdeutils/debian/control.in
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.in
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.in')
-rw-r--r--debian/lenny/tdeutils/debian/control.in18
1 files changed, 17 insertions, 1 deletions
diff --git a/debian/lenny/tdeutils/debian/control.in b/debian/lenny/tdeutils/debian/control.in
index 01a6a0559..24274f96b 100644
--- a/debian/lenny/tdeutils/debian/control.in
+++ b/debian/lenny/tdeutils/debian/control.in
@@ -11,7 +11,7 @@ Standards-Version: 3.7.2
Package: tdeutils
Section: tde
Architecture: all
-Depends: ark (>= ${Source-Version}), kcalc (>= ${Source-Version}), kcharselect (>= ${Source-Version}), tdelirc (>= ${Source-Version}), tdessh (>= ${Source-Version}), kdf (>= ${Source-Version}), kedit (>= ${Source-Version}), kfloppy (>= ${Source-Version}), kgpg (>= ${Source-Version}), khexedit (>= ${Source-Version}), kjots (>= ${Source-Version}), klaptopdaemon (>= ${Source-Version}) | kpowersave, kmilo (>= ${Source-Version}), kregexpeditor (>= ${Source-Version}), ksim (>= ${Source-Version}), ktimer (>= ${Source-Version}), tdewalletmanager (>= ${Source-Version}), superkaramba (>= ${Source-Version})
+Depends: ark (>= ${Source-Version}), kcalc (>= ${Source-Version}), kcharselect (>= ${Source-Version}), tdelirc (>= ${Source-Version}), tdessh (>= ${Source-Version}), kdf (>= ${Source-Version}), kedit (>= ${Source-Version}), kfloppy (>= ${Source-Version}), kgpg (>= ${Source-Version}), khexedit (>= ${Source-Version}), kjots (>= ${Source-Version}), klaptopdaemon (>= ${Source-Version}) | kpowersave, kmilo (>= ${Source-Version}), kregexpeditor (>= ${Source-Version}), ksim (>= ${Source-Version}), ktimer (>= ${Source-Version}), tdewalletmanager (>= ${Source-Version}), superkaramba (>= ${Source-Version}), tdefilereplace (>= ${Source-Version})
Suggests: tdeutils-doc-html (>= ${Source-Version})
Description: general purpose utilities from the official TDE release
TDE (the Trinity Desktop Environment) is a powerful Open Source graphical
@@ -331,3 +331,19 @@ Description: debugging symbols for tdeutils
This package contains the debugging symbols associated with tdeutils.
They will automatically be used by gdb for debugging tdeutils-related
issues.
+
+Package: tdefilereplace
+Architecture: any
+Section: tde
+Depends: ${shlibs:Depends}
+Suggests: quanta (= ${Source-Version})
+Description: batch search-and-replace component for TDE
+ 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' and 'tdeutils' packages for more information.