This is an automated email from the git hooks/post-receive script. ben pushed a commit to branch master in repository javaparser.
commit e47e1318c755944b02cd535af469cb78cc4fa1d5 Author: Benjamin Mesing <[email protected]> Date: Wed Oct 23 20:36:34 2013 +0200 - updated copyright and control file --- debian/control | 70 ++++++++++++++++++++++++++---------------------------- debian/copyright | 43 ++++++++------------------------- 2 files changed, 44 insertions(+), 69 deletions(-) diff --git a/debian/control b/debian/control index c18f407..ce049dc 100644 --- a/debian/control +++ b/debian/control @@ -1,51 +1,49 @@ -Source: autocomplete +Source: javaparser Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Benjamin Mesing <[email protected]> -Build-Depends: debhelper (>= 9), javahelper (>= 0.4), maven-repo-helper, ant -Build-Depends-Indep: default-jdk, default-jdk-doc, librsyntaxtextarea-java (>= 2.5), librsyntaxtextarea-java-doc (>= 2.5) +Build-Depends: debhelper (>= 9), javahelper (>= 0.4) +Build-Depends-Indep: default-jdk, default-jdk-doc Standards-Version: 3.9.4 -Vcs-Git: git://git.debian.org/git/pkg-java/autocomplete.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/autocomplete.git -Homepage: http://fifesoft.com/autocomplete/ +Vcs-Git: git://git.debian.org/git/pkg-java/javaparser.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/javaparser.git +Homepage: http://code.google.com/p/javaparser -Package: libautocomplete-java +Package: libjavaparser-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} -Suggests: libautocomplete-java-doc -Description: Java library for auto-completion in text component - AutoComplete is a library allowing you to add IDE-like auto-completion - (aka "code completion" or "Intellisense") to any Swing JTextComponent. - Special integration is added for RSyntaxTextArea. - . - It features: - * Drop-down completion choice list - * Optional companion "description" window, complete with full HTML - support and navigable with hyperlinks - * Optional parameter completion assistance for functions/methods, - ala Eclipse and NetBeans - * Completion information is typically specified in an XML file, - but can even be dynamic. +Suggests: libjavaparser-java-doc +Description: Java library for parsing Java 1.5. + The library features abstract syntax tree (AST) generation and supports + the visitor pattern. The AST records the source code structure, javadoc + and comments. It is also possible to change the AST nodes or create new + ones to modify the source code. + . + Main features are: + * light weight + * good performance + * easy to use + * AST can be modified + * AST can be created from scratc -Package: libautocomplete-java-doc +Package: libjavaparser-java-doc Architecture: all Section: doc Depends: ${java:Depends}, ${misc:Depends} Recommends: default-jdk-doc, librsyntaxtextarea-java-doc Suggests: libautocomplete-java -Description: Java library for auto-completion in text component (documentation) - AutoComplete is a library allowing you to add IDE-like auto-completion - (aka "code completion" or "Intellisense") to any Swing JTextComponent. - Special integration is added for RSyntaxTextArea. - . - It features: - * Drop-down completion choice list - * Optional companion "description" window, complete with full HTML - support and navigable with hyperlinks - * Optional parameter completion assistance for functions/methods, - ala Eclipse and NetBeans - * Completion information is typically specified in an XML file, - but can even be dynamic. +Description: Java library for parsing Java 1.5. + The library features abstract syntax tree (AST) generation and supports + the visitor pattern. The AST records the source code structure, javadoc + and comments. It is also possible to change the AST nodes or create new + ones to modify the source code. + . + Main features are: + * light weight + * good performance + * easy to use + * AST can be modified + * AST can be created from scratc . - This package contains the API documentation of libautocomplete-java. + This package contains the API documentation of libjavaparser-java. diff --git a/debian/copyright b/debian/copyright index eb9e4cd..2306b31 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,40 +1,17 @@ Format: http://dep.debian.net/deps/dep5/ -Upstream-Name: AutoComplete -Upstream-Contact: Robert Futrell -Source: http://fifesoft.com/autocomplete/ +Upstream-Name: javaparser +Upstream-Contact: Júlio Vilmar Gesser +Source: http://code.google.com/p/javaparser/ Files: * -Copyright: 2013, Robert Futrell -License: modified BSD license +Copyright: 2007, Júlio Vilmar Gesser +License: LGPL-3+ Files: debian/* -Copyright: 2011, Vladimir Kotov <[email protected]> - 2013, Benjamin Mesing <[email protected]> -License: LGPL-2.1+ +Copyright: 2013, Benjamin Mesing <[email protected]> +License: LGPL-3+ -License: modified BSD license - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - * Neither the name of the author nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. - . - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND - ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND - ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License: LGPL-2.1+ +License: LGPL-3+ + LGPL license 3.0 or any later version of that license. On Debian GNU/Linux system you can find the complete text of the - LGPL-2.1 license in '/usr/share/common-licenses/LGPL-2.1' + license in '/usr/share/common-licenses/LGPL' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javaparser.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

