changeset 616:5c50273c27f6

Updated the debian package build files. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@875 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Tue, 28 Oct 2008 12:03:38 +0000
parents b41151561e70
children 39d66174b927
files debian/compat debian/control
diffstat 2 files changed, 11 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/debian/compat	Tue Oct 28 11:57:11 2008 +0000
+++ b/debian/compat	Tue Oct 28 12:03:38 2008 +0000
@@ -1,1 +1,1 @@
-7
+6
--- a/debian/control	Tue Oct 28 11:57:11 2008 +0000
+++ b/debian/control	Tue Oct 28 12:03:38 2008 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Thomas Schweitzer <mail@thomas-schweitzer.de>
 Build-Depends: debhelper (>= 7), libqt4-dev (>= 4.4), libqscintilla2-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Uploaders: Marcela Tiznado <mlt@debian.org>
 Homepage: http://universalindent.sourceforge.net/
 
@@ -12,10 +12,12 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: astyle, bcpp, csstidy, hindent, indent, tidy, uncrustify (>= 0.50), xmlindent
 Description: GUI frontend for nearly any code beautifier
- UniversalIndentGui is a GUI fontend for nearly any code beautifier, currently
- supporting Artistic Style (Astyle), BCPP, CSSTidy, GNU Indent, GreatCode,
- HTML Tidy, PerlTidy, phpCodeBeautifier (phpCB) and Uncrustify.
- 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.
-
+ UniversalIndentGui is a GUI fontend for nearly any code beautifier.
+ It allows you to comfortably change each parameter of a beautifier and
+ directly see how the source code is affected done by a live preview.
+ Many free available code beautifier, formatter and indenter are currently
+ supported, like GNU Indent, Uncrustify, Artistic Styler, PHP Stylist,
+ Ruby Beautify, HTML Tidy and many other (look at features for complete list).
+ Currently not supported indenters can be easyly added by creating a
+ configuration file for them.
+