Bug#809806: ... and also writes logfile without honoring $destdir
Osamu Aoki
osamu at debian.org
Sat Feb 6 14:39:51 UTC 2016
Hi,
On Wed, Feb 03, 2016 at 02:44:13PM +0100, Daniel Leidert wrote:
> Package: devscripts
> Version: 2.15.10
> Followup-For: Bug #809806
...
> I would like to request, that writing the logfile honors --destdir too,
> independent from the on/off switch decision made here. ATM the logfile is
> written to "../", which in my case is the development (VCS) directory. The
> log files belong to the tarball(s).
>
> Regards, Daniel
Yes. I am aware of this problem. Give me some time before commiting to
the VCS.
- $uscanlog = "../${pkg}_${common_mangled_newversion}.uscan.log";
+ $uscanlog = "${destdir}/${pkg}_${common_mangled_newversion}.uscan.log";
Osamu
More information about the devscripts-devel
mailing list