summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-08 11:26:24 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-09 02:18:16 +0000
commit1af545d050a9f129e7e42ec6fd2763fd8a3514aa (patch)
tree12b3c7669c0b78182108268871943d831d9030a8 /debian
parentb77d2fd90d945d937ed3983d139d207ab4e1913e (diff)
dgit: Support distro aliases
We are going to use this to spot when we accidentally look up "debian" information in the test suite. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d3d41b3..f404d5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ dgit (3.0~) unstable; urgency=medium
* dgit config handling: Honour command-line and context-provided
suite and distro more reliably and consistently.
+ Minor new feature:
+ * distro alias facility in config space. (Primarily for testing.)
+
dgit-badcommit-fixup:
* Do not investigate symrefs. Closes:#850547.