summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-11-07 13:13:59 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-07-01 23:53:45 +0100
commita4877226404a1a34181bb93c513af716834d7cb4 (patch)
treeb5c1833b832e87fc2aa706b139c8fb53f66433e4 /debian/changelog
parentb85aa466413f10b9220edb20482a896d5be3d8c9 (diff)
No longer tolerate a multitude of .changes files when doing push.
Instead, insist on a single one. This eliminates a potential for a variety of surprises, where dgit would upload something different to the user expected. We no longer need to behave this way because nowadays the sbuild build (which was the real use case, because it would generate a .source and a .ARCH changes as well as the final .multi) renames the intermediate changes files. Also --rm-old-changes helps.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b02081e..331a316 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ dgit (1.5~~) unstable; urgency=medium
* Introduce --rm-old-changes to delete previous builds' changes files.
* Remove any pre-existing _source.changes file before building source,
as a safety check.
+ * No longer tolerate a multitude of .changes files when doing push.
+ Instead, insist on a single one.
Documentation:
* Document the dgit-distro.DISTRO.quilt-mode config setting.