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

Re: debhelper 9.20120830



On Sun, 2012-09-09 at 14:28 -0400, Joey Hess wrote:
> This debhelper release is ready to migrate tomorrow, and

Actually, tonight.

> fixes a single RC bug. I have a new RC bug fix ready to be
> released once this one migrates so would appreciate a speedy
> unblock.

Unblock bugs are easier to track. </predictable>

-if [ "$1" = "upgrade" ] && ! dpkg-query -S #CENTRALCAT# >/dev/null 2>&1; then
+if test -f #CENTRALCAT# -a "(" "$1" = "upgrade" -o "$1" = "install" -a -n "$2" ")" && 
+               ! dpkg-query -S #CENTRALCAT# >/dev/null 2>&1; then

I had to read that through a couple of times to make sure the logic in
the inner section was correct in terms of precedence.

> +  * dh_installcatalogs: Adjust catalog conffile conversion to avoid
> +    dpkg conffile prompt when upgrading from a removed package.
> +    Closes: #681194

Unblocked.

Regards,

Adam


Reply to: