summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2011-03-02Adding patch to fix segfault with regular expression matchingFrank Terbeck2-0/+44
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>.
2011-03-02Fix detection of svn repositories in vcs_info (Closes: #611175)Frank Terbeck2-0/+15
See <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611175> for details.
2011-03-02Fix colors function to work with ksh_arrays (Closes: #613162)Frank Terbeck2-0/+17
See <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613162> for details.
2011-03-02Installation of Etc/FAQ currently fails for the debian packageFrank Terbeck1-1/+1
As a workaround, let's skip installing it for now.
2011-03-02Make sure a configure script is executable and stamp.h.in existsFrank Terbeck1-3/+0
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.
2011-03-02Adding autotools related patchesFrank Terbeck2-0/+15194
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.
2011-03-02Adding at2quilt scriptFrank Terbeck1-0/+162
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.
2011-03-02Adding _fuser fix from upstreamFrank Terbeck2-0/+17
2011-03-02README.Debian: Add instructions how to use the zsh-dbg package.Michael Prokop1-1/+30
2011-03-02Initial `debian/' importFrank Terbeck27-0/+5280