debian/0000755000000000000000000000000012231273530007164 5ustar debian/control0000644000000000000000000000426412231273530010575 0ustar Source: autocomplete Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Benjamin Mesing 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) 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/ Package: libautocomplete-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. Package: libautocomplete-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. . This package contains the API documentation of libautocomplete-java. debian/libautocomplete-java.jlibs0000644000000000000000000000002612231010326014306 0ustar dist/autocomplete.jar debian/TODOs0000644000000000000000000000000012231266515010032 0ustar debian/rules0000755000000000000000000000106112231271555010247 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 --with jh_maven_repo_helper get-orig-source: git clone https://github.com/bobbylight/AutoComplete.git ( cd AutoComplete ; git archive -9 --prefix=autocomplete-$(VERSION)/ -o ../autocomplete_$(VERSION).orig.tar.gz $(VERSION) ) rm -rf AutoComplete get-orig-pom: wget -O debian/pom.xml http://repo1.maven.org/maven2/com/fifesoft/autocomplete/$(VERSION)/autocomplete-$(VERSION).pom debian/watch0000644000000000000000000000014512231010326010205 0ustar version=3 http://sf.net/rsyntaxtextarea/autocomplete_([\d\.]+)_Source\.zip debian debian/orig-tar.sh debian/README.source0000644000000000000000000000036412231010326011336 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/ debian/changelog0000644000000000000000000000057112231264754011051 0ustar autocomplete (2.5.0-1) unstable; urgency=low * new upstream release * first upload to archive (Closes: #619046) -- Benjamin Mesing Mon, 21 Oct 2013 19:21:04 +0200 autocomplete (1.5.1-1) unstable; urgency=low * Initial release. (Closes: #619046) * Never uploaded to archive -- Vladimir Kotov Wed, 11 May 2011 22:04:49 +0300 debian/libautocomplete-java-doc.javadoc0000644000000000000000000000006012231010326015353 0ustar javadoc /usr/share/doc/libautocomplete-java/api debian/compat0000644000000000000000000000000212231010326010352 0ustar 7 debian/source/0000755000000000000000000000000012231010326010454 5ustar debian/source/format0000644000000000000000000000001412231010326011662 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012231260044010607 5ustar debian/patches/series0000644000000000000000000000007312231257617012040 0ustar 0001-Modified-build.xml-for-debian-specific-settings.patch debian/patches/0001-Modified-build.xml-for-debian-specific-settings.patch0000644000000000000000000000454712231260044023261 0ustar From: Benjamin Mesing Date: Sun, 20 Oct 2013 19:02:56 +0200 Subject: =?UTF-8?q?Modified=20build.xml=20for=20debian=20specific=20settin?= =?UTF-8?q?gs=0A-=20added=20clean=20target=0A-=20link=20to=20local=20javad?= =?UTF-8?q?oc=0A-=20fixed=20classpath=20for=20rsyntaxtextarea.jar?= --- build.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 8870a2e..ec192b9 100644 --- a/build.xml +++ b/build.xml @@ -31,6 +31,7 @@ + @@ -38,14 +39,14 @@ - + @@ -88,13 +89,18 @@ + breakiterator="yes" classpath="${default-class-path}/rsyntaxtextarea.jar"> - + + + + + + debian/copyright0000644000000000000000000000370612231262521011123 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: AutoComplete Upstream-Contact: Robert Futrell Source: http://fifesoft.com/autocomplete/ Files: * Copyright: 2013, Robert Futrell License: modified BSD license Files: debian/* Copyright: 2011, Vladimir Kotov 2013, Benjamin Mesing License: LGPL-2.1+ 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 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+ 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' debian/libautocomplete-java.poms0000644000000000000000000000006412231261423014171 0ustar debian/pom.xml --no-parent --usj-name=autocomplete debian/pom.xml0000644000000000000000000000375012231011143010474 0ustar 4.0.0 com.fifesoft rtext-root-pom 3 ../../pom.xml com.fifesoft autocomplete 2.5.0 jar AutoComplete 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, since this feature is commonly needed when editing source code. Features include: Drop-down completion choice list. Optional companion "description" window, complete with full HTML support and navigable with hyperlinks. Optional parameter completion assistance for functions and methods, ala Eclipse and NetBeans. Completion information is typically specified in an XML file, but can even be dynamic. 2003 http://www.fifesoft.com/rsyntaxtextarea Modified BSD License http://fifesoft.com/rsyntaxtextarea/RSyntaxTextArea.License.txt repo http://svn.fifesoft.com/viewvc-1.0.5/bin/cgi/viewvc.cgi/AutoComplete/?root=RSyntaxTextArea http://svn.fifesoft.com/svn/RSyntaxTextArea/AutoComplete Robert Futrell http://www.fifesoft.com com.fifesoft rsyntaxtextarea 2.5.0