Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-19 | Mark patch as applied upstream | Axel Beckert | 1 | -0/+1 | |
Git-Dch: Ignore | |||||
2013-09-19 | Fix author of patch | Axel Beckert | 1 | -1/+1 | |
Git-Dch: Ignore | |||||
2013-09-19 | Format all patch headers DEP3 compliant | Axel Beckert | 6 | -8/+13 | |
Also add some more pointers to upstream relations | |||||
2013-09-18 | Add patch to fix segfault in compinit's get_cvdef/freecvdef | Axel Beckert | 2 | -0/+18 | |
Was triggered by the task tab completion. | |||||
2013-08-26 | Replace texi2html by makeinfo | Axel Beckert | 2 | -0/+17 | |
Add patch to replace texi2html by makeinfo in Doc/Makefile.in. Fixes lintian warning build-depends-on-obsolete-package | |||||
2013-06-17 | Add patch to fix warnings in VCS_INFO's stgit support when guilt is used | Axel Beckert | 2 | -0/+23 | |
Thanks: Frank Terbeck <ft@bewatermyfriend.org> for the patch | |||||
2013-06-13 | Remove leading whitespace from texinfo directory entry | Axel Beckert | 2 | -0/+20 | |
Closes: #711516 | |||||
2013-05-09 | Fix FTBFS with texinfo versions >= 5 | Axel Beckert | 3 | -0/+64 | |
Cherry-picked upstream patches 67a4be36c6203c26c3912c07441f42e3965f0fa8 and b174a0df054929efd7804922750c71adeb8e0b57 Also add a build-dependency on texlive-latex-recommended if only texinfo >= 5 is available. | |||||
2012-12-28 | Replace at2quilt with the automatic dh-autoreconf | Axel Beckert | 3 | -15486/+0 | |
2012-12-21 | Refresh patches | Axel Beckert | 2 | -6/+6 | |
2012-12-17 | New upstream test release | Axel Beckert | 2 | -11/+55 | |
2012-07-22 | Update autotools patches | Axel Beckert | 2 | -129/+228 | |
2011-12-14 | at2quilt: Updating autotools patches | Axel Beckert | 2 | -447/+481 | |
2011-12-01 | at2quilt: Updating autotools patches | Frank Terbeck | 2 | -9/+61 | |
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org> | |||||
2011-12-01 | Removing upstream patches due to new release | Frank Terbeck | 5 | -224/+0 | |
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org> | |||||
2011-10-14 | _bts: Update list of tags (Closes: #641162) | Ansgar Burchardt | 2 | -0/+34 | |
2011-07-01 | Support -F completion for aptitude (Closes: #632140) | Frank Terbeck | 2 | -0/+56 | |
2011-07-01 | Include _git patches from upstream (Closes: #630906) | Frank Terbeck | 2 | -0/+113 | |
The included patches enable fallback to file name completion for unknown sub-commands as well as the registration of addon completions such as _git-buildpackage. | |||||
2011-06-28 | Adding support for (un)markauto in _apt (Closes: #631795) | Frank Terbeck | 2 | -0/+21 | |
2011-06-02 | at2quilt: Updating autotools patches | Frank Terbeck | 3 | -8/+61 | |
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. | |||||
2011-06-02 | Removing upstream patches due to new release | Frank Terbeck | 10 | -260/+0 | |
2011-04-27 | Fix screen completion for serial devices (Closes: #623522) | Frank Terbeck | 2 | -0/+36 | |
2011-03-09 | Fix for crash in incorrect bash-like index usage | Frank Terbeck | 2 | -0/+43 | |
2011-03-09 | Fix for false isident() behaviour | Frank Terbeck | 2 | -0/+30 | |
2011-03-02 | Fix endless loop due to lexer bug (Closes: #353863) | Frank Terbeck | 2 | -0/+17 | |
Patch from Peter Stephenson: <http://www.zsh.org/mla/workers/2011/msg00237.html> | |||||
2011-03-02 | Refreshing autotools patches for yodl3 fixes | Frank Terbeck | 2 | -5/+15 | |
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. | |||||
2011-03-02 | Adding patch to support yodl3 | Frank Terbeck | 2 | -0/+41 | |
This requires the autotools patches to updated. | |||||
2011-03-02 | Adding patch to fix segfault with regular expression matching | Frank Terbeck | 2 | -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-02 | Fix detection of svn repositories in vcs_info (Closes: #611175) | Frank Terbeck | 2 | -0/+15 | |
See <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611175> for details. | |||||
2011-03-02 | Fix colors function to work with ksh_arrays (Closes: #613162) | Frank Terbeck | 2 | -0/+17 | |
See <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613162> for details. | |||||
2011-03-02 | Adding autotools related patches | Frank Terbeck | 2 | -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-02 | Adding _fuser fix from upstream | Frank Terbeck | 2 | -0/+17 | |