On Friday 26 June 2009, maximilian attems wrote: > In the series for 2.6.31 it was noticed to ship the copyright, > but the generated changelog got lost somehow. > > As bonus the generated linux-image deb packages are Lenny lintian > clean. Acked-by: Frans Pop <elendil@xxxxxxxxx> > diff --git a/scripts/package/builddeb b/scripts/package/builddeb > index 01c2d13..b19f1f4 100644 > --- a/scripts/package/builddeb > +++ b/scripts/package/builddeb > @@ -16,6 +16,8 @@ create_package() { > local pname="$1" pdir="$2" > > cp debian/copyright "$pdir/usr/share/doc/$pname/" > + cp debian/changelog "$pdir/usr/share/doc/$pname/changelog.Debian" > + gzip -9 "$pdir/usr/share/doc/$pname/changelog.Debian" Wonder if it's really necessary to compress the changelog. It's always going to be small. AFAIK most files in doc (READMEs at least) are only compressed if they exceed a certain size. The default changelog is compressed even larger than the uncompressed original :-) Not a major issue though. -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html