Your message dated Tue, 2 Apr 2013 21:17:10 +0200
with message-id <[email protected]>
and subject line Re: Bug#703818: tpu: fonts-vlgothic/20120629-2
has caused the Debian Bug report #703818,
regarding tpu: fonts-vlgothic/20120629-2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
703818: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703818
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[email protected]> ]
+ * 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 <[email protected]> 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#
--- End Message ---
--- Begin Message ---
On Mon, Apr 1, 2013 at 09:16:41 +0900, Hideki Yamane wrote:
> On Mon, 1 Apr 2013 00:45:04 +0100
> Jonathan Wiltshire <[email protected]> wrote:
> > Please go ahead and ping this bug when it is uploaded.
>
> Thanks! uploaded it.
>
Approved.
Cheers,
Julien
signature.asc
Description: Digital signature
--- End Message ---