Changelog
deb822 (0.2ubuntu1) feisty; urgency=low
* Merge from debian unstable, remaining changes:
+ debian/control:
- Replaced python build-dep with python-dev to fix FTBFS
- Added Ubuntu Maintainer field, moved old one to
Original-Maintainer field
* Fixed the Maintainer field to point to MOTU
deb822 (0.2) unstable; urgency=low
* debian/rules:
- Tell setup.py not to compile the modules -- python-support does that at
install time
* README:
- Fix a typo
* debian/control:
- Improve the description
- Remove X[BS]-Python-Version fields, as per python-support README
* deb822.py:
- Add a get_pool_path() method to the Changes class which returns the path
in the pool you would expect to find the files listed in the .changes
file
- Fix a typo in Deb822Dict.__init__ where I was referring to fields, not
_fields
* Remove debian/pycompat, as per python-support README
-- Michael Bienia <email address hidden> Wed, 7 Feb 2007 13:34:47 +0100