view debian/control @ 762:04d591e5ac1c

Adapted the release build scripts for the next version number, the change Japanese mnemonic and the subdirs within the src dir. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1039 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Tue, 12 Apr 2011 22:19:28 +0000
parents 8736c8cada18
children 4f751376f288
line wrap: on
line source

Source: universalindentgui
Section: devel
Priority: optional
Maintainer: Thomas Schweitzer <mail@thomas-schweitzer.de>
Uploaders: Fathi Boudra <fabo@debian.org>
Build-Depends: quilt, debhelper (>= 7), libqt4-dev, libqscintilla2-dev
Standards-Version: 3.8.0
Homepage: http://universalindent.sourceforge.net

Package: universalindentgui
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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 beautifiers when you have to choose one of them.
 Currently not supported indenters can be easyly added by creating a
 configuration file for them.