X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit-nmu-simple.7.pod;h=d4b285a3182e71878ff771a4c68742b202d1ff81;hp=057f1c8511c16e2ce46242d287c5905090c0a875;hb=fd18e72ae4857dea79a492c7047af611ece9d1d5;hpb=257cbdd6d28d62dc41650774054d2e2dd923c91a diff --git a/dgit-nmu-simple.7.pod b/dgit-nmu-simple.7.pod index 057f1c85..d4b285a3 100644 --- a/dgit-nmu-simple.7.pod +++ b/dgit-nmu-simple.7.pod @@ -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,7 +43,7 @@ consult the appropriate C workflow tutorial, % dgit clone glibc jessie % cd glibc % git am ~/glibc-security-fix.diff - % dch --nmu Apply upstream's fix for foo bug. + % 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 ]