Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-05 | Merge branch 'abe/no-beta' into debian | Axel Beckert | 4 | -137/+120 | |
Conflicts: debian/rules | |||||
2013-04-22 | Add sequence and bindings for BackSpace key | Frank Terbeck | 1 | -24/+28 | |
2013-04-19 | Mention in debian/rules why /usr/share/doc/zsh-static is no symlink | Axel Beckert | 1 | -0/+3 | |
2013-04-18 | Further drop one zsh-static.dirs entry by calling dh_installdocs earlier | Axel Beckert | 2 | -2/+1 | |
Git-Dch: Ignore | |||||
2013-04-18 | lintian-overrides: Also match architecture-containing /usr/lib* paths | Axel Beckert | 1 | -1/+1 | |
2013-04-18 | Use dh_installdocs --link-doc instead of dh_link for /usr/share/doc/zsh* | Axel Beckert | 4 | -6/+4 | |
2013-04-18 | Remove some more redundant entries from debian/zsh-*.dirs | Axel Beckert | 3 | -4/+0 | |
They're no more needed because debhelper tools create them automatically when they install files into them. | |||||
2013-03-28 | Make zle-line-init and -finish more robust against weird option sets | Frank Terbeck | 1 | -0/+2 | |
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org> | |||||
2013-01-18 | Add stamp-h.in to debian/clean, it seems to have been lost while refactoring | Axel Beckert | 1 | -0/+1 | |
Git-Dch: Ignore | |||||
2013-01-15 | Move /usr/local/share/zsh/… prerm removal from zsh to zsh-common (Closes: ↵ | Axel Beckert | 2 | -2/+24 | |
#698224) | |||||
2013-01-13 | Compress zsh-static with xz, too | Axel Beckert | 1 | -1/+1 | |
2013-01-13 | No more install changelogs and copyright file into zsh-dbg. | Axel Beckert | 1 | -2/+2 | |
zsh-dbg already has a symlink from /usr/share/doc/zsh-dbg to zsh-common. Git-Dch: Full | |||||
2013-01-13 | Don't compress zsh-dbg with xz anymore, due to no more savings | Axel Beckert | 1 | -1/+2 | |
2013-01-13 | Bump dh compat to 9 for multiarch and additional debug symbol features | Axel Beckert | 4 | -4/+2 | |
* Enables compressed debugging symbols, saving > 50% space on disk * Enables Build-IDs for debugging symbols * Enables multiarch support, /usr/lib/zsh becomes e.g. /usr/lib/x86_64-linux-gnu/zsh on amd64 Git-Dch: Full | |||||
2013-01-13 | zsh-beta: Still suggest zsh-beta-doc | Axel Beckert | 1 | -0/+1 | |
This way zsh-doc will be pulled in if zsh-beta-doc was installed but marked as automatically installed. Git-Dch: Ignore | |||||
2013-01-13 | Merge branch 'debian' into abe/no-beta | Axel Beckert | 4 | -2/+45 | |
Conflicts: debian/rules | |||||
2013-01-12 | Reduce some occurrences of multiple whitespaces into single ones | Axel Beckert | 1 | -2/+2 | |
2013-01-10 | Add files generated before Makefile is generated to debian/clean | Axel Beckert | 1 | -0/+7 | |
This helps to clean up if a build stopped before configure finishs and hence no Makefile has been generated which would contain the according clean target. | |||||
2013-01-10 | zsh{,-dbg}.postinst: Create symlink to /usr/share/doc/zsh-common (Closes: ↵ | Axel Beckert | 2 | -0/+36 | |
#697808) On purpose, dpkg doesn't replace directories with symlinks and vice-versa. Has to be done manually in the maintainer scripts. Thanks: Sebastian Ramacher <sramacher@debian.org> | |||||
2013-01-05 | Merge branch 'debian' into abe/no-beta | Axel Beckert | 0 | -0/+0 | |
2013-01-05 | debian/rules: Simplify target dependencies (drops no-op build-stamp target) | Axel Beckert | 1 | -5/+3 | |
Nice side effect: test suite isn't run more than once anymore | |||||
2013-01-05 | debian/rules: Remove some blank lines and commented code | Axel Beckert | 1 | -4/+1 | |
2013-01-05 | debian/rules: Remove some blank lines and commented code | Axel Beckert | 1 | -4/+1 | |
2013-01-05 | debian/rules: Don't line-break sed expressions. Do line-break before their ↵ | Axel Beckert | 1 | -3/+3 | |
file parameters | |||||
2013-01-05 | debian/rules: Wrap long lines | Axel Beckert | 1 | -4/+15 | |
2013-01-05 | debian/rules: Replace "$(package)" with a hardcoded "zsh" | Axel Beckert | 1 | -83/+81 | |
2013-01-05 | Add dummy packages for transition from zsh-beta to zsh | Axel Beckert | 4 | -5/+29 | |
2013-01-05 | Remove all zsh-beta related conditionals from debian/rules | Axel Beckert | 1 | -46/+0 | |
2013-01-05 | Replace checkroot target with dh_testroot | Axel Beckert | 1 | -9/+11 | |
2013-01-05 | Add build-dependency on dpkg-dev (>= 1.16.1~) | Axel Beckert | 1 | -0/+1 | |
... as usage of /usr/share/dpkg/buildflags.mk is no more optional | |||||
2013-01-05 | CONFIGFLAGS and STATICFLAGS: Only one flag per line | Axel Beckert | 1 | -5/+12 | |
2013-01-05 | Drop no more necessary manual compression of info files | Axel Beckert | 1 | -1/+0 | |
2013-01-05 | Indent dh_* parameters and other code for a more readable, table-like ↵ | Axel Beckert | 1 | -49/+50 | |
debian/rules | |||||
2013-01-05 | Split long debug CONFIGFLAGS line | Axel Beckert | 1 | -1/+5 | |
2013-01-05 | Consequently use "touch $@" to create stamp files | Axel Beckert | 1 | -5/+5 | |
2013-01-05 | Rename targets stamp-configure and stamp-configure-static to dh_clean ↵ | Axel Beckert | 2 | -8/+6 | |
compatible names | |||||
2013-01-05 | Allow parallel builds | Axel Beckert | 1 | -7/+7 | |
2013-01-05 | Remove manuall handling of DEB_BUILD_OPTIONS=noopt | Axel Beckert | 1 | -6/+0 | |
dpkg-buildflags already takes care of this | |||||
2013-01-05 | Use DPKG_EXPORT_BUILDFLAGS instead of exporting flags manually | Axel Beckert | 1 | -1/+1 | |
2013-01-05 | No more ignore potential failing of "include", "rm -f" or "make install.xyz" | Axel Beckert | 1 | -4/+4 | |
2013-01-05 | Use dh_auto_{configure,build,install,clean} | Axel Beckert | 1 | -8/+8 | |
2012-12-28 | Upload to experimental as 5.0.2-2 | Axel Beckert | 1 | -0/+22 | |
2012-12-28 | Replace at2quilt with the automatic dh-autoreconf | Axel Beckert | 7 | -15676/+8 | |
2012-12-28 | Add Replaces and Breaks headers due to files being moved around | Axel Beckert | 1 | -0/+2 | |
2012-12-28 | Override lintian warning hardening-no-fortify-functions | Axel Beckert | 1 | -0/+2 | |
Only one of several files pops up, so this is very likely a false positive. | |||||
2012-12-28 | Fix lintian warning debian-rules-missing-recommended-target | Axel Beckert | 2 | -6/+12 | |
Also fixes lintian warning package-would-benefit-from-build-arch-targets | |||||
2012-12-28 | Use xz compression for bigger packages | Axel Beckert | 2 | -3/+7 | |
Add "Pre-Depends: dpkg (>= 1.15.6~)" to the according packages | |||||
2012-12-28 | Consequently use $(package)-common instead of zsh-common | Axel Beckert | 1 | -15/+15 | |
2012-12-28 | Split off arch-independent files into zsh-common | Axel Beckert | 17 | -44/+77 | |
2012-12-28 | Don't ignore potential failures of the test suite | Axel Beckert | 1 | -1/+1 | |