Hi! Mailing here my diff for the 1:4.2-1.2 NMU - it fixes the bug that Arnaud Hocevar closed and closes the one he fixed by copying his fix to the other postrm in the package.
/Sune -- How can I open the site? From Photoshop you can't disable the floppy disk of the mouse for logging on the ISDN mousepad.
diff -u ptex-base-2.4/debian/changelog ptex-base-2.4/debian/changelog
--- ptex-base-2.4/debian/changelog
+++ ptex-base-2.4/debian/changelog
@@ -1,3 +1,12 @@
+ptex-base (1:2.4-1.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Closes the right bugnumber in the 1:1.2.4-1.1 NMU (Closes: 391200)
+ * Don't use mktexlsr in purge of jbibtex-base (Closes: 391209) (Fixing the
+ bug closed in the 1:1.2.4-1.1 NMU)
+
+ -- Sune Vuorela <[EMAIL PROTECTED]> Sat, 14 Oct 2006 12:23:08 +0200
+
ptex-base (1:2.4-1.1) unstable; urgency=low
* Non-maintainer upload.
diff -u ptex-base-2.4/debian/jbibtex-base.postrm ptex-base-2.4/debian/jbibtex-base.postrm
--- ptex-base-2.4/debian/jbibtex-base.postrm
+++ ptex-base-2.4/debian/jbibtex-base.postrm
@@ -17,16 +17,19 @@
# for details, see /usr/share/doc/packaging-manual/
case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- mktexlsr
-
+ remove)
+ mktexlsr
;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 0
-
+ purge)
+ if mktexlsr --help >/dev/null 2>&1; then
+ mktexlsr
+ fi
+ ;;
+ upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+ ;;
+ *)
+ echo "postrm called with unknown argument \`$1'" >&2
+ exit 0
esac
# dh_installdeb will replace this with shell code automatically
pgp2z4fxIzpGC.pgp
Description: PGP signature

