diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-06-17 20:51:21 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-06-17 20:54:56 +0000 |
commit | 32c1cd2878a265297276b3edcc2ed0cbc8c0c81e (patch) | |
tree | ba26c5075e81695eb71e3c0d4800d578edb3dd4e /debian/changelog | |
parent | 3d796ccd6294107414d3c5e3d8a219ef39f5a4b8 (diff) | |
download | pbuilder-32c1cd2878a265297276b3edcc2ed0cbc8c0c81e.tar pbuilder-32c1cd2878a265297276b3edcc2ed0cbc8c0c81e.tar.gz |
set the USER env variable to BUILDUSERNAME, to fix FTBFS of some package which check for not being run as root using that variable
Closes: #677666
Thanks: Tim Landscheidt <tim@tim-landscheidt.de> for the initial patch
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 53c3d95..40806fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ pbuilder (0.215+nmu4) UNRELEASED; urgency=medium * debian/source/format: 3.0 (native). - * Do real cleanup, don't hide temporary files under .gitignore, rather teach - makefiles' clean targets how to deal with them properly. + * Do real cleanup, don't hide temporary files under .gitignore, rather + teach makefiles' clean targets how to deal with them properly. + * set the USER env variable to BUILDUSERNAME, to fix FTBFS of some package + which check for not being run as root using that variable. + Thanks to Tim Landscheidt <tim@tim-landscheidt.de> for the initial patch. + Closes: #677666 -- Mattia Rizzolo <mattia@mapreri.org> Wed, 17 Jun 2015 20:36:23 +0000 |