On Fri, Sep 19, 2014 at 3:16 AM, Thomas Goirand <z...@debian.org> wrote:
> On 09/18/2014 11:30 PM, Corey Bryant wrote: > > Package: python-glance-store > > Version: 0.1.8-1 > > Severity: important > > Tags: patch > > User: corey.bry...@canonical.com > > Usertags: origin-ubuntu utopic ubuntu-patch > > > > Dear Maintainer, > > > > We want to sync python-glance-store into Ubuntu but that is being > prevented > > by failing tests. > > > > I've updated the package and tests now run 100% successfully with the > fixes. > > > > In Ubuntu, the attached patch was applied to achieve the following: > > > > * New upstream release. > > * debian/control: Add python-mox to Build-Depends-Indep to fix test > failure. > > * debian/p/fix-tests.patch: Added temporary patch to fix test failures. > > * debian/watch: Update package path. > > > > > > Thanks for considering the patch! > > > > Corey Bryant > > Hi! > > Thanks a lot for forwarding Ubuntu changes. This is very much > appreciated, especially since it didn't happen with Chuck, and as I'm > doing most of the Python module packaging. > > I will happily apply your patch, though please have a quick look at it: > it contains lots of things which shouldn't be there, like modifications > to the egg-info and such. If you have time to filter this out, please do > so (otherwise I'll have to do the work). Or at least, can you confirm > that only the debian/patches file is the relevant change? > > Thanks again for the patch, > > Thomas Goirand (zigo) > > Hi Thomas! Thanks for the feedback and also thanks for all the work you've been doing! In terms of debian/ changes, it includes: * debian/changelog: New upstream release. * debian/control: Add python-mox to Build-Depends-Indep to fix test failure. * debian/watch: Update package path. * debian/p/fix-tests.patch: Added temporary patch to fix tests. The reason for the other branch changes (the non debian/ changes) is because I had to import the new upstream release changes into the branch (e.g. bzr merge-upstream ../*.dsc). -- Regards, Corey