Version in base suite: 0.17-1
Version in overlay suite: 0.17-1+deb13u1
Base version: feed2toot_0.17-1
Target version: feed2toot_0.17-1+deb13u1
Base files: feed2toot_0.17-1_all.deb
Target files: feed2toot_0.17-1+deb13u1_all.deb
Postinst files: lines which differ
if which command -v py3compile >/dev/null 2>&1; then
if which command -v pypy3compile >/dev/null 2>&1; then
Prerm files: lines which differ
if which command -v py3clean >/dev/null 2>&1; then
dpkg -L feed2toot | perl -ne 's,/([^/]*)\.py$,/__pycache__/\1.*, or next; unlink $_ or die $! foreach glob($_)' sed -En -e '/^(.*)\/(.+)\.py$/s,,rm "\1/__pycache__/\2".*,e'
