chiark / gitweb /
dgit-maint-debrebase(7): tweak instructions to import DFSG-clean tag
authorSean Whitton <spwhitton@spwhitton.name>
Thu, 19 Apr 2018 16:35:30 +0000 (09:35 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Thu, 19 Apr 2018 16:43:59 +0000 (09:43 -0700)
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
dgit-maint-debrebase.7.pod

index fb7c1e18cf60f003c08d8de43d34166b3e45a68d..297bf48cce026ba6a7210948dec4615220ac93bf 100644 (file)
@@ -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