[Git][java-team/jaxb][master] Fixed the removal of the alternatives (Closes: #916641)
Emmanuel Bourg
gitlab at salsa.debian.org
Wed Apr 3 08:49:00 BST 2019
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 <anbe at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20190403/90093cd1/attachment.html>
More information about the pkg-java-commits
mailing list