On Sun, 2010-01-24 at 23:52 +0100, Piotr Skólski wrote: > After thrid line (pathing using debian script) > > chmod +x debian/bin/gencontrol.py > debian/bin/gencontrol.py > Traceback (most recent call last): > File "debian/bin/gencontrol.py", line 331, in <module> > Gencontrol()() > File "debian/bin/gencontrol.py", line 14, in __init__ > self.process_changelog() > File "debian/bin/gencontrol.py", line 305, in process_changelog > (distribution, version)) > RuntimeError: Can't upload to unstable with a version of 2.6.32-5a~test > make: *** [debian/control-real] Error 1 > > I don't know what i can do now, i'm go sleep then. > Good Night :*
Oops, that's a bug in the test-patches script. Please continue with
these commands which will work around that:
rm -r linux-2.6-2.6.32
dpkg-source -x linux-2.6_2.6.32-5.dsc
cd linux-2.6-2.6.32
sed -i '1s/unstable/UNRELEASED/' debian/changelog
bash debian/bin/test-patches -f 486 -s none
../0001-3c503-Fix-IRQ-probing.patch
Ben.
--
Ben Hutchings
Any smoothly functioning technology is indistinguishable from a rigged demo.
signature.asc
Description: This is a digitally signed message part

