On Mon, May 05, 2014 at 04:17:53PM -0700, Manoj Srivastava wrote:
> fixed 717807 13.003
> thanks
It doesn't seem to be fixed for me though? Is there any patch to test?
$ fakeroot make-kpkg --initrd --revision=1307251128 linux_image
====== making target debian/stamp/conf/minimal_debian [new prereqs: ]======
This is kernel package version 13.003.
test -d debian || mkdir debian
test ! -e stamp-building || rm -f stamp-building
install -p -m 755 /usr/share/kernel-package/rules debian/rules
for file in ChangeLog Control Control.bin86 config templates.in rules; do
\
cp -f /usr/share/kernel-package/$file ./debian/;
\
done
cp: cannot stat ‘/usr/share/kernel-package/ChangeLog’: No such file or directory
for dir in Config docs examples ruleset scripts pkg po; do
\
cp -af /usr/share/kernel-package/$dir ./debian/;
\
done
test -f debian/control || sed -e 's/=V/3.15.0-rc4/g' \
-e 's/=D/3.15.0-rc4-dirty-10.00.Custom/g' -e
's/=A/amd64/g' \
-e 's/=SA//g' \
-e 's/=I//g' \
-e 's/=CV/3.15/g' \
-e 's/=M/Michal Hocko <[email protected]>/g' \
-e 's/=ST/linux/g' -e 's/=B/x86_64/g' \
/usr/share/kernel-package/Control > debian/control
[...]
====== making target debian/stamp/conf/full-changelog [new prereqs: ]======
for file in ChangeLog Control Control.bin86 config templates.in rules; do
\
cp -f /usr/share/kernel-package/$file ./debian/; \
done
cp: cannot stat ‘/usr/share/kernel-package/ChangeLog’: No such file or directory
for dir in Config docs examples ruleset scripts pkg po; do
\
cp -af /usr/share/kernel-package/$dir ./debian/;
\
done
install -p -m 755 /usr/share/kernel-package/rules debian/rules
sed -e 's/=V/3.15.0-rc4-dirty/g' \
-e 's/=D/3.15.0-rc4-dirty-10.00.Custom/g' -e
's/=A/amd64/g' \
-e 's/=SA//g' \
-e 's/=I//g' \
-e 's/=CV/3.15/g' \
-e 's/=M/Michal Hocko <[email protected]>/g' \
-e 's/=ST/linux/g' -e 's/=B/x86_64/g' \
/usr/share/kernel-package/Control > debian/control
sed -e 's/=V/3.15.0-rc4-dirty/g' -e 's/=D/3.15.0-rc4-dirty-10.00.Custom/g'
\
-e 's/=A/amd64/g' -e 's/=M/Michal Hocko <[email protected]>/g' \
-e 's/=ST/linux/g' -e 's/=B/x86_64/g' \
/usr/share/kernel-package/changelog > debian/changelog
chmod 0644 debian/control debian/changelog
make -f debian/rules debian/stamp/conf/kernel-conf
make[2]: Entering directory '/mnt/share/devel/miso/linux-tree/test-tree'
make[2]: 'debian/stamp/conf/kernel-conf' is up to date.
make[2]: Leaving directory '/mnt/share/devel/miso/linux-tree/test-tree'
make[1]: Leaving directory '/mnt/share/devel/miso/linux-tree/test-tree'
echo done > debian/stamp/conf/minimal_debian
exec debian/rules INITRD=YES linux_image
--
Michal Hocko
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]