summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-25 15:44:42 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-25 15:44:43 +0000
commit264ba387d05192ca4825eeddfeb7bbdab558ec8a (patch)
tree59f85a527aec7f64fc45ceb870c643830ccb97f7 /debian/changelog
parent4f89b4d20f0663710396f37b3b53fd32cc71b090 (diff)
dgit --overwrite: Check $gf->('Distribution')
Check that the overwritten version's changelog entry is not UNRELEASED. This could easily happen if this release was being made from a git branch which predates the previous package upload, with working practices which commit finalised UNRELEASED changelog entries with the complete version number for the next upload. (Such practices seem quite common.) Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 49464d8..d5bef7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
dgit (3.9~) unstable; urgency=medium
- *
+ Improvements:
+ * dgit --overwrite: Check that the overwritten version's changelog entry
+ is not UNRELEASED. This could easily happen if this release was being
+ made from a git branch which predates the previous package upload.
--