Package: gsfonts
Version: 1:8.11+urwcyr1.0.7~pre44-4.2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu maverick ubuntu-patch
In Ubuntu, we've applied the attached patch to achieve the following:
* debian/postrm: s/udpate/update/ to fix typo
We thought you might be interested in doing the same. This is
currently the only outstanding difference between the Ubuntu and
Debian packages. Applying this patch in Debian would allow Ubuntu to
sync the package again.
diff -u gsfonts-8.11+urwcyr1.0.7~pre44/debian/postrm gsfonts-8.11+urwcyr1.0.7~pre44/debian/postrm
--- gsfonts-8.11+urwcyr1.0.7~pre44/debian/postrm
+++ gsfonts-8.11+urwcyr1.0.7~pre44/debian/postrm
@@ -21,7 +21,7 @@
case "$1" in
purge|remove)
- if [ -x /usr/sbin/udpate-gsfontmap ]; then
+ if [ -x /usr/sbin/update-gsfontmap ]; then
update-gsfontmap
fi
;;