diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-26 10:00:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-26 10:00:09 +0900 |
commit | 75147a8ff239e7e6498fe0a482fea614ff7e4439 (patch) | |
tree | cc1bcf3244f0c8d293eb77dda673bf59f943c170 /debian/control | |
parent | 29de66a268d4ca7f3178760faec0029fc398b123 (diff) | |
download | universal-indent-gui-tqt-75147a8ff239e7e6498fe0a482fea614ff7e4439.tar.gz universal-indent-gui-tqt-75147a8ff239e7e6498fe0a482fea614ff7e4439.zip |
Removed debian packaging files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/debian/control b/debian/control deleted file mode 100644 index 440b560..0000000 --- a/debian/control +++ /dev/null @@ -1,42 +0,0 @@ -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. |