diff options
author | Frank Terbeck <ft@bewatermyfriend.org> | 2011-06-02 14:09:11 +0200 |
---|---|---|
committer | Frank Terbeck <ft@bewatermyfriend.org> | 2011-06-02 14:09:11 +0200 |
commit | 0ffda0faa653b18a33054172927e498ecf4be2c9 (patch) | |
tree | 353a50ad984a078b8c4440b69b7a589498ed9400 | |
parent | b52c798e82bf0ff61c287ae81431a276908f3051 (diff) | |
download | zsh-0ffda0faa653b18a33054172927e498ecf4be2c9.tar.gz zsh-0ffda0faa653b18a33054172927e498ecf4be2c9.zip |
workflow.org: Fix structure
This paragraph needed to be a child of "Update the autotools files for the
new release".
-rw-r--r-- | debian/pkg-zsh-workflow.org | 42 |
1 files changed, 22 insertions, 20 deletions
diff --git a/debian/pkg-zsh-workflow.org b/debian/pkg-zsh-workflow.org index 1b352cfa7..c3ffb3731 100644 --- a/debian/pkg-zsh-workflow.org +++ b/debian/pkg-zsh-workflow.org @@ -294,26 +294,28 @@ committed to the git repository to allow for review. -*** Updating autotools files whenever input files are changing - - Sometimes, it will be necessary to backport changes to autotools - input files (such as `configure.ac'). As with any other change, - such a task should be done by adding a patch to the packages quilt - queue. - - Obviously, if an input file changes, the autotools related patches - for the package need to be updated. Again, the `at2quilt' script - from the `debian/' subdirectory helps. The only difference to the - way it was used before is that you need to tell the script which - patches in the patch-queue are relevant for autotools. Say there - is a patch `0017-autotools-fix-gnu-hurd.diff' which alters - `configure.ac', here is what would need to be done: - - % ./debian/at2quilt debian/patches/0017-autotools-fix-gnu-hurd.diff - - If there is more than one patch `at2quilt' need to consider, list - all of them in the order in which `quilt' would apply them (if in - doubt, ask "quilt series"). +**** Updating autotools files whenever input files are changing + + Sometimes, it will be necessary to backport changes to autotools + input files (such as `configure.ac'). As with any other change, + such a task should be done by adding a patch to the packages + quilt queue. + + Obviously, if an input file changes, the autotools related + patches for the package need to be updated. Again, the `at2quilt' + script from the `debian/' subdirectory helps. The only difference + to the way it was used before is that you need to tell the script + which patches in the patch-queue are relevant for autotools. Say + there is a patch `0017-autotools-fix-gnu-hurd.diff' which alters + `configure.ac', here is what would need to be done: + +#+BEGIN_EXAMPLE + % ./debian/at2quilt debian/patches/0017-autotools-fix-gnu-hurd.diff +#+END_EXAMPLE + + If there is more than one patch `at2quilt' need to consider, list + all of them in the order in which `quilt' would apply them (if in + doubt, ask "quilt series"). *** Fix outstanding bug |