debian/0000755000000000000000000000000012232021325007156 5ustar debian/control0000644000000000000000000000334112232013421010560 0ustar Source: javaparser Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Benjamin Mesing 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/javaparser.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/javaparser.git Homepage: http://code.google.com/p/javaparser Package: libjavaparser-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} 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: 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 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 libjavaparser-java. debian/rules0000755000000000000000000000037612232014122010241 0ustar #!/usr/bin/make -f export JAVA_HOME=/usr/lib/jvm/default-java VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p') %: dh $@ --with javahelper get-orig-source: uscan --download-version $(VERSION) --force-download --repack debian/watch0000644000000000000000000000014412232011413010203 0ustar version=3 http://code.google.com/p/javaparser/downloads/list?can=1 .*/javaparser-(\d[\d.]*)-src.zip debian/README.source0000644000000000000000000000061012232016014011331 0ustar This package uses a version control system as described in http://wiki.debian.org/Java/JavaVcs and the pages linked from there. It contains the upstream source within the VCS upstream branch. Upstream versions are tagged as upstream/. The original tarball was repackaged, because it was distributed in there zip format. Use debian/rules get-orig-source to repeat the repackaging. debian/changelog0000644000000000000000000000023212232023034011024 0ustar javaparser (1.0.8-1) unstable; urgency=low * Initial release. (Closes: #711109) -- Benjamin Mesing Wed, 23 Oct 2013 21:14:08 +0200 debian/libjavaparser-java.jlibs0000644000000000000000000000001612232014436013751 0ustar javaparser.jardebian/compat0000644000000000000000000000000212232011413010351 0ustar 7 debian/libjavaparser-java-doc.javadoc0000644000000000000000000000001112232014552015012 0ustar internal debian/source/0000755000000000000000000000000012232011413010453 5ustar debian/source/format0000644000000000000000000000001412232011413011661 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000074612232013343011121 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: javaparser Upstream-Contact: Júlio Vilmar Gesser Source: http://code.google.com/p/javaparser/ Files: * Copyright: 2007, Júlio Vilmar Gesser License: LGPL-3+ Files: debian/* Copyright: 2013, Benjamin Mesing License: LGPL-3+ 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 license in '/usr/share/common-licenses/LGPL' debian/javabuild0000644000000000000000000000002412232014050011033 0ustar javaparser.jar src/