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

Re: please unblock apt-listchanges 2.72.4 [l10n + minor patch in preinst]



Pierre Habouzit <madcoder@debian.org> writes:
>   the preinst patch is just removing the `|| true' part after rm -f that
> never fails.  The preinst diff is:
>
> diff -Nru /tmp/gfaY0UiCBa/apt-listchanges-2.72.2/debian/preinst /tmp/wpxfjxUQjF/apt-listchanges-2.72.4/debian/preinst
> --- /tmp/gfaY0UiCBa/apt-listchanges-2.72.2/debian/preinst       2007-02-13 10:42:33.000000000 +0100
> +++ /tmp/wpxfjxUQjF/apt-listchanges-2.72.4/debian/preinst       2007-02-18 21:17:35.000000000 +0100
> @@ -5,10 +5,10 @@
>  hook=/etc/apt/apt.conf.d/20listchanges
>
>  if test -d /usr/lib/site-python; then
> -    rm -f /usr/lib/site-python/apt_listchanges.pyo     || true
> -    rm -f /usr/lib/site-python/apt_listchanges.pyc     || true
> -    rm -f /usr/lib/site-python/DebianControlParser.pyo || true
> -    rm -f /usr/lib/site-python/DebianControlParser.pyo || true
> +    rm -f /usr/lib/site-python/apt_listchanges.pyo
> +    rm -f /usr/lib/site-python/apt_listchanges.pyc
> +    rm -f /usr/lib/site-python/DebianControlParser.pyo
> +    rm -f /usr/lib/site-python/DebianControlParser.pyo

I think you meant .pyc in the last line. Please re-upload.

Marc
-- 
Fachbegriffe der Informatik - Einfach erklärt
62: professionelles Arbeiten
       Tetris ist nicht auf der Festplatte (Sebastian
       Kokemohr-Schmidt)

Attachment: pgpq4JtdvfPHc.pgp
Description: PGP signature


Reply to: