summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-28 23:38:16 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-28 23:38:16 +0100
commit26827f6e6dfdc5188991059a236f522cf8a696d1 (patch)
tree8c3ba4f2f3ce835f54ab285706ff3c86ca4d771c
parent1ec102dd363fda92126fcaa433bf1fdee747914e (diff)
Fix references in manpage to old Vcs-Dgit-Master field name.
-rw-r--r--debian/changelog1
-rw-r--r--dgit.14
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index d3b225e..e92f0ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ dgit (0.13) unstable; urgency=low
--dry-run often not work at all.
* Update the local tracking branch for the dgit remote, when pushing.
Closes: #720956.
+ * Fix references in manpage to old Vcs-Dgit-Master field name.
--
diff --git a/dgit.1 b/dgit.1
index 86f19b4..49ed4f8 100644
--- a/dgit.1
+++ b/dgit.1
@@ -232,7 +232,7 @@ dgit push can operate on any commit which is a descendant of the
current dgit/suite tip in dgit-repos.
Uploads made by dgit contain an additional field
-.B Vcs-Dgit-Master
+.B Dgit
in the source package .dsc. (This is added by dgit push.)
This specifies a commit (an ancestor of the dgit/suite
branch) whose tree is identical to the unpacked source upload.
@@ -501,7 +501,7 @@ We should be using some kind of vhost/vpath setup for the git repos on
alioth, so that they can be moved later if and when this turns out to
be a good idea.
-Debian Policy needs to be updated to describe the new Vcs-Dgit-Master
+Debian Policy needs to be updated to describe the new Dgit .dsc
field (and to specify that it is an RC bug for that field to refer
to an unavailable commit).