Bug#703818: tpu: fonts-vlgothic/20120629-2
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: tpu
Hi,
Please approve fonts-vlgothic-20120629-2 upload to testing-proposed-updates.
Its fix is tiny as below, and same fix for fonts-ipafont/ipaexfont which is
permitted to introduce wheezy before.
diff -Nru fonts-vlgothic-20120629/debian/changelog fonts-vlgothic-20120629/debian/changelog
--- fonts-vlgothic-20120629/debian/changelog 2012-06-29 16:29:25.000000000 +0900
+++ fonts-vlgothic-20120629/debian/changelog 2013-03-24 13:50:11.000000000 +0900
@@ -1,3 +1,16 @@
+fonts-vlgothic (20120629-2) testing-proposed-updates; urgency=low
+
+ [ Andreas Beckmann <anbe@debian.org> ]
+ * ttf-vlgothic.preinst: Unregister the ttf-japanese-gothic.ttf alternative.
+ * fonts-vlgothic.preinst: Clean up the ttf-japanese-gothic.ttf alternative
+ set up by ttf-vlgothic in squeeze. This needs to be done in fonts-vlgothic
+ as well since there is no guarantee that the transitional ttf-vlgothic
+ package was installed and has cleaned this up. Since new installations of
+ fonts-vlgothic cannot be distinguished from "upgrades" from ttf-vlgothic,
+ this needs to be run on new installations, too. (Closes: #699905)
+
+ -- Hideki Yamane <henrich@debian.org> Sun, 24 Mar 2013 13:41:11 +0900
+
fonts-vlgothic (20120629-1) unstable; urgency=low
* New upstream release
diff -Nru fonts-vlgothic-20120629/debian/fonts-vlgothic.preinst fonts-vlgothic-20120629/debian/fonts-vlgothic.preinst
--- fonts-vlgothic-20120629/debian/fonts-vlgothic.preinst 2011-09-18 23:16:57.000000000 +0900
+++ fonts-vlgothic-20120629/debian/fonts-vlgothic.preinst 2013-03-24 13:47:02.000000000 +0900
@@ -72,6 +72,18 @@
fi
fi
+ # Remove the alternative set up by the old ttf-vlgothic package.
+ # Do this again here since there is no guarantee that the transitional
+ # ttf-vlgothic package was installed and has cleaned this up.
+ # Do this for new installations (as we can't distinguish them from
+ # "upgrades" from ttf-vlgothic) as well as upgrades that did not yet
+ # clean this up.
+ # (This can be removed after jessie was released with this code.)
+ if dpkg --compare-versions "$2" lt "20120629-1.1~" ; then
+ update-alternatives --remove ttf-japanese-gothic.ttf \
+ /usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf
+ fi
+
esac
#DEBHELPER#
Reply to: