Markus Koschany pushed to branch master at Debian Java Maintainers / libreadline-java
Commits: afb06e37 by Markus Koschany at 2018-08-29T12:55:27Z Declare compliance with Debian Policy 4.2.1. - - - - - c5587057 by Markus Koschany at 2018-08-29T12:56:19Z 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 - - - - - 196e9b71 by Markus Koschany at 2018-08-29T13:00:05Z Update changelog - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +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 <[email protected]> Wed, 29 Aug 2018 14:57:45 +0200 + libreadline-java (0.8.0.1+dfsg-8) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -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 View it on GitLab: https://salsa.debian.org/java-team/libreadline-java/compare/92e3908a227041923b666769b9bb44e1cad7555d...196e9b715a464a1efe52c35a159330b163611886 -- View it on GitLab: https://salsa.debian.org/java-team/libreadline-java/compare/92e3908a227041923b666769b9bb44e1cad7555d...196e9b715a464a1efe52c35a159330b163611886 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

