autocomplete 2.5.3-2 source package in Ubuntu

Changelog

autocomplete (2.5.3-2) unstable; urgency=medium

  * Team upload.
  * Removed the -java-doc package
  * Standards-Version updated to 4.6.1
  * Switch to debhelper level 13
  * Use salsa.debian.org Vcs-* URLs
  * Updated the watch file
  * Remove the gradle wrapper from the upstream tarball

 -- Emmanuel Bourg <email address hidden>  Tue, 17 May 2022 09:10:41 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
autocomplete_2.5.3-2.dsc 2.1 KiB 972e9fe24f1809c40c03afa5cece7e951885e1872a31630e39034ab043550231
autocomplete_2.5.3.orig.tar.gz 83.4 KiB 1da73a99b2cb1b0d877bac86ee72a99e6325fe7f81459ba2d262842fac0a58e1
autocomplete_2.5.3-2.debian.tar.xz 4.3 KiB 5d6acb7910a9d8dc902ef6f3deeb9627ffd2cc5a3094b9b673570fd0e5980da3

Available diffs

No changes file available.

Binary packages built by this source

libautocomplete-java: 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.