This is an automated email from the git hooks/post-receive script. terceiro pushed a commit to branch master in repository devscripts.
commit fe8e53aedbc1d956929a4b6052d34e324103e090 Author: Antonio Terceiro <[email protected]> Date: Mon Oct 24 07:35:43 2016 -0200 debrepro: fix date/time variation calling faketime as part of dpkg-buildpackage'd `become root` command does not work because not all parts of the build are executed under that. --- scripts/debrepro.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/debrepro.sh b/scripts/debrepro.sh index e7b19dd..c8a38e1 100755 --- a/scripts/debrepro.sh +++ b/scripts/debrepro.sh @@ -84,7 +84,7 @@ create_build_script() { variation date vary 'dpkg-buildpackage -b -us -uc' \ - 'dpkg-buildpackage -b -us -uc -r"faketime +213days+7hours+13minutes fakeroot"' + 'faketime +213days+7hours+13minutes dpkg-buildpackage -b -us -uc' } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
