index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
debian
/
rules
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-13
Update Helmut's patch to use more debhelper style file installing
Axel Beckert
1
-2
/
+0
2022-11-13
Update /etc/shells using dpkg triggers
Helmut Grohne
1
-0
/
+2
2022-02-25
Replace dh overrides with execute_after_… where applicable
Axel Beckert
1
-8
/
+3
2021-09-15
Replace all occurrences of transitional package libncursesw5-dev with libncur...
Vincent Lefevre
1
-1
/
+1
2021-09-09
Reenable running build-time testsuite against zsh-static
Axel Beckert
1
-1
/
+1
2021-09-05
Add patch to set default pager to /usr/bin/pager instead of more.
Axel Beckert
1
-2
/
+0
2021-09-05
Set runhelpdir at configure time; drop sed-based fixup at install time. (Clos...
Axel Beckert
1
-1
/
+2
2021-08-25
Drop override_dh_strip-arch due to debug symbol migration being long complete
Axel Beckert
1
-4
/
+0
2021-01-24
Also install the Zsh FAQ. Thanks Daniel Shahaf! (Closes: #961757)
Axel Beckert
1
-0
/
+1
2020-10-12
Drop "-Wl,--as-needed" from $LDFLAGS
Axel Beckert
1
-1
/
+1
2020-02-16
Add a debian/rules convenience target to restore files from git which were re...
Axel Beckert
1
-0
/
+5
2020-02-16
Fix FTBFS if libncurses-dev provided the libncursesw5-dev build-dependency
Axel Beckert
1
-1
/
+5
2020-02-16
Apply changes from Ubuntu's zsh 5.7.1-1ubuntu2 package
Axel Beckert
1
-0
/
+4
2020-02-16
Drop the get-orig-source target, no more needed
Axel Beckert
1
-7
/
+0
2018-12-24
debian/rules: Build zshbuiltins.1 out-of-tree like the rest
Axel Beckert
1
-1
/
+1
2018-09-18
Revert "Switch from the deprecated libpcre3 to the newer (!) libpcre2."
Axel Beckert
1
-1
/
+1
2018-09-15
Switch from the deprecated libpcre3 to the newer (!) libpcre2.
Axel Beckert
1
-1
/
+1
2018-04-08
Handle /usr/local/share/zsh with dh_usrlocal (Closes: #895153)
Sven Joachim
1
-1
/
+0
2017-11-12
debian/rules: Reduce some make call into fewer ones
Axel Beckert
1
-5
/
+4
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
2017-11-12
Drop seemingly unneeded explicit dh_* calls and overrides
Axel Beckert
1
-5
/
+0
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
2017-08-11
Replace dh_autotools-dev_*config with dh_update_autotools_config (+ dh_clean)
Axel Beckert
1
-2
/
+1
2017-08-10
Change the value of $ZSH_PATCHLEVEL.
Daniel Shahaf
1
-1
/
+2
2017-06-22
Bump debhelper compatibility to 10. Update versioned build-dependency on debh...
Axel Beckert
1
-8
/
+8
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
2016-01-24
Enable hardening=+bindnow, fixes lintian warning hardening-no-bindnow
Axel Beckert
1
-0
/
+4
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
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
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
2015-02-07
Use faketime to get reproducible time stamps in PDF generation
Axel Beckert
1
-1
/
+1
2014-11-12
Simplify Simon's patch by making /usr/share/doc/zsh/doc a symlink to ../zsh-c...
Axel Beckert
1
-13
/
+0
2014-11-11
Fix some indentation in debian/rules.
Axel Beckert
1
-1
/
+1
2014-11-11
Be binNMU-safe: do not use dh_installdocs --link-doc=zsh-common in architectu...
Simon McVittie
1
-3
/
+19
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
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
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
[next]