[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#688382: texlive-base: missing conffiles after squeeze->wheezy upgrade



On So, 30 Sep 2012, Andreas Beckmann wrote:
> I'd really like to see this fixed. There are 171 recursive rdepends of
> texlive-base (according to piuparts-report for squeeze2wheezy) that
> cannot be tested with piuparts because of this bug.
> 
> If there is a patch to be tested, I can help.
> 


The strange things is that there is code in it to do that, look into
texlive-base.postinst I see:

for file in $libpaper_files ; do
  if [ -r $file ] ; then
    if ucf_is_changed $file ; then
	... do something...
    fi
    rm $file
    rm some other files
  fi
  ucf --purge $file
  if test -x "`which ucfr`" ; then
    ucfr --purge texlive-base $file
  fi
done

So from my understanding that means that everything is also purged
from the dpkg conffile database ...

Can you do some tests where the postinst is run with set -x?

I don't see for now why this should not working.

Best wishes

Norbert
------------------------------------------------------------------------
Norbert Preining            preining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan                                 TeX Live & Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
------------------------------------------------------------------------
TINCLETON (n.)
A man who amuses himself in your lavatory by pulling the chain in
mid-pee and then seeing if he can finish before the flush does.
			--- Douglas Adams, The Meaning of Liff


Reply to: