Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-14 | Fixed lintian warning "binary-control-field-duplicates-source" | Axel Beckert | 1 | -2/+0 | |
Removed "Section: shells" from the zsh and zsh-static binary packages. | |||||
2011-06-14 | Add Frank Terbeck to Uploaders, so Lintian doesn't regard his changelog ↵ | Axel Beckert | 1 | -1/+1 | |
entries as NMUs | |||||
2011-06-14 | debian/watch: Prefer .tar.bz2 over .tar.gz | Axel Beckert | 1 | -1/+1 | |
2011-06-14 | [dch-ignore] Add commit ID for last changelog entry | Axel Beckert | 1 | -1/+1 | |
2011-06-14 | Bump Standards-Version to 3.9.2 (no changes) | Axel Beckert | 2 | -2/+6 | |
2011-06-14 | [dch-ignore] Make changelog entry more clear | Axel Beckert | 1 | -1/+2 | |
2011-06-02 | Release new version 4.3.12-1 | Frank Terbeck | 1 | -3/+10 | |
2011-06-02 | rules: system.h was renamed to zsh_system.h | Frank Terbeck | 1 | -1/+1 | |
2011-06-02 | Workflow updates | Frank Terbeck | 1 | -6/+88 | |
2011-06-02 | workflow.org: Fix structure | Frank Terbeck | 1 | -20/+22 | |
This paragraph needed to be a child of "Update the autotools files for the new release". | |||||
2011-06-02 | Add do-dch script for convenience | Frank Terbeck | 1 | -0/+30 | |
So we do not have to remember how to call git-dch all the time. | |||||
2011-06-02 | [dch-ignore] changelog entry: New upstream release | Frank Terbeck | 1 | -0/+1 | |
Closing bug(s). | |||||
2011-06-02 | [dch-ignore] changelog: urcl update | Frank Terbeck | 1 | -0/+7 | |
This was created using: ./debian/urcl -p=zsh -v=4.3.12-1 b495ba1e5 f575f568e0dc Now an upcoming git-dch run can use "--since=f575f568". | |||||
2011-06-02 | Enable additional $fpath entries for add-ons from other packages (Closes: ↵ | Frank Terbeck | 1 | -0/+1 | |
#620452) Completions should go to: /usr/share/zsh/vendor-completions Function similarly go to: /usr/share/zsh/vendor-functions | |||||
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 | Add urcl script for changelog updates at upstream releases | Frank Terbeck | 1 | -0/+102 | |
2011-06-02 | Removing upstream patches due to new release | Frank Terbeck | 10 | -260/+0 | |
2011-04-27 | Release new version 4.3.11-5 | Frank Terbeck | 1 | -0/+12 | |
2011-04-27 | Fix screen completion for serial devices (Closes: #623522) | Frank Terbeck | 2 | -0/+36 | |
2011-04-27 | patch2quilt: Stop stripping pathnames too much | Frank Terbeck | 1 | -1/+1 | |
2011-04-20 | Add org-mode file that describes the current team workflow | Frank Terbeck | 1 | -0/+486 | |
2011-04-19 | Add `debian/patch2quilt' script | Frank Terbeck | 1 | -0/+99 | |
It can automate cherry-picking upstream patches into a quilt series patch. Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org> | |||||
2011-03-09 | debian/at2quilt: Append debian patches at the end of series | Frank Terbeck | 1 | -14/+2 | |
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. | |||||
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-03 | Release new version 4.3.11-4 | Frank Terbeck | 1 | -0/+22 | |
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 | Add yodl to Build-Depends and sort Build-Depends while at it. | Michael Prokop | 1 | -1/+1 | |
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 | Installation of Etc/FAQ currently fails for the debian package | Frank Terbeck | 1 | -1/+1 | |
As a workaround, let's skip installing it for now. | |||||
2011-03-02 | Make sure a configure script is executable and stamp.h.in exists | Frank Terbeck | 1 | -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-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 at2quilt script | Frank Terbeck | 1 | -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-02 | Adding _fuser fix from upstream | Frank Terbeck | 2 | -0/+17 | |
2011-03-02 | README.Debian: Add instructions how to use the zsh-dbg package. | Michael Prokop | 1 | -1/+30 | |
2011-03-02 | Initial `debian/' import | Frank Terbeck | 27 | -0/+5280 | |