summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-09-11 23:34:56 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-09-11 23:34:59 +0100
commit8d37038bddb78dbe6dcf1c1e2bc515c1dcd7002c (patch)
treec40a3faffbec0e49909315d9e1157908020a720e /debian/changelog
parent7c57131ff6c444187b09ed9be5b58e5c0112a5e2 (diff)
Better handling of packages pushed using dgit and stuck in NEW. (And, use of `--new' is not needed with fetch.) Closes: #722199.
Specifically * get_archive_dsc leaves its answer in $dsc, not the return value * fetch_from_archive tolerates get_archive_dsc saying "no", and then uses the git ref, with a warning message
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 191ea08..507d2c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ dgit (0.15) unstable; urgency=low
* Implement `dgit help' as well as `--help'. Closes: #721661.
* Provide `dgit version' and `--version'. Closes: #721654.
+ * Better handling of packages pushed using dgit and stuck in NEW.
+ (And, use of `--new' is not needed with fetch.) Closes: #722199.
--