From a0b5486c6d9cb6becbe0cb95bba9510f1294814b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 17 Sep 2011 10:42:22 +0200 Subject: [PATCH] force all pre-staging builds to be non-native --- debian_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian_build.py b/debian_build.py index 4acc9f4..5d3b22a 100755 --- a/debian_build.py +++ b/debian_build.py @@ -319,7 +319,7 @@ if __name__ == '__main__': if options.distribution in ('unstable', 'experimental'): daily_date = datetime.datetime.now().strftime('%Y%m%d%H%M%S') - version = '%s~%s' %(pb_version, daily_date) + version = '%s~%s-1' %(pb_version, daily_date) os.unlink('debian/changelog') cmd = ['/usr/bin/git', 'log', '--since=yesterday', '--abbrev-commit', '--format=format:"%cD -- %aN%n[%h] %s%n"'] git_log = subprocess.Popen( -- 2.39.5