summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2011-12-01Removing upstream patches due to new releaseFrank Terbeck5-224/+0
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
2011-10-14_bts: Update list of tags (Closes: #641162)Ansgar Burchardt2-0/+34
2011-10-14Add "tinfo" to --with-term-lib flag (Closes: #645112)Mitsuya Shibata1-1/+1
2011-07-19Use one positive arch-spec instead of several negated ones (Closes: #634609)Frank Terbeck1-1/+1
This should be used to close the named bug instead of 7c61c9184e.
2011-07-19Use hurd-any etc. instead of hurd-i386 (Closes: #634609)Frank Terbeck1-1/+1
2011-07-01Support -F completion for aptitude (Closes: #632140)Frank Terbeck2-0/+56
2011-07-01Include _git patches from upstream (Closes: #630906)Frank Terbeck2-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-28Adding support for (un)markauto in _apt (Closes: #631795)Frank Terbeck2-0/+21
2011-06-16Release 4.3.12-1 and reformat changelog entry a little bitAxel Beckert1-5/+6
2011-06-16Fix lintian warning "maintainer-script-without-set-e" also for zsh-staticAxel Beckert3-3/+9
2011-06-14[dch-ignore] Update changelogAxel Beckert1-3/+15
2011-06-14Abort package build in case of unexpected changes to upstream codeAxel Beckert1-0/+1
2011-06-14debian/source/options: Ignore Util/difflog.pl, configure and config.h.in for ↵Axel Beckert1-0/+1
patch generation This prevents the automatic generation of a debian-changes-$version patch because of the mentioned files. configure and config.h.in are changed by us and Util/difflog.pl is in the upstream git respectively CVS repository, but not in upstream's distribution tar ball. See http://www.zsh.org/mla/workers/2007/msg01060.html and http://zsh.git.sf.net/git/gitweb.cgi?p=zsh/zsh;a=commitdiff;h=9794b45 for details about the exclusion of Util/difflog.pl
2011-06-14Override Lintian warnings about statically linked stuff in zsh-staticAxel Beckert2-0/+4
2011-06-14Fixed lintian warning "description-synopsis-starts-with-article"Axel Beckert1-4/+4
2011-06-14Fixed lintian warning "maintainer-script-without-set-e"Axel Beckert3-3/+9
2011-06-14Fixed lintian warning "binary-control-field-duplicates-source"Axel Beckert1-2/+0
Removed "Section: shells" from the zsh and zsh-static binary packages.
2011-06-14Add Frank Terbeck to Uploaders, so Lintian doesn't regard his changelog ↵Axel Beckert1-1/+1
entries as NMUs
2011-06-14debian/watch: Prefer .tar.bz2 over .tar.gzAxel Beckert1-1/+1
2011-06-14[dch-ignore] Add commit ID for last changelog entryAxel Beckert1-1/+1
2011-06-14Bump Standards-Version to 3.9.2 (no changes)Axel Beckert2-2/+6
2011-06-14[dch-ignore] Make changelog entry more clearAxel Beckert1-1/+2
2011-06-02Release new version 4.3.12-1Frank Terbeck1-3/+10
2011-06-02rules: system.h was renamed to zsh_system.hFrank Terbeck1-1/+1
2011-06-02Workflow updatesFrank Terbeck1-6/+88
2011-06-02workflow.org: Fix structureFrank Terbeck1-20/+22
This paragraph needed to be a child of "Update the autotools files for the new release".
2011-06-02Add do-dch script for convenienceFrank Terbeck1-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 releaseFrank Terbeck1-0/+1
Closing bug(s).
2011-06-02[dch-ignore] changelog: urcl updateFrank Terbeck1-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-02Enable additional $fpath entries for add-ons from other packages (Closes: ↵Frank Terbeck1-0/+1
#620452) Completions should go to: /usr/share/zsh/vendor-completions Function similarly go to: /usr/share/zsh/vendor-functions
2011-06-02at2quilt: Updating autotools patchesFrank Terbeck3-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-02Add urcl script for changelog updates at upstream releasesFrank Terbeck1-0/+102
2011-06-02Removing upstream patches due to new releaseFrank Terbeck10-260/+0
2011-04-27Release new version 4.3.11-5Frank Terbeck1-0/+12
2011-04-27Fix screen completion for serial devices (Closes: #623522)Frank Terbeck2-0/+36
2011-04-27patch2quilt: Stop stripping pathnames too muchFrank Terbeck1-1/+1
2011-04-20Add org-mode file that describes the current team workflowFrank Terbeck1-0/+486
2011-04-19Add `debian/patch2quilt' scriptFrank Terbeck1-0/+99
It can automate cherry-picking upstream patches into a quilt series patch. Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
2011-03-09debian/at2quilt: Append debian patches at the end of seriesFrank Terbeck1-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-09Fix for crash in incorrect bash-like index usageFrank Terbeck2-0/+43
2011-03-09Fix for false isident() behaviourFrank Terbeck2-0/+30
2011-03-03Release new version 4.3.11-4Frank Terbeck1-0/+22
2011-03-02Fix endless loop due to lexer bug (Closes: #353863)Frank Terbeck2-0/+17
Patch from Peter Stephenson: <http://www.zsh.org/mla/workers/2011/msg00237.html>
2011-03-02Add yodl to Build-Depends and sort Build-Depends while at it.Michael Prokop1-1/+1
2011-03-02Refreshing autotools patches for yodl3 fixesFrank Terbeck2-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-02Adding patch to support yodl3Frank Terbeck2-0/+41
This requires the autotools patches to updated.
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.