Emmanuel Bourg pushed to branch master at Debian Java Maintainers / jaxb
Commits: 623a8c3e by Andreas Beckmann at 2019-04-03T07:25:21Z Fixed the removal of the alternatives (Closes: #916641) - - - - - 2 changed files: - debian/changelog - debian/jaxb.prerm Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +jaxb (2.3.0.1-8) unstable; urgency=medium + + * Team upload. + * Fixed the removal of the alternatives (Closes: #916641) + + -- Andreas Beckmann <[email protected]> Wed, 03 Apr 2019 09:23:42 +0200 + jaxb (2.3.0.1-7) unstable; urgency=medium * Team upload. ===================================== debian/jaxb.prerm ===================================== @@ -3,8 +3,8 @@ set -e if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then - update-alternatives --remove wsgen /usr/share/jaxb/bin/schemagen.zip.sh - update-alternatives --remove wsimport /usr/share/jaxb/bin/xjc.zip.sh + update-alternatives --remove schemagen /usr/share/jaxb/bin/schemagen.zip.sh + update-alternatives --remove xjc /usr/share/jaxb/bin/xjc.zip.sh fi #DEBHELPER# View it on GitLab: https://salsa.debian.org/java-team/jaxb/commit/623a8c3eb7898b314291aadb882904be8ade513f -- View it on GitLab: https://salsa.debian.org/java-team/jaxb/commit/623a8c3eb7898b314291aadb882904be8ade513f 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

