Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-18 | Revert "Switch from the deprecated libpcre3 to the newer (!) libpcre2." | Axel Beckert | 1 | -1/+1 | |
This reverts commit a5db24730b1318dbcd80aa79c01b9d1a624cc9ca. | |||||
2018-09-15 | Switch from the deprecated libpcre3 to the newer (!) libpcre2. | Axel Beckert | 1 | -1/+1 | |
LP: #1792544 Gbp-Dch: Full | |||||
2018-04-08 | Handle /usr/local/share/zsh with dh_usrlocal (Closes: #895153) | Sven Joachim | 1 | -1/+0 | |
The upstream Makefile installs the /usr/local/share/zsh/site-functions directory, so all that is needed is not to delete it later in debian/rules, after which dh_usrlocal magically handles the rest. | |||||
2017-11-12 | debian/rules: Reduce some make call into fewer ones | Axel Beckert | 1 | -5/+4 | |
Gbp-Dch: Ignore | |||||
2017-11-12 | debian/rules: Drop some no more needed, fitting or relevant comments | Axel Beckert | 1 | -3/+0 | |
2017-11-12 | Fix binary-indep/install-indep build and optimize its dependencies | Axel Beckert | 1 | -5/+6 | |
Gbp-Dch: Ignore | |||||
2017-11-12 | Drop seemingly unneeded explicit dh_* calls and overrides | Axel Beckert | 1 | -5/+0 | |
Gbp-Dch: Ignore | |||||
2017-11-12 | debian/rules: Change from explicit targets to "minimal" dh style | Axel Beckert | 1 | -109/+49 | |
2017-11-02 | dh_strip: Use --dbgsym-migration instead of historical --ddeb-migration | Axel Beckert | 1 | -1/+1 | |
2017-10-28 | Set "Rules-Requires-Root: no" | Axel Beckert | 1 | -1/+1 | |
Drop "-o root -g root" from $(INSTALL_PROGRAM) in debian/rules: No more needed, user/group are either set by dh_fixperms or dpkg-deb nowadays. Gbp-Dch: Full | |||||
2017-08-11 | Replace dh_autotools-dev_*config with dh_update_autotools_config (+ dh_clean) | Axel Beckert | 1 | -2/+1 | |
Also remove just added Lintian override again. | |||||
2017-08-10 | Change the value of $ZSH_PATCHLEVEL. | Daniel Shahaf | 1 | -1/+2 | |
Before this patch the value was 'Debian'. With this patch the value embeds the vendor name and package version number: 'debian/5.3.1-5'. Upstream's default is `git describe` output, e.g., '5.3.1-test-2-0-gd17f9d32f'. | |||||
2017-06-22 | Bump debhelper compatibility to 10. Update versioned build-dependency on ↵ | Axel Beckert | 1 | -8/+8 | |
debhelper accordingly. Remove all --parallel options from debian/rules. | |||||
2017-01-09 | Use dh_clean's directory removal feature added in debhelper 9.20151116 | Axel Beckert | 1 | -1/+0 | |
2016-02-01 | Now that compiling with -fPIE is fixed, build with hardening=+all | Axel Beckert | 1 | -3/+1 | |
2016-01-31 | Remove usage of alternatives system for zsh, rzsh and zsh-static | Axel Beckert | 1 | -3/+4 | |
This also fixes installation together with usrmerge, which fiddles with the directory layout and makes /bin a symlink to /usr/bin against all Unix tradition and violating FHS. Closes: #768079 | |||||
2016-01-24 | Enable hardening=+bindnow, fixes lintian warning hardening-no-bindnow | Axel Beckert | 1 | -0/+4 | |
Also add hint why I haven't enabled hardening=+all or hardening=+pie. | |||||
2016-01-24 | Remove GCC-4.9-specific workaround on s390x from debian/rules | Axel Beckert | 1 | -6/+0 | |
2015-12-29 | Add "--ddeb-migration=zsh-dbg" to "dh_strip -pzsh" for proper Breaks/Replaces | Axel Beckert | 1 | -1/+1 | |
Thanks: Mattia Rizzolo | |||||
2015-12-25 | Remove zsh-dbg package, there are automatic dbgsym packages now | Axel Beckert | 1 | -5/+5 | |
2015-11-26 | get-orig-source target: Support git snapshots between tagged releases | Axel Beckert | 1 | -1/+1 | |
2015-08-05 | Set $(VENDOR) to sanitized output of "dpkg-vendor --query vendor" | Axel Beckert | 1 | -0/+4 | |
Closes: #794696 | |||||
2015-07-16 | Adjust include paths in /usr/include/zsh/ as suggested in #776964 | Axel Beckert | 1 | -0/+2 | |
2015-03-08 | Remove zsh4 wrappers, they were only needed for Wheezy → Jessie | Axel Beckert | 1 | -2/+0 | |
2015-03-02 | Revert "Use faketime to get reproducible time stamps in PDF generation" | Axel Beckert | 1 | -1/+1 | |
faketime currently does not work properly in Jessie/Sid chroots on Wheezy hosts, see https://bugs.debian.org/778462 for details. And we rather needed a properly building zsh than a reproducible build (for now). This reverts commit 0dc9a03cbd0520a5566fbb264741d221c7972904. | |||||
2015-02-07 | Use faketime to get reproducible time stamps in PDF generation | Axel Beckert | 1 | -1/+1 | |
Add build-dependency on faketime and bump build-dependency on dpkg-dev to 1.17.0 for using "dpkg-parsechangelog -S". | |||||
2014-11-12 | Simplify Simon's patch by making /usr/share/doc/zsh/doc a symlink to ↵ | Axel Beckert | 1 | -13/+0 | |
../zsh-common Avoids unpack errors probably caused by having _two_ binary packages containing the directory which was previously a symlink. | |||||
2014-11-11 | Fix some indentation in debian/rules. | Axel Beckert | 1 | -1/+1 | |
Git-Dch: Ignore | |||||
2014-11-11 | Be binNMU-safe: do not use dh_installdocs --link-doc=zsh-common in ↵ | Simon McVittie | 1 | -3/+19 | |
architecture-dependent packages | |||||
2014-10-13 | Shebang line of zsh4-static should read #!/bin/zsh5-static, not #!/bin/zsh5 | Axel Beckert | 1 | -0/+1 | |
2014-10-10 | Add a get-orig-source target to debian/rules | Axel Beckert | 1 | -1/+6 | |
… instead of describing how to do it in the packaging workflow documentation. | |||||
2014-10-10 | Drop prebuild target from debian/rules (unused) | Axel Beckert | 1 | -8/+1 | |
2014-10-10 | Add zsh4(-static) wrapper scripts to ease switch to zsh5 (Closes: #707760) | Axel Beckert | 1 | -1/+2 | |
Also add lintian overrides for the not-meant-to-be-used wrapper not having a man-page. | |||||
2014-09-29 | Do not run (already ignored) test suite on static build to mitigate #760061 | Axel Beckert | 1 | -1/+1 | |
2014-09-29 | Set ZTST_verbose=1 to get more details about where exactly the test suite hangs | Axel Beckert | 1 | -2/+2 | |
Suggested by Bart Schaefer in #760061 | |||||
2014-09-20 | Revert a542a2ae — it doesn't run autoreconf with verbose settings | Axel Beckert | 1 | -2/+2 | |
2014-09-20 | Make dh_autoreconf call verbose to see what goes wrong wrt. #734765 | Axel Beckert | 1 | -2/+2 | |
2014-09-19 | Use autotools-dev as well as autoreconf to ensure configurey updates ↵ | Wookey | 1 | -0/+2 | |
(Closes: #734765) | |||||
2014-08-31 | Move export of DEB_BUILD_MAINT_OPTIONS before buildflags.mk inclusion | Axel Beckert | 1 | -6/+6 | |
Git-Dch: Ignore | |||||
2014-08-31 | Disable -fstack-protector-strong on s390x | Axel Beckert | 1 | -0/+6 | |
It causes endless loops in gcc-4.9. See https://bugs.debian.org/759870 for details. | |||||
2014-06-28 | Simplify helpfiles generation in debian/rules (Closes: #737582) | Axel Beckert | 1 | -3/+1 | |
This also makes debian/rules pure 7-bit ASCII again -- instead of being ISO-8859-1. Yay! :-) | |||||
2014-05-22 | Also install the bug-scripts. Doh. | Axel Beckert | 1 | -0/+3 | |
Git-Dch: Ignore | |||||
2014-03-12 | Don't even try to run test suite on hurd, it hangs | Axel Beckert | 1 | -1/+3 | |
Hence ignoring just the exit code on hurd doesn't help | |||||
2013-12-15 | Reduce two blank lines to one | Axel Beckert | 1 | -1/+0 | |
Git-Dch: Ignore | |||||
2013-12-15 | Built-Using: Use libc-dev-bin instead of eglibc as parameter to dpkg-query | Axel Beckert | 1 | -1/+1 | |
It needs to be a binary package and existing on all architectures | |||||
2013-12-15 | Ignore test suite results on hurd-i386 for now | Axel Beckert | 1 | -1/+1 | |
2013-12-02 | Fix one test-suite failure on static builds due to non-existent $HOME | Axel Beckert | 1 | -1/+1 | |
Thanks to Bart Schaefer and Peter Stephenson for spotting the cause. | |||||
2013-12-02 | debian/rules: Util/helpfiles now requires parameters, reduce own magic | Axel Beckert | 1 | -2/+2 | |
2013-09-24 | debian/rules: Whitespace changes | Axel Beckert | 1 | -12/+15 | |
Git-Dch: Ignore | |||||
2013-09-24 | Fix typo in debian/rules comment | Axel Beckert | 1 | -1/+1 | |
Git-Dch: Ignore |