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')
# git_log.stdout.readlines()
#)
-
cmd = [
'/usr/bin/dch',
'--create',
# '%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,