X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit-user.7.pod;h=fc0d5905b2668c86bdbfdfb7ab7aeea2fc4f451f;hp=e7300522098434daf7f3053d7745873f50a1e8de;hb=4aef1efb3d664833579658706e0a185cbd0c2883;hpb=dedbcd47ea209e4ba1988b1621b81491d214756d diff --git a/dgit-user.7.pod b/dgit-user.7.pod index e7300522..fc0d5905 100644 --- a/dgit-user.7.pod +++ b/dgit-user.7.pod @@ -391,15 +391,15 @@ you need to provide a source package but don't care about its format/layout (for example because some software you have consumes source packages, not git histories) -you can use this recipe to generate a C<1.0> "native" +you can use this recipe to generate a C<3.0 (native)> source package, which is just a tarball with accompanying .dsc metadata file: =over 4 - % git rm debian/source/version - % git commit -m 'switch to 1.0 source format' - % dgit -wgf --dpkg-buildpackage:-sn build-source + % echo '3.0 (native)' >debian/source/format + % git commit -m 'switch to native source format' debian/source/format + % dgit -wgf build-source =back