Skip to content
Commits on Source (3)
libreadline-java (0.8.0.1+dfsg-9) unstable; urgency=medium
* Team upload.
* Declare compliance with Debian Policy 4.2.1.
* Set Breaks and Replaces in debian/control. The documentation is now only
installed by libreadline-java-doc but was installed by both packages in
Stretch. (Closes: #898380)
-- Markus Koschany <apo@debian.org> Wed, 29 Aug 2018 14:57:45 +0200
libreadline-java (0.8.0.1+dfsg-8) unstable; urgency=medium
* Team upload.
......
......@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 11),
libedit-dev (>= 3.1-20160903~),
libreadline-dev,
javahelper
Standards-Version: 4.1.4
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/libreadline-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libreadline-java
Homepage: https://github.com/aclemons/java-readline
......@@ -36,6 +36,10 @@ Section: doc
Depends: ${misc:Depends}
Recommends: w3m | www-browser, default-jdk-doc
Suggests: libreadline-java
Breaks:
libreadline-java (<< 0.8.0.1+dfsg-7)
Replaces:
libreadline-java (<< 0.8.0.1+dfsg-7)
Description: API docs for readline/editline wrappers for Java
This package provides the API documentation and examples for the
GNU readline and BSD editline wrappers for Java. The wrappers themselves
......