On Mon, May 28, 2012 at 10:34:08PM +0200, Helmut Grohne wrote: > We now have sgml-base 1.26+nmu3 and debhelper 9.20120528 in sid. The > final step to fix #477751 is to get rid of update-catalog invocations > embedded by debhelper. I came up with a ben file for this. title = "sgml-base #477751"; is_affected = .depends ~ /sgml-base \(/; is_bad = .depends ~ /sgml-base \(>= 1\.1[0-9]\)/; is_good = .depends ~ /sgml-base \(>= 1\.26\+nmu2\)/; Helmut