diff options
-rw-r--r-- | debian/pkg-zsh-workflow-new-upstream-release.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/pkg-zsh-workflow-new-upstream-release.md b/debian/pkg-zsh-workflow-new-upstream-release.md index 309cdae30..4b8bb6b26 100644 --- a/debian/pkg-zsh-workflow-new-upstream-release.md +++ b/debian/pkg-zsh-workflow-new-upstream-release.md @@ -63,6 +63,16 @@ Example: % quilt pop -a % git commit -m "Remove all patches applied upstream" +### Update `debian/NEWS` + +Review the upstream `NEWS` file and the list of compatibilities in the upstream +`README` file (starts at lineĀ 33) and add them to `debian/NEWS`: + + % less NEWS + % less +33 README + % dch --news + % git commit -m "Add NEWS based on incompatibilities listed in upstream's README." + ### Create the fake orig tar ball (until we can work with upstream's tarball) This requires the upstream release to be properly tagged. |