diff options
author | François Andriot <[email protected]> | 2015-02-02 21:35:33 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2015-02-02 21:35:33 +0100 |
commit | c9f7683c9057c9f5c7bd0cf221e205ebdd3ce6c2 (patch) | |
tree | 4c118e2cbcd300a28daf020f0187075848c33e66 /ubuntu/maverick/tdeutils/debian/control.in | |
parent | c173d38a5ffce15e1116a352753c6eebe1152197 (diff) | |
parent | b01e5e633f17cc9c728f666803b63977597af9d9 (diff) | |
download | tde-packaging-c9f7683c9057c9f5c7bd0cf221e205ebdd3ce6c2.tar.gz tde-packaging-c9f7683c9057c9f5c7bd0cf221e205ebdd3ce6c2.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/tdeutils/debian/control.in')
-rw-r--r-- | ubuntu/maverick/tdeutils/debian/control.in | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/ubuntu/maverick/tdeutils/debian/control.in b/ubuntu/maverick/tdeutils/debian/control.in index 01a6a0559..24274f96b 100644 --- a/ubuntu/maverick/tdeutils/debian/control.in +++ b/ubuntu/maverick/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. |