From f013d6391ace51b947806401282a1caeb6976c99 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 1 Sep 2011 19:38:44 +0200 Subject: [PATCH] pretty as it can be it seems --- build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.py b/build.py index ae3ccf2..78a258b 100755 --- a/build.py +++ b/build.py @@ -283,6 +283,7 @@ if __name__ == '__main__': fh.close() 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) os.unlink('debian/changelog') @@ -306,7 +307,6 @@ if __name__ == '__main__': # git_log.stdout.readlines() #) - cmd = [ '/usr/bin/dch', '--create', @@ -322,7 +322,7 @@ if __name__ == '__main__': # '%s' %(git_log_output) # '%s' %(''.join(git_log.stdout.read())) - logger.debug('Trying to call: %s' %(cmd)) + logger.debug('Trying to call: %s' %(cmd)) dch = subprocess.Popen( cmd, -- 2.39.5