From: Sean Whitton Date: Wed, 18 Apr 2018 21:29:24 +0000 (-0700) Subject: dgit-maint-debrebase(7): first commit to new package must introduce debian/ and nothi... X-Git-Tag: archive/debian/5.0~6^2~22 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=1dc6dbb264507f20e0afa3217583c0bfe1dd635f;ds=sidebyside dgit-maint-debrebase(7): first commit to new package must introduce debian/ and nothing else Signed-off-by: Sean Whitton --- diff --git a/dgit-maint-debrebase.7.pod b/dgit-maint-debrebase.7.pod index bdfdc8bd..6c0cf17c 100644 --- a/dgit-maint-debrebase.7.pod +++ b/dgit-maint-debrebase.7.pod @@ -92,9 +92,12 @@ something like this: =back -Now go ahead and Debianise your package. Just make commits on the -master branch, adding things in the I directory, or patching -the upstream source. +Now go ahead and Debianise your package. Make commits on the master +branch, adding things in the I directory, or patching the +upstream source. For technical reasons, B In other words, make a commit +introducing I before patching the upstream source. Finally, you need an orig tarball: @@ -189,7 +192,12 @@ it somewhere. The usual choice is B: =back You are now ready to proceed as above, making commits to the -I directory and to the upstream source. +I directory and to the upstream source. As above, for +technical reasons, B In other words, make a commit introducing I before +patching the upstream source. + =head1 CONVERTING AN EXISTING PACKAGE