view debian/control @ 801:71b89219671c default tip

Fix Debian package rules for Qt5 build.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 13 Apr 2018 02:02:51 +0300
parents ca899a323c52
children
line wrap: on
line source

Source: universalindentgui
Section: devel
Priority: optional
Maintainer: Thomas Schweitzer <thomas-schweitzer@arcor.de>
Uploaders: Fathi Boudra <fabo@debian.org>
Build-Depends: debhelper (>= 9), libqt5scintilla2-dev, qtbase5-dev, qtscript5-dev, qtbase5-dev-tools
Standards-Version: 3.9.3
Homepage: http://universalindent.sourceforge.net

Package: universalindentgui
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: 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.