diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2015-05-05 23:50:04 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2015-05-06 00:10:47 +0200 |
commit | f58cddeabac1d24a3a71d68efe25cd7fec4e0a9b (patch) | |
tree | 53deb93f0936771767eac4535af232674e61b1a2 | |
parent | 4e6f076225d9e652cf641652ddfe3fe55d729f52 (diff) | |
download | zsh-f58cddeabac1d24a3a71d68efe25cd7fec4e0a9b.tar.gz zsh-f58cddeabac1d24a3a71d68efe25cd7fec4e0a9b.zip |
debian/pkg-zsh-workflow.md: Update order when importing a new upstream release
-rw-r--r-- | debian/pkg-zsh-workflow.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/debian/pkg-zsh-workflow.md b/debian/pkg-zsh-workflow.md index e1e4fa5de..00b33559e 100644 --- a/debian/pkg-zsh-workflow.md +++ b/debian/pkg-zsh-workflow.md @@ -217,12 +217,6 @@ enforced as follows: % git checkout upstream % git reset --hard zsh-$version -### Create the fake orig tar ball (until we can work with upstream's tarball) - -This requires the upstream release to be properly tagged. - - % make -f debian/rules get-orig-source - ### Remove all quilt patches which are applied upstream All patches applied should be removed from `debian/patches` directory, @@ -303,6 +297,11 @@ prefix the commit message with `[dch-ignore] ` or add `-m "Gbp-Dch: Ignore"` to the commit command so it doesn't come up in later `gbp dch` runs. +### Create the fake orig tar ball (until we can work with upstream's tarball) + +This requires the upstream release to be properly tagged. + + % make -f debian/rules get-orig-source ### Fix outstanding bugs |