X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=dgit-nmu-simple.7.pod;h=d4b285a3182e71878ff771a4c68742b202d1ff81;hb=8429b9f82e9bca4f1536c6eb586a6799aeb58655;hp=56b399a6d683aed654ee8217485b9c9043dbfcfe;hpb=c4dea463ddc76cf7e39612dbdce3b18a5a0db957;p=dgit.git diff --git a/dgit-nmu-simple.7.pod b/dgit-nmu-simple.7.pod index 56b399a6..d4b285a3 100644 --- a/dgit-nmu-simple.7.pod +++ b/dgit-nmu-simple.7.pod @@ -15,7 +15,7 @@ The Debian Developers' Reference has some (sometimes questionable) guidance on this. Conversely, you do not need to know anything -about the usual maintainer's workflow. +about the usual maintainer's git workflow. If appropriate, you can work on many different packages, making similar changes, without worrying about the individual maintainers' git practices. @@ -32,6 +32,10 @@ git practices are and consult the appropriate C workflow tutorial, +Further, +note that dgit cannot yet be used +to upload to the DELAYED queues. + =head1 SUMMARY =over 4 @@ -39,10 +43,11 @@ consult the appropriate C workflow tutorial, % dgit clone glibc jessie % cd glibc % git am ~/glibc-security-fix.diff - [ edit debian/changelog to introduce a ~ version, and commit it ] + % dch --nmu "Apply upstream's fix for foo bug." + % git add debian/changelog && git commit -m"NMU changelog entry" % dpkg-buildpackage -uc -b [ run your tests ] - [ edit debian/changelog to prepare for release, and commit it ] + % dch -r && git add debian/changelog && git commit -m"Finalise NMU" % dgit -wgf sbuild -A -c jessie [ final tests on generated .debs ] % dgit -wgf push jessie