|
@@ -29,9 +29,11 @@ version_patch = m.group(3).replace(".", "") if m.group(3) is not None else "0"
|
|
|
version_label = m.group(4) if m.group(4) is not None else ""
|
|
|
|
|
|
|
|
|
-debian_distribution = "unstable"
|
|
|
-if version_label is not "":
|
|
|
- debian_distribution = "UNRELEASED"
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+debian_distribution = "UNRELEASED"
|
|
|
|
|
|
debian_path = os.path.join(dirpath, "debian")
|
|
|
changelog_file = os.path.join(debian_path, "changelog")
|