Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-05 | Replace checkroot target with dh_testroot | Axel Beckert | 1 | -9/+11 | |
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 | 1 | -6/+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 | Replace at2quilt with the automatic dh-autoreconf | Axel Beckert | 1 | -3/+7 | |
2012-12-28 | Fix lintian warning debian-rules-missing-recommended-target | Axel Beckert | 1 | -6/+10 | |
Also fixes lintian warning package-would-benefit-from-build-arch-targets | |||||
2012-12-28 | Use xz compression for bigger packages | Axel Beckert | 1 | -2/+2 | |
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 | 1 | -29/+29 | |
2012-12-28 | Don't ignore potential failures of the test suite | Axel Beckert | 1 | -1/+1 | |
2012-12-28 | Convert to debhelper | Axel Beckert | 1 | -218/+93 | |
2012-07-22 | debian/*: /bin/zsh4 → /bin/zsh5, etc. | Axel Beckert | 1 | -10/+10 | |
2012-02-29 | Also export hardening CPPFLAGS (Closes: #644400) | Simon Ruderich | 1 | -1/+1 | |
2012-01-23 | Enable hardening options (Closes: #644400) | Pierre Chifflier | 1 | -2/+6 | |
2011-10-14 | Add "tinfo" to --with-term-lib flag (Closes: #645112) | Mitsuya Shibata | 1 | -1/+1 | |
2011-06-14 | Override Lintian warnings about statically linked stuff in zsh-static | Axel Beckert | 1 | -0/+2 | |
2011-06-02 | rules: system.h was renamed to zsh_system.h | Frank Terbeck | 1 | -1/+1 | |
2011-06-02 | Enable additional $fpath entries for add-ons from other packages (Closes: ↵ | Frank Terbeck | 1 | -0/+1 | |
#620452) Completions should go to: /usr/share/zsh/vendor-completions Function similarly go to: /usr/share/zsh/vendor-functions | |||||
2011-03-02 | Installation of Etc/FAQ currently fails for the debian package | Frank Terbeck | 1 | -1/+1 | |
As a workaround, let's skip installing it for now. | |||||
2011-03-02 | Make sure a configure script is executable and stamp.h.in exists | Frank Terbeck | 1 | -3/+0 | |
When we are creating ./configure from a quilt patch, the resulting file may not be executable. Either directly from patch(1) or after dpkg-source is done with it. Make sure it'll be alright when we need to use it. `stamp.h.in' is also created by `./Util/preconfig'. It's an empty file, so we're not creating it using quilt but just touch it here. | |||||
2011-03-02 | Initial `debian/' import | Frank Terbeck | 1 | -0/+376 | |