summaryrefslogtreecommitdiff
path: root/debian/control
AgeCommit message (Collapse)AuthorFilesLines
2014-11-12Those binary packages which use symlink_to_dir need to Pre-Depend on dpkg >= ↵Axel Beckert1-0/+3
1.17.2~
2014-10-21Switch the zsh and zsh-common binary stanzas to get README.Debian installed ↵Axel Beckert1-16/+16
again
2014-09-20Bump Standards-Version to 3.9.6 (no changes needed)Axel Beckert1-1/+1
2014-09-19Apply wrap-and-sort -aAxel Beckert1-8/+19
2014-09-19Use autotools-dev as well as autoreconf to ensure configurey updates ↵Wookey1-1/+2
(Closes: #734765)
2014-09-15Change Vcs-Browser to new cgit based repository viewerAxel Beckert1-1/+1
2014-09-15Declare packaging branch in Vcs-Git headerAxel Beckert1-1/+1
Thanks Benoit Plessis!
2014-06-12Add B-D on cm-super-minimal, FTBFS with TeX Live >= 2014 otherwiseAxel Beckert1-0/+1
While we could have added a build-dependency on e.g. "cm-super-minimal | texlive-fonts-recommended (<< 2014)", cm-super-minimal is available since at least Debian 6 Squeeze and not that large (at least not compared to the remainder of TeX Live :-), so that it won't hurt to have it as unneeded build-dependency for e.g. backports to Wheezy or Squeeze.
2014-02-10Add build-dependency on texlive-fonts-recommended (c.f. #738402, closes: ↵Axel Beckert1-0/+1
#738452)
2013-11-08zsh-common: Remove Breaks against older zsh version (Hopefully closes: #707760)Axel Beckert1-1/+0
2013-10-28Bump Standards-Version to 3.9.5 (no changes)Axel Beckert1-1/+1
2013-09-24Require texinfo >= 5, it no more builds properly with older versionsAxel Beckert1-2/+2
The package uses "makeinfo --split=chapter" and that feature doesn't seem to be available in any stable releases before 5.0.
2013-08-26Replace texi2html by makeinfoAxel Beckert1-1/+0
Add patch to replace texi2html by makeinfo in Doc/Makefile.in. Fixes lintian warning build-depends-on-obsolete-package
2013-08-25No more pass -Zxz to dpkg-deb explicitlyAxel Beckert1-4/+0
dpkg-deb uses xz as compressor by default since 1.17.0 so still having them explicitly for some, but not all to be built binary packages is probably more confusing than we will gain when doing backports. This also allows to remove the Pre-Depends on dpkg >= 1.15.6~. Complexity reduction for the win!
2013-08-24debian/control: richih@debian.orgRichard Hartmann1-1/+1
2013-05-10Reorder alternative build dependenciesAxel Beckert1-1/+1
sbuild solely uses the first build dependencies if alternatives are given. Hence texlive-latex-recommended should come before texinfo (<< 5~). Thanks to Sebastian Ramacher for the hint!
2013-05-10Add Built-Using header to zsh-staticAxel Beckert1-1/+2
Bump build-dependency on dpkg-dev to >= 1.16.2~
2013-05-10Bump Standards-Version to 3.9.4 (no changes)Axel Beckert1-1/+1
2013-05-09zsh{,-dbg,-doc,-dev,-beta,-beta-doc}: .postinst + zsh-common versioned depAxel Beckert1-4/+4
Add versioned dependencies on zsh-common and add postinst scripts to replace /usr/share/doc/zsh* directories with symlinks to /usr/share/doc/zsh-common.
2013-05-09Install zsh-beta{,-doc} symlinks to /usr/share/doc/zsh-common via dh_installdocsAxel Beckert1-2/+2
2013-05-09Fix FTBFS with texinfo versions >= 5Axel Beckert1-0/+1
Cherry-picked upstream patches 67a4be36c6203c26c3912c07441f42e3965f0fa8 and b174a0df054929efd7804922750c71adeb8e0b57 Also add a build-dependency on texlive-latex-recommended if only texinfo >= 5 is available.
2013-05-05Merge branch 'abe/no-beta' into debianAxel Beckert1-0/+21
Conflicts: debian/rules
2013-04-18Use dh_installdocs --link-doc instead of dh_link for /usr/share/doc/zsh*Axel Beckert1-1/+1
2013-01-13Bump dh compat to 9 for multiarch and additional debug symbol featuresAxel Beckert1-1/+1
* Enables compressed debugging symbols, saving > 50% space on disk * Enables Build-IDs for debugging symbols * Enables multiarch support, /usr/lib/zsh becomes e.g. /usr/lib/x86_64-linux-gnu/zsh on amd64 Git-Dch: Full
2013-01-13zsh-beta: Still suggest zsh-beta-docAxel Beckert1-0/+1
This way zsh-doc will be pulled in if zsh-beta-doc was installed but marked as automatically installed. Git-Dch: Ignore
2013-01-05Add dummy packages for transition from zsh-beta to zshAxel Beckert1-0/+20
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
2012-12-28Replace at2quilt with the automatic dh-autoreconfAxel Beckert1-0/+1
2012-12-28Add Replaces and Breaks headers due to files being moved aroundAxel Beckert1-0/+2
2012-12-28Use xz compression for bigger packagesAxel Beckert1-1/+5
Add "Pre-Depends: dpkg (>= 1.15.6~)" to the according packages
2012-12-28Split off arch-independent files into zsh-commonAxel Beckert1-2/+19
2012-12-28Fix dpkg-gencontrol warning "unknown substitution variable ${shlibs:Depends}"Axel Beckert1-1/+1
2012-12-28Convert to debhelperAxel Beckert1-4/+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-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-23pdfroff needs ghostscript; add b-dAxel Beckert1-1/+1
2012-07-22Add groff to build-dependencies (for pdfroff)Axel Beckert1-1/+1
2012-02-29Add Richard Hartmann to UploadersAxel Beckert1-1/+1
2012-02-27Bump Standards-Version to 3.9.3 (no changes)Richard Hartmann1-1/+1
2011-07-19Use one positive arch-spec instead of several negated ones (Closes: #634609)Frank Terbeck1-1/+1
This should be used to close the named bug instead of 7c61c9184e.
2011-07-19Use hurd-any etc. instead of hurd-i386 (Closes: #634609)Frank Terbeck1-1/+1
2011-06-14Fixed lintian warning "description-synopsis-starts-with-article"Axel Beckert1-4/+4
2011-06-14Fixed lintian warning "binary-control-field-duplicates-source"Axel Beckert1-2/+0
Removed "Section: shells" from the zsh and zsh-static binary packages.
2011-06-14Add Frank Terbeck to Uploaders, so Lintian doesn't regard his changelog ↵Axel Beckert1-1/+1
entries as NMUs
2011-06-14Bump Standards-Version to 3.9.2 (no changes)Axel Beckert1-1/+1
2011-03-02Add yodl to Build-Depends and sort Build-Depends while at it.Michael Prokop1-1/+1
2011-03-02Initial `debian/' importFrank Terbeck1-0/+88