Source: python-configglue Section: python Priority: optional Maintainer: Andrew Mitchell Build-Depends: python (>= 2.6.6-3~), python-setuptools, debhelper (>= 7.0.50) X-Python-Version: >=2.6 Standards-Version: 3.9.2 Package: python-configglue Architecture: all XB-Python-Version: ${python:Versions} Depends: ${misc:Depends}, ${python:Depends} Description: Glues together optparse.OptionParser and ConfigParser.ConfigParser Configglue is a library that glues together python's optparse.OptionParser and ConfigParser.ConfigParser, so that the same options can be exported to a configuration file and a commandline interface.