From: Sean Whitton Date: Sat, 29 Oct 2016 14:33:51 +0000 (-0700) Subject: dgit-nmu-simple(7): Sample `dch` commands X-Git-Tag: archive/debian/2.9~12^2~26 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=257cbdd6d28d62dc41650774054d2e2dd923c91a dgit-nmu-simple(7): Sample `dch` commands Signed-off-by: Sean Whitton --- diff --git a/dgit-nmu-simple.7.pod b/dgit-nmu-simple.7.pod index cca461be..057f1c85 100644 --- a/dgit-nmu-simple.7.pod +++ b/dgit-nmu-simple.7.pod @@ -39,10 +39,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