[devscripts] 01/01: debrepro: fix date/time variation

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Oct 24 09:37:39 UTC 2016


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 <terceiro at debian.org>
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



More information about the devscripts-devel mailing list