From: Sean Whitton Date: Thu, 19 Apr 2018 16:35:30 +0000 (-0700) Subject: dgit-maint-debrebase(7): tweak instructions to import DFSG-clean tag X-Git-Tag: archive/debian/5.0~6^2~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=475f3383221e1bf091ef124d0afde436d9c25bca dgit-maint-debrebase(7): tweak instructions to import DFSG-clean tag Signed-off-by: Sean Whitton --- diff --git a/dgit-maint-debrebase.7.pod b/dgit-maint-debrebase.7.pod index fb7c1e18..297bf48c 100644 --- a/dgit-maint-debrebase.7.pod +++ b/dgit-maint-debrebase.7.pod @@ -456,7 +456,7 @@ For the first upstream release that requires DFSG filtering: % git commit -m "upstream version 1.2.3 DFSG-cleaned" % git tag -s 1.2.3+dfsg % git checkout master - % # proceed with "Importing the release" + % # proceed with "Importing the release" on 1.2.3+dfsg tag =back @@ -470,7 +470,7 @@ And for subsequent releases (whether or not they require filtering): % git commit -m "upstream version 1.2.4 DFSG-cleaned" # if needed % git tag -s 1.2.4+dfsg % git checkout master - % # proceed with "Importing the release" + % # proceed with "Importing the release" on 1.2.4+dfsg tag =back