When building the new schoolbell package I get a lintian warning: W: schoolbell-ssl: config-does-not-load-confmodule N: N: The config script must load one of the debconf libraries. N:
But, the first 2 lines of my config file are: #!/usr/bin/python2.3 from debconf import * So I am thinking this is a lintian bug, or something wrong with the way I import the library? Everything seems to work just fine. -- Brian Sutherland