This is an automated email from the git hooks/post-receive script. stuart pushed a commit to branch master in repository malai.
commit d7150666c3ccbb2683d42c7ece7f8b503602fcf7 Author: Stuart Prescott <[email protected]> Date: Sun Nov 27 00:14:31 2016 +1100 Fix binary package description --- debian/control | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/debian/control b/debian/control index c70662c..ca98c55 100644 --- a/debian/control +++ b/debian/control @@ -22,12 +22,12 @@ Architecture: all Depends: ${maven:Depends}, ${misc:Depends} -Description: vector drawing program for LaTeX using PSTricks - LaTeXDraw is a free PSTricks code generator or PSTricks editor for LaTeX. - It has the usual drawing tools (lines, rectangles, circles, Bezier curves) - and can resize, rotate, move and join objects using vector transformations. - LaTeXDraw uses SVG as its file format and figures can be exported as PSTricks - code, pdf, eps, jpg, bmp, png, ppm. - . - PSTricks is an extension of LaTeX which allows the creation of drawings, - diagrams and graphs in 2D or 3D. +Description: Malai software architecture pattern in Java + libMalai is a Java implementation of the Malai architectural design pattern. + Malai can be viewed as an major step beyond MVC where the controller has + been completely rethought to consider modern evolutions of the interactivity + of systems. Malai can also be viewed as MVP architecture focusing on modern + concerns: + - More and more interactivity in software systems (with more and more + post-WIMP interactions) + - Multi-platform development thanks to its modularity -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/malai.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

