106
120
'DEBEMAIL': self.author_email,
107
121
'DEBFULLNAME': self.author_name.encode('utf-8'),
110
124
'bzr', 'dailydeb', '--safe', '--no-build', recipe_path,
111
125
self.tree_path, '--manifest', manifest_path,
112
126
'--append-version', '~%s1' % self.distroseries_name], env=env)