summaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Collapse)AuthorFilesLines
2024-08-14Install into /usr-merged layoutChris Hofstaedtler1-6/+5
Closes: #1073654
2023-07-05Cherry pick multiple upstream commits to migrate pcre module to pcre2.Axel Beckert1-1/+1
Update Build-Depends and Build-Using from libpcre3-dev to libpcre2-dev accordingly. Closes: #999918 Gbp-Dch: Full
2023-02-03Enable gdbm module to be build again, this time via --enable-gdbmAxel Beckert1-0/+1
Thanks: András Korn for reporting this regression. Closes: 1030349
2022-11-13Update Helmut's patch to use more debhelper style file installingAxel Beckert1-2/+0
2022-11-13Update /etc/shells using dpkg triggersHelmut Grohne1-0/+2
Closes: #1023317
2022-02-25Replace dh overrides with execute_after_… where applicableAxel Beckert1-8/+3
2021-09-15Replace all occurrences of transitional package libncursesw5-dev with ↵Vincent Lefevre1-1/+1
libncurses-dev Remove resulting duplicates. (Related to commit 71ee4aef.) Fixes FTBFS iff libncursesw5-dev was not installed. (Closes: #993861) Gbp-Dch: Full
2021-09-09Reenable running build-time testsuite against zsh-staticAxel Beckert1-1/+1
(See discussion in #993843.) Gbp-Dch: Full
2021-09-05Add patch to set default pager to /usr/bin/pager instead of more.Axel Beckert1-2/+0
Drop according sed call from debian/rules which didn't catch .zwc files. Gbp-Dch: Full
2021-09-05Set runhelpdir at configure time; drop sed-based fixup at install time. ↵Axel Beckert1-1/+2
(Closes: #993539)
2021-08-25Drop override_dh_strip-arch due to debug symbol migration being long completeAxel Beckert1-4/+0
2021-01-24Also install the Zsh FAQ. Thanks Daniel Shahaf! (Closes: #961757)Axel Beckert1-0/+1
Build it by also running a build (dh_auto_build, defacto make) in obj/Etc/. Install the compressed plain text version into zsh-common and the HTML version into zsh-doc. Update debian/zsh-common.docs accordingly. Install the HTML version of the via debian/zsh-doc.install instead of debian/zsh-doc.docs to be able to install it into the "html" subfolder, too. Rename debian/zsh-common.doc-base into debian/zsh-doc.doc-base.manual to distinguish it clearly from the new debian/zsh-doc.doc-base.faq. Add a debian/zsh-common.doc-base. Uses the split control file feature of doc-base.
2020-10-12Drop "-Wl,--as-needed" from $LDFLAGSAxel Beckert1-1/+1
(No more needed according to lintian warning debian-rules-uses-as-needed-linker-flag.) Gbp-Dch: Full
2020-02-16Add a debian/rules convenience target to restore files from git which were ↵Axel Beckert1-0/+5
removed in the clean target
2020-02-16Fix FTBFS if libncurses-dev provided the libncursesw5-dev build-dependencyAxel Beckert1-1/+5
Thanks: Daniel Shahaf for helping to figure out how to solve this issue properly.
2020-02-16Apply changes from Ubuntu's zsh 5.7.1-1ubuntu2 packageAxel Beckert1-0/+4
… except all debian/changelog entries and modifying the Maintainer field. This includes: * debian/zshrc: Enable completions by default, unless skip_global_compinit is set. * Support cross-compiling: + Adjust upstream autoconf cross-compile default fallbacks. + Skip zcompile when cross-compiling. + Add libelf-dev build-dependency. Gbp-Dch: Full
2020-02-16Drop the get-orig-source target, no more neededAxel Beckert1-7/+0
2018-12-24debian/rules: Build zshbuiltins.1 out-of-tree like the restAxel Beckert1-1/+1
2018-09-18Revert "Switch from the deprecated libpcre3 to the newer (!) libpcre2."Axel Beckert1-1/+1
This reverts commit a5db24730b1318dbcd80aa79c01b9d1a624cc9ca.
2018-09-15Switch from the deprecated libpcre3 to the newer (!) libpcre2.Axel Beckert1-1/+1
LP: #1792544 Gbp-Dch: Full
2018-04-08Handle /usr/local/share/zsh with dh_usrlocal (Closes: #895153)Sven Joachim1-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-12debian/rules: Reduce some make call into fewer onesAxel Beckert1-5/+4
Gbp-Dch: Ignore
2017-11-12debian/rules: Drop some no more needed, fitting or relevant commentsAxel Beckert1-3/+0
2017-11-12Fix binary-indep/install-indep build and optimize its dependenciesAxel Beckert1-5/+6
Gbp-Dch: Ignore
2017-11-12Drop seemingly unneeded explicit dh_* calls and overridesAxel Beckert1-5/+0
Gbp-Dch: Ignore
2017-11-12debian/rules: Change from explicit targets to "minimal" dh styleAxel Beckert1-109/+49
2017-11-02dh_strip: Use --dbgsym-migration instead of historical --ddeb-migrationAxel Beckert1-1/+1
2017-10-28Set "Rules-Requires-Root: no"Axel Beckert1-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-11Replace dh_autotools-dev_*config with dh_update_autotools_config (+ dh_clean)Axel Beckert1-2/+1
Also remove just added Lintian override again.
2017-08-10Change the value of $ZSH_PATCHLEVEL.Daniel Shahaf1-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-22Bump debhelper compatibility to 10. Update versioned build-dependency on ↵Axel Beckert1-8/+8
debhelper accordingly. Remove all --parallel options from debian/rules.
2017-01-09Use dh_clean's directory removal feature added in debhelper 9.20151116Axel Beckert1-1/+0
2016-02-01Now that compiling with -fPIE is fixed, build with hardening=+allAxel Beckert1-3/+1
2016-01-31Remove usage of alternatives system for zsh, rzsh and zsh-staticAxel Beckert1-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-24Enable hardening=+bindnow, fixes lintian warning hardening-no-bindnowAxel Beckert1-0/+4
Also add hint why I haven't enabled hardening=+all or hardening=+pie.
2016-01-24Remove GCC-4.9-specific workaround on s390x from debian/rulesAxel Beckert1-6/+0
2015-12-29Add "--ddeb-migration=zsh-dbg" to "dh_strip -pzsh" for proper Breaks/ReplacesAxel Beckert1-1/+1
Thanks: Mattia Rizzolo
2015-12-25Remove zsh-dbg package, there are automatic dbgsym packages nowAxel Beckert1-5/+5
2015-11-26get-orig-source target: Support git snapshots between tagged releasesAxel Beckert1-1/+1
2015-08-05Set $(VENDOR) to sanitized output of "dpkg-vendor --query vendor"Axel Beckert1-0/+4
Closes: #794696
2015-07-16Adjust include paths in /usr/include/zsh/ as suggested in #776964Axel Beckert1-0/+2
2015-03-08Remove zsh4 wrappers, they were only needed for Wheezy → JessieAxel Beckert1-2/+0
2015-03-02Revert "Use faketime to get reproducible time stamps in PDF generation"Axel Beckert1-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-07Use faketime to get reproducible time stamps in PDF generationAxel Beckert1-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-12Simplify Simon's patch by making /usr/share/doc/zsh/doc a symlink to ↵Axel Beckert1-13/+0
../zsh-common Avoids unpack errors probably caused by having _two_ binary packages containing the directory which was previously a symlink.
2014-11-11Fix some indentation in debian/rules.Axel Beckert1-1/+1
Git-Dch: Ignore
2014-11-11Be binNMU-safe: do not use dh_installdocs --link-doc=zsh-common in ↵Simon McVittie1-3/+19
architecture-dependent packages
2014-10-13Shebang line of zsh4-static should read #!/bin/zsh5-static, not #!/bin/zsh5Axel Beckert1-0/+1
2014-10-10Add a get-orig-source target to debian/rulesAxel Beckert1-1/+6
… instead of describing how to do it in the packaging workflow documentation.
2014-10-10Drop prebuild target from debian/rules (unused)Axel Beckert1-8/+1