From: Ian Jackson Date: Fri, 16 Aug 2013 18:05:46 +0000 (+0100) Subject: rename the dsc field X-Git-Tag: debian/0.2~10 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=03e6840182e85e5c0e5d9b831d942dd8d2df013b rename the dsc field --- diff --git a/TODO b/TODO index 26ce6a9e..3f7ed256 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -Vcs-Git-Master: +Vcs-Dgit-Master: specifies commit hash corresponding to the thing uploaded optional commit hash corresponding to pristine tar?? diff --git a/dgit b/dgit index 9b1a9c7f..3bfdfc46 100755 --- a/dgit +++ b/dgit @@ -49,7 +49,7 @@ our %opts_opt_map = ('dget' => \@dget, 'debsign' => \@debsign); our $remotename = 'dgit'; -our $ourdscfield = 'Vcs-Git-Master'; +our $ourdscfield = 'Vcs-Dgit-Master'; our $branchprefix = 'dgit'; sub lbranch () { return "$branchprefix/$suite"; } diff --git a/dgit.1 b/dgit.1 index 50cc3a6f..f949d074 100644 --- a/dgit.1 +++ b/dgit.1 @@ -77,7 +77,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-Git-Master +.B Vcs-Dgit-Master 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. @@ -183,7 +183,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-Git-Master +Debian Policy needs to be updated to describe the new Vcs-Dgit-Master field (and to specify that it is an RC bug for that field to refer to an unavailable commit).