From d09a5b0c1b51db9823f580d7ec4e0088529229be Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 22 Aug 2011 19:05:58 +0100 Subject: When constructing version number for targeted build, prefix local part with ~ Thanks to Peter Palfrader for suggesting this. --- unperish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unperish b/unperish index 2a73c34..bdd7583 100755 --- a/unperish +++ b/unperish @@ -352,7 +352,7 @@ class Unperish(cliapp.Application): def add_debian_changelog_entry(self, target): self.runcmd(['dch', '--force-distribution', - '--local', target, + '--local', '~' + target, '--distribution', target, '--preserve', 'Build for %s.' % target], -- cgit v1.2.1