Bug#593525: python-debian: Please add a Control object

2010-09-25 Thread Benjamin Drung
Am Mittwoch, den 25.08.2010, 16:40 -0700 schrieb John Wright: > Hi Benjamin, > > On Thu, Aug 19, 2010 at 01:25:30AM +0200, Benjamin Drung wrote: > > Package: python-debian > > Version: 0.1.16 > > Severity: wishlist > > > > I want to parse a debian/control file and found no 'Control' object that >

Bug#593525: python-debian: Please add a Control object

2010-08-25 Thread John Wright
Hi Benjamin, On Thu, Aug 19, 2010 at 01:25:30AM +0200, Benjamin Drung wrote: > Package: python-debian > Version: 0.1.16 > Severity: wishlist > > I want to parse a debian/control file and found no 'Control' object that > represents a debian/control file. I had to create my own Crontol object that

Bug#593525: python-debian: Please add a Control object

2010-08-18 Thread Benjamin Drung
Package: python-debian Version: 0.1.16 Severity: wishlist I want to parse a debian/control file and found no 'Control' object that represents a debian/control file. I had to create my own Crontol object that contains a list of Deb822 objects: def get_blocks(blocks, line): if line.strip()