chiark / gitweb /
git-debrebase(5): copy more stuff from README
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 18 Feb 2018 21:18:14 +0000 (21:18 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 16 Jun 2018 15:06:59 +0000 (16:06 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
README.git-debrebase
git-debrebase.5.pod

index 19ddbc05863d5fa3231b8494a6d3dbacce4a0dff..12e2a65c6bedf4840d3a5b0d896648a2e10a531c 100644 (file)
@@ -46,77 +46,3 @@ deleted all the patches without applying them.
 
 dgit import handling
 --------------------
-
-Consider a non-dgit NMU followed by a dgit NMU:
-
-
-
-            interchange --/--B3!--%--/----D*-->
-                         /          /
-                        %          4
-                       /          3
-                      /          2
-                     /          1
-                    2*         &_
-                   /          /| \
-                  1          0 00 =XBC%
-                 /
-                /
-                 --@--A     breakwater
-          /
-       --#--------> upstream
-
-
- Key:
-
-    =XBC%     dgit tarball import of .debian.tar.gz containing
-              Debian packaging including changes B C and patches
-
-    0         dgit tarball import of upstream tarball
-    00        dgit tarball import of supplementary upstream tarball
-    &_        dgit nearly-breakwater import
-    &'        git-debrebase converted import (upstream files only)
-    D'        git-debrebase converted debian/ changes import
-
-    * **      before and after HEAD
-
-Want to transform this into:
-
- I. No new upstream version (0 + 00 eq #)
-
-                        --/--B3!--%--/------D*-------------/-->
-                         /          /                    /
-                        %          4                    4**
-                       /          3                    3
-                      /          2                    2
-                     /          1                    1
-                    2*         &_                   /
-                   /          /| \                 /
-                  1          0 00 =XBC%            /
-                 /                                       /
-                /                                       /
-         --@--A-----B-----------------------C--D
-          /
-       --#----------------------------------------->
-
-
- II. New upstream (0 + 00 neq #)
-
-                        --/--B3!--%--/------D*-------------/-->
-                         /          /                    /
-                        %          4                    4**
-                       /          3                    3
-                      /          2                    2
-                     /          1                    1
-                    2*         &_                   /
-                   /          /| \                 /
-                  1          0 00 =XBC%            /
-                 /                               /
-                /                               /
-         --@--A-----B--------------------@--C--D
-          /                             /
-       --#----------------------- - -  /  - - ----->
-                                      /
-                                     &'
-                                    /|
-                                   0 00
index f207c954f16e579e57594b8b47d806d50342b975..738ec46cc45045ee8942b55524bd272e4f9011fd 100644 (file)
@@ -304,6 +304,80 @@ but also files which have been modified or created for Debian.
 
 =back
 
+=head1 APPENDIX - DGIT IMPORT HANDLING
+
+Consider a non-dgit NMU followed by a dgit NMU:
+
+            interchange --/--B3!--%--/----D*-->
+                         /          /
+                        %          4
+                       /          3
+                      /          2
+                     /          1
+                    2*         &_
+                   /          /| \
+                  1          0 00 =XBC%
+                 /
+                /
+                 --@--A     breakwater
+          /
+       --#--------> upstream
+
+
+ Key:
+
+    =XBC%     dgit tarball import of .debian.tar.gz containing
+              Debian packaging including changes B C and patches
+
+    0         dgit tarball import of upstream tarball
+    00        dgit tarball import of supplementary upstream tarball
+    &_        dgit nearly-breakwater import
+    &'        git-debrebase converted import (upstream files only)
+    D'        git-debrebase converted debian/ changes import
+
+    * **      before and after HEAD
+
+We want to transform this into:
+
+ I. No new upstream version (0 + 00 eq #)
+
+                        --/--B3!--%--/------D*-------------/-->
+                         /          /                    /
+                        %          4                    4**
+                       /          3                    3
+                      /          2                    2
+                     /          1                    1
+                    2*         &_                   /
+                   /          /| \                 /
+                  1          0 00 =XBC%            /
+                 /                                       /
+                /                                       /
+         --@--A-----B-----------------------C--D
+          /
+       --#----------------------------------------->
+
+
+ II. New upstream (0 + 00 neq #)
+
+                        --/--B3!--%--/------D*-------------/-->
+                         /          /                    /
+                        %          4                    4**
+                       /          3                    3
+                      /          2                    2
+                     /          1                    1
+                    2*         &_                   /
+                   /          /| \                 /
+                  1          0 00 =XBC%            /
+                 /                               /
+                /                               /
+         --@--A-----B--------------------@--C--D
+          /                             /
+       --#----------------------- - -  /  - - ----->
+                                      /
+                                     &'
+                                    /|
+                                   0 00
+
 =head1 SEE ALSO
 
 dgit(1), dgit(7), dgit-maint-*(7)