Comment 2 for bug 148930

Revision history for this message
Michael Vogt (mvo) wrote :

The problem is that pycentral does call dpkg-querry with a absolute path and the installed version of dpkg does not support the dpkg triggers status flags. This makes the pycentral scripts fail:

/usr/bin/pycentral:
            cmd = ['/usr/bin/dpkg-query', '-L', self.name]