* Norbert Preining [Sun, 27 Jul 2008 21:14:08 +0200]:

> Dear Release Team,

Hello Norbert!

First of all, thanks and kudos for providing a commented inline diff.
Life would be oh-so-nice if everybody did that!

After reviewing, I think everything is fine for lenny. I've added an
unblock.

> --- tex-common-1.11/scripts/dh_installtex
> +++ tex-common-1.11.1/scripts/dh_installtex
> @@ -635,14 +635,27 @@
>               # we should NOT check whether files are actually installed
>               # because we have to update the ls-R db for disappearing files, 
> too.
>               autoscript($package, "postinst", "postinst-texlsr", 
> "s|#TEXMFTREES#|@foo|");
> -             autoscript($package, "postrm",   "postrm-texlsr", 
> "s|#TEXMFTREES#|@foo|");
>               if ($dothefullstuff) {
>                       autoscript($package, "postinst", "postinst-tex", 
> "s|#FORMATSFILES#|@fmtconffiles|; s|#WHATTODO#|@whattodo|");
> +             }
> +
> +             # postrm stuff
> +             # we have to take care for the debhelper compat level. With
> +             # debhelper >= 6 the different parts are reverse ordered.
> +             if (compat(5)) {
> +                     # for compat level <= 5 do the texlsr stuff now
> +                     autoscript($package, "postrm",   "postrm-texlsr", 
> "s|#TEXMFTREES#|@foo|");
> +             }
> +             if ($dothefullstuff) {
>                       autoscript($package, "postrm",   "postrm-tex", 
> "s|#FORMATS#|@postrmfmtdata|; s|#WHATTODO#|@whattodo|");
>               }
> +             if (!compat(5)) {
> +                     # for compat level >> 5 do it now
> +                     autoscript($package, "postrm",   "postrm-texlsr", 
> "s|#TEXMFTREES#|@foo|");
> +             }
>       }

So, uhm, I guess this means the packages built with compat=6 (>= 6?)
against the affected version need a rebuild? Do you need help with
figuring out what needs a rebuild?

Cheers,

-- 
Adeodato Simó                                     dato at net.com.org.es
Debian Developer                                  adeodato at debian.org
 
                                Listening to: Najwa - One and other lies


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to