summaryrefslogtreecommitdiff
path: root/debian/pkg-zsh-workflow.org
diff options
context:
space:
mode:
Diffstat (limited to 'debian/pkg-zsh-workflow.org')
-rw-r--r--debian/pkg-zsh-workflow.org37
1 files changed, 0 insertions, 37 deletions
diff --git a/debian/pkg-zsh-workflow.org b/debian/pkg-zsh-workflow.org
index 64b5447f7..fa3680950 100644
--- a/debian/pkg-zsh-workflow.org
+++ b/debian/pkg-zsh-workflow.org
@@ -285,43 +285,6 @@
when those would be applied during the build process.
-*** Update the autotools files for the new release
-
- This should be done to make sure, the build systems is always kept
- up to date. For convenience, there is a script that automates this
- process:
-
-#+BEGIN_EXAMPLE
- % ./debian/at2quilt
-#+END_EXAMPLE
-
- After that, the involved quilt patches are updated, but not yet
- 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:
-
-#+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").
-
*** Insert initial changelog for the new upstream release
`git-dch' seems to be in trouble with non-linear histories. Therefore