diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-06-18 13:38:52 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-06-18 15:57:23 (GMT) |
commit | e45f1cc4ef85ea32b8307f25d22737906a87672c (patch) | |
tree | 957ce2f117db120c4345ff3ee6db9476b858f5e9 /BuildTools | |
parent | 94373e3eac30fe3c1ad5565f436fa3aad212a576 (diff) | |
download | swift-e45f1cc4ef85ea32b8307f25d22737906a87672c.zip swift-e45f1cc4ef85ea32b8307f25d22737906a87672c.tar.bz2 |
More Debian packaging tweaks.
Diffstat (limited to 'BuildTools')
-rwxr-xr-x | BuildTools/UpdateDebianChangelog.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BuildTools/UpdateDebianChangelog.py b/BuildTools/UpdateDebianChangelog.py index 857ead4..20e72da 100755 --- a/BuildTools/UpdateDebianChangelog.py +++ b/BuildTools/UpdateDebianChangelog.py @@ -17,6 +17,9 @@ if m : project = m.group(1) last_version = m.group(2) +if project == "" : + project="swift-im" + if "dev" in version : distribution = "development" elif "beta" in version or "rc" in version : |