tags 403202 patch thanks On Fri, Dec 15, 2006 at 11:59:04AM +0100, Lucas Nussbaum wrote: > Package: python-formencode > Version: 0.5.1-4 > Severity: serious > Justification: FTBFS on i386, very likely to fail everywhere else > Usertags: grid5000 > > Hi, > > During a rebuild of all packages in etch, I discovered that your package > failed to build on i386. >
[...] > Version 0.6-1 currently in unstable builds fine inside etch, despite a few > warnings: > dh_python: Doing nothing since dh_pycompat exists; dh_pysupport or > dh_pycentral should do the work. You can remove dh_python from your rules > file. > warning, `debian/python-formencode/DEBIAN/control' contains user-defined > field `Python-Version' > dpkg-deb: building package `python-formencode' in > `../python-formencode_0.6-1_all.deb'. > dpkg-deb: ignoring 1 warnings about the control file(s) > dpkg-genchanges > dpkg-genchanges: warning: unknown information field `Xb-Python-Version' in > input data in package's section of control info file > > I haven't looked at the other changes tho, so I dunno if it's suitable > for a hint. > Allow the new version in Etch would fix the bug, but the patch for fix this bug is really trivial. So maybe an upload to testing is worth of. diff -u python-formencode-0.5.1/debian/rules python-formencode-0.5.1/debian/rules --- python-formencode-0.5.1/debian/rules +++ python-formencode-0.5.1/debian/rules @@ -31,8 +31,8 @@ for python in $(PYVERS); \ do $$python setup.py install --root=$(CURDIR)/debian/python-formencode --no-compile --single-version-externally-managed; \ done - rm $(CURDIR)/debian/python-formencode/usr/lib/python2.3/site-packages/formencode/formgen.py \ - $(CURDIR)/debian/python-formencode/usr/lib/python2.3/site-packages/formencode/sqlformgen.py + rm $(CURDIR)/debian/python-formencode/usr/lib/python*/site-packages/formencode/formgen.py \ + $(CURDIR)/debian/python-formencode/usr/lib/python*/site-packages/formencode/sqlformgen.py # Build architecture-dependent files here. binary-arch: -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]