[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#916021: lintian: Please check for references to build directory



[2018-12-09 22:46] Chris Lamb <lamby@debian.org>
> [Adding rb-general@lists.reproducible-builds.org to CC]
> 
> > please add check, that files in binary packages do not refer to build
> > directory. See (#915511) for example.  ($PWD)
> 
> Do you mean the literal string "$PWD"?

No, I meant another thing.

I believe, most of us keep repositories of git packages somewhere under
~/.  For example, for me, ucspi-tcp package is located at
/home/iu/devel/salsa/ucspi-tcp.

So my workflow is following:

 $ cd /home/iu/devel/salsa/ucspi-tcp
 $ dpkg-buildpackage -us -uc
 $ lintian

And here lintian could check, that generated binary packages does not
contains references to /home/iu/devel/salsa/ucspi-tcp.


Reply to: