Hello, On Tue, 18 Mar 2008, Luk Claes wrote: > Can you send the diff against the package in stable that is needed to > fix the bug so we can have a better idea of the possible impact?
The output of "interdiff -z tex4ht_20060913-[12].diff.gz" is attached. Regards, Kapil. --
diff -u tex4ht-20060913/debian/changelog tex4ht-20060913/debian/changelog --- tex4ht-20060913/debian/changelog +++ tex4ht-20060913/debian/changelog @@ -1,3 +1,11 @@ +tex4ht (20060913-2) stable; urgency=low + + * Added debian/tex4ht.{postinst,postrm} which run "texhash" + in order to record the presence of config file + /etc/tex4ht/tex4ht.env. (Closes: #463755) + + -- Kapil Hari Paranjape <[EMAIL PROTECTED]> Mon, 11 Feb 2008 22:05:10 +0530 + tex4ht (20060913-1) unstable; urgency=low * New upstream release (2006_09_13_14:58). only in patch2: unchanged: --- tex4ht-20060913.orig/debian/tex4ht.postinst +++ tex4ht-20060913/debian/tex4ht.postinst @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e + +# Update the kpathsea lists +texhash + +#DEBHELPER# only in patch2: unchanged: --- tex4ht-20060913.orig/debian/tex4ht.postrm +++ tex4ht-20060913/debian/tex4ht.postrm @@ -0,0 +1,9 @@ +#!/bin/sh + +set -e + +if [ "$1" = purge ] ; then + command -v texhash > /dev/null 2>&1 && texhash || true +fi + +#DEBHELPER#
signature.asc
Description: Digital signature