diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-26 09:58:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-26 09:58:54 +0900 |
commit | c01d6fa867281f871c586336cca5a9b2c7633ac1 (patch) | |
tree | 822eea332be001ccb1305793bcfe577c17c12f02 /ubuntu/_base/applications/misc/universal-indent-gui-tqt/debian/control | |
parent | 35dfb34f5160fea06f790869b8f360fde482a4e9 (diff) | |
download | tde-packaging-c01d6fa867281f871c586336cca5a9b2c7633ac1.tar.gz tde-packaging-c01d6fa867281f871c586336cca5a9b2c7633ac1.zip |
DEB: add universal-indent-gui-tqt packaging files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/applications/misc/universal-indent-gui-tqt/debian/control')
-rw-r--r-- | ubuntu/_base/applications/misc/universal-indent-gui-tqt/debian/control | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/ubuntu/_base/applications/misc/universal-indent-gui-tqt/debian/control b/ubuntu/_base/applications/misc/universal-indent-gui-tqt/debian/control new file mode 100644 index 000000000..440b56089 --- /dev/null +++ b/ubuntu/_base/applications/misc/universal-indent-gui-tqt/debian/control @@ -0,0 +1,42 @@ +Source: universal-indent-gui-tqt +Section: devel +Priority: optional +Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> +XSBC-Original-Maintainer: Thomas Schweitzer <thomas-schweitzer@arcor.de> +XSBC-Original-Uploaders: Fathi Boudra <fabo@debian.org> +Build-Depends: cdbs, debhelper (>= 9~), quilt, tde-cmake, ninja-build, libtqtinterface-dev, libtqscintilla-dev +Standards-Version: 3.9.3 + +Package: universal-indent-gui-tqt +Architecture: any +Depends: ${shlibs:Depends} +Suggests: astyle, bcpp, csstidy, hindent, indent, perltidy, tidy, uncrustify, xmlindent +Description: GUI frontend for several code beautifiers + UniversalIndentGui is a GUI fontend for several code beautifiers, currently + supporting: + * Artistic Styler + * BCPP + * Cobol Beautify + * CSSTidy + * Fortran 90 PPR + * GNU Indent + * GreatCode + * hindent + * HTB + * Javascript Decoder + * JSPPP + * Perl Tidy + * PHP_Beautifier + * PHP Code Beautifier + * PHP Stylist + * pindent + * Ruby Beautify + * Ruby Formatter + * Shell Indent + * (HTML) Tidy + * Uncrustify + * XML Indent + . + UniversalIndentGui allows you to tune a beautifier's configuration and see + how the changes affects a source example live. It is especially useful to + compare different C/C++ beautifiers when you have to choose one of them. |