summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2013-01-05debian/rules: Simplify target dependencies (drops no-op build-stamp target)Axel Beckert1-5/+3
Nice side effect: test suite isn't run more than once anymore
2013-01-05debian/rules: Remove some blank lines and commented codeAxel Beckert1-4/+1
2013-01-05debian/rules: Remove some blank lines and commented codeAxel Beckert1-4/+1
2013-01-05debian/rules: Don't line-break sed expressions. Do line-break before their ↵Axel Beckert1-3/+3
file parameters
2013-01-05debian/rules: Wrap long linesAxel Beckert1-4/+15
2013-01-05debian/rules: Replace "$(package)" with a hardcoded "zsh"Axel Beckert1-83/+81
2013-01-05Add dummy packages for transition from zsh-beta to zshAxel Beckert4-5/+29
2013-01-05Remove all zsh-beta related conditionals from debian/rulesAxel Beckert1-46/+0
2013-01-05Replace checkroot target with dh_testrootAxel Beckert1-9/+11
2013-01-05Add build-dependency on dpkg-dev (>= 1.16.1~)Axel Beckert1-0/+1
... as usage of /usr/share/dpkg/buildflags.mk is no more optional
2013-01-05CONFIGFLAGS and STATICFLAGS: Only one flag per lineAxel Beckert1-5/+12
2013-01-05Drop no more necessary manual compression of info filesAxel Beckert1-1/+0
2013-01-05Indent dh_* parameters and other code for a more readable, table-like ↵Axel Beckert1-49/+50
debian/rules
2013-01-05Split long debug CONFIGFLAGS lineAxel Beckert1-1/+5
2013-01-05Consequently use "touch $@" to create stamp filesAxel Beckert1-5/+5
2013-01-05Rename targets stamp-configure and stamp-configure-static to dh_clean ↵Axel Beckert2-8/+6
compatible names
2013-01-05Allow parallel buildsAxel Beckert1-7/+7
2013-01-05Remove manuall handling of DEB_BUILD_OPTIONS=nooptAxel Beckert1-6/+0
dpkg-buildflags already takes care of this
2013-01-05Use DPKG_EXPORT_BUILDFLAGS instead of exporting flags manuallyAxel Beckert1-1/+1
2013-01-05No more ignore potential failing of "include", "rm -f" or "make install.xyz"Axel Beckert1-4/+4
2013-01-05Use dh_auto_{configure,build,install,clean}Axel Beckert1-8/+8
2012-12-28Upload to experimental as 5.0.2-2Axel Beckert1-0/+22
2012-12-28Replace at2quilt with the automatic dh-autoreconfAxel Beckert7-15676/+8
2012-12-28Add Replaces and Breaks headers due to files being moved aroundAxel Beckert1-0/+2
2012-12-28Override lintian warning hardening-no-fortify-functionsAxel Beckert1-0/+2
Only one of several files pops up, so this is very likely a false positive.
2012-12-28Fix lintian warning debian-rules-missing-recommended-targetAxel Beckert2-6/+12
Also fixes lintian warning package-would-benefit-from-build-arch-targets
2012-12-28Use xz compression for bigger packagesAxel Beckert2-3/+7
Add "Pre-Depends: dpkg (>= 1.15.6~)" to the according packages
2012-12-28Consequently use $(package)-common instead of zsh-commonAxel Beckert1-15/+15
2012-12-28Split off arch-independent files into zsh-commonAxel Beckert17-44/+77
2012-12-28Don't ignore potential failures of the test suiteAxel Beckert1-1/+1
2012-12-28Fix dpkg-gencontrol warning "unknown substitution variable ${shlibs:Depends}"Axel Beckert1-1/+1
2012-12-28Fix lintian warning debian-news-entry-has-unknown-versionAxel Beckert1-1/+1
2012-12-28Fix lintian warning package-file-is-executableAxel Beckert1-0/+0
2012-12-28Convert to debhelperAxel Beckert28-228/+175
2012-12-21Changelog entry for new upstream release 5.0.2Axel Beckert1-0/+6
2012-12-21Upload 5.0.1-1 to experimentalAxel Beckert1-2/+2
2012-12-21Preliminary changelog entryAxel Beckert1-3/+5
2012-12-21Refresh patchesAxel Beckert2-6/+6
2012-12-18Revert "Add build-dependency on libtinfo-dev"Axel Beckert1-1/+0
This reverts commit 9436084d9be5ea7603ca8e1da3e7a8ac9ad19fcf. The commit was based on some error messages seen in the Jenkins builds, but they built from the wrong branch.
2012-12-17Fix lintian warning vcs-field-not-canonicalAxel Beckert1-2/+2
2012-12-17Add build-dependency on libtinfo-devAxel Beckert1-0/+1
2012-12-17New upstream test releaseAxel Beckert3-11/+61
2012-08-08Prepare upload of 5.0.0-2 to experimentalAxel Beckert1-0/+15
2012-08-08Sync do-dch, gbp.conf and our workflow docs wrt. git-dch optionsAxel Beckert3-8/+5
Default git-dch options are now only present in gbp.conf. We consistently use a commit id length of 8.
2012-08-08Fix documentation about debian/do-dchAxel Beckert2-2/+2
Also accept previously documented tag in do-dch
2012-08-08Print directly from $terminfo instead of using `echoti'Frank Terbeck1-2/+2
The result is the same, plus this protects us from people who feel like messing with the value of $TERM... Suggested-by: Mikael Magnusson <mikachu@gmail.com> Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
2012-08-08Do not use echoti {smkx,rmkx} unconditionallyFrank Terbeck1-8/+18
If a terminal - like the linux kernel's virtual console - is missing those terminfo entries, that will cause annoying output like: zle-line-init:echoti:1: no such terminfo capability: rmkx zle-line-init:echoti:1: no such terminfo capability: smkx for each and every prompt. This tests for the features availability and notes missing ones in a new array `$debian_missing_features'. Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
2012-08-01Apply wrap-and-sort on the Debian packageMichael Prokop1-3/+17
Thanks to Axel for forwarding https://bugs.launchpad.net/ubuntu/+source/zsh/+bug/1029337
2012-07-25[dch-ignore] One more changelog entry date bump to test CIA bot and commit ↵Axel Beckert1-1/+1
mailing list
2012-07-25[dch-ignore] Bump changelog entry to test CIA bot and commit mailing listAxel Beckert1-1/+1