Age | Commit message (Collapse) | Author | Files | Lines |
|
With the 4.3.12 release we can finally put those patches into the quilt
series file and actually use them. I hope this works as planed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It can automate cherry-picking upstream patches into a quilt series patch.
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
|
|
This brings the script in line with our current workflow document. If
a series needs to be adjusted in more detail, we can always do so manually.
|
|
|
|
|
|
|
|
Patch from Peter Stephenson:
<http://www.zsh.org/mla/workers/2011/msg00237.html>
|
|
|
|
This still keeps the patches out of the series file, but it is shows
that the at2quilt script works as indended even with manually added
patches.
|
|
This requires the autotools patches to updated.
|
|
See <http://www.zsh.org/mla/workers/2011/msg00020.html> and the
following thread for details.
Fix from: <http://www.zsh.org/mla/workers/2011/msg00027.html>.
|
|
See <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611175> for details.
|
|
See <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613162> for details.
|
|
As a workaround, let's skip installing it for now.
|
|
When we are creating ./configure from a quilt patch, the resulting file
may not be executable. Either directly from patch(1) or after
dpkg-source is done with it. Make sure it'll be alright when we need
to use it.
`stamp.h.in' is also created by `./Util/preconfig'. It's an empty file,
so we're not creating it using quilt but just touch it here.
|
|
These create ./configure and ./config.h.in. Usually those are generated
using ./Util/preconfig, but for the purpose of building the debian
package, the goal is to avoid calling the preconfig script.
This commit deliberately keeps the patches out of debian/patches/series,
so it doesn't clash with the current .orig tarball which does in fact
ship a ./configure script. After the next release that will not be the
case anymore and ./debian/at2quilt will automatically add the patches to
the series file.
|
|
This script can be used to create and update autotools related quilt
patches, which are required to build the debian zsh package based on
the upstream git repository rathre than upstream release tarballs.
|
|
|
|
|
|
|