[PATCH] builddeb: put the dbg files into the correct directory

2014-08-26 Thread Michal Marek
Since the conversion of objtree to use relative pathnames (commit 7e1c04779e, "kbuild: Use relative path for $(objtree)"), the debug info files have been ending up in /debian/dbgtmp/ in the regular linux-image package instead of the debug files package. Fix up the paths so that the debug files end

Re: [PATCH] builddeb: put the dbg files into the correct directory

2014-08-26 Thread Michal Marek
On 2014-08-22 19:10, Darrick J. Wong wrote: > On Fri, Aug 22, 2014 at 03:56:07PM +0200, Michal Marek wrote: >> On Mon, Aug 18, 2014 at 10:49:28PM -0700, Darrick J. Wong wrote: >>> Since the conversion of objtree to use relative pathnames (commit >>> 7e1c04779e, "kbuild: Use relative path for $(objt

Re: [PATCH] builddeb: put the dbg files into the correct directory

2014-08-22 Thread Darrick J. Wong
On Fri, Aug 22, 2014 at 03:56:07PM +0200, Michal Marek wrote: > On Mon, Aug 18, 2014 at 10:49:28PM -0700, Darrick J. Wong wrote: > > Since the conversion of objtree to use relative pathnames (commit > > 7e1c04779e, "kbuild: Use relative path for $(objtree)"), the debug > > info files have been endi

Re: [PATCH] builddeb: put the dbg files into the correct directory

2014-08-22 Thread Michal Marek
On Mon, Aug 18, 2014 at 10:49:28PM -0700, Darrick J. Wong wrote: > Since the conversion of objtree to use relative pathnames (commit > 7e1c04779e, "kbuild: Use relative path for $(objtree)"), the debug > info files have been ending up in /debian/dbgtmp/ in the regular > linux-image package instead

[PATCH] builddeb: put the dbg files into the correct directory

2014-08-18 Thread Darrick J. Wong
Since the conversion of objtree to use relative pathnames (commit 7e1c04779e, "kbuild: Use relative path for $(objtree)"), the debug info files have been ending up in /debian/dbgtmp/ in the regular linux-image package instead of the debug files package. Fix up the paths so that the debug files end