Bug#1039469: frozen-bubble: rm tries to be interactive during build

Simon McVittie smcv at debian.org
Mon Jun 26 11:42:42 BST 2023


Source: frozen-bubble
Version: 2.212-11
Severity: normal

I tried rebuilding frozen-bubble on a porterbox to verify that it compiles
successfully against libsdl1.2-compat-dev (it does), and got this:

>    debian/rules override_dh_install
> make[1]: Entering directory '/home/smcv/tmp/frozen-bubble-2.212'
> # remove man page with not really interesting doc
> for i in Net MDKCommon LevelEditor Stuff ; do \
>         rm /home/smcv/tmp/frozen-bubble-2.212/debian/tmp/usr/share/man/man3/Games::FrozenBubble::$i.3pm* ; \
> done
> rm: remove write-protected regular file '/home/smcv/tmp/frozen-bubble-2.212/debian/tmp/usr/share/man/man3/Games::FrozenBubble::Net.3pm'?

When I answered 'y' repeatedly, the build succeeded, but please use
`rm -f` instead of plain `rm` so that the build is always non-interactive.

Thanks,
    smcv



More information about the pkg-perl-maintainers mailing list