summaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Expand)Author
2021-02-15Avoid using libmd's <sha2.h> even if it's installedColin Watson
2020-02-23Move ssh-sk-helper into openssh-clientColin Watson
2020-02-21New upstream release (8.2p1)Colin Watson
2020-01-09Don't build openssh-tests on Ubuntu i386Steve Langasek
2019-10-09Re-enable hardening on hppaColin Watson
2019-10-09New upstream release (8.1p1)Colin Watson
2019-08-28Only run dh_runit on openssh-serverColin Watson
2019-08-12Add a runscript for runitLorenzo Puliti
2018-12-06Move /etc/ssh/moduli to openssh-serverColin Watson
2018-11-16Use dpkg_vendor_derives_from againColin Watson
2018-11-15Fix Ubuntu detection in debian/rulesColin Watson
2018-11-05Add an openssh-tests binary packageColin Watson
2018-10-21Simplify debian/rules using /usr/share/dpkg/default.mk.Colin Watson
2018-10-20Remove dh_builddeb override to use xz compressionColin Watson
2018-01-02Support the "noudeb" build profile.Colin Watson
2017-12-12Add a "pkg.openssh.nognome" build profileJason Duerstock
2017-08-27Drop openssh-client-ssh1, now built by a separate source package.Colin Watson
2017-03-30Move privilege separation directory and PID file from /var/run/ to /run/ (clo...Colin Watson
2017-01-15Remove LOGIN_PROGRAM and LOGIN_NO_ENDOPT definitions, since UseLogin is gone.Colin Watson
2016-12-26Build gnome-ssh-askpass with GTK+ 3 (LP: #801187).Colin Watson
2016-12-23New upstream release (7.4p1).Colin Watson
2016-11-11Move build directories under debian/.Colin Watson
2016-08-14Rewrite debian/copyright using copyright-format 1.0.Colin Watson
2016-07-29Stop enabling ssh-session-cleanup.service by default; instead, ship it as an ...Colin Watson
2016-07-23Don't stop the ssh-session-cleanup service on upgrade (closes: #832155).Colin Watson
2016-07-22Fix typo.Colin Watson
2016-07-22Add a session cleanup script and a systemd unit file to trigger it, which ser...Colin Watson
2016-05-16Set SSH_PROGRAM=/usr/bin/ssh1 when building openssh-client-ssh1 so that scp1 ...Colin Watson
2016-04-03Change all openssh.org references to openssh.com (closes: #819213).Colin Watson
2015-12-21Add systemd readiness notification support (closes: #778913).Michael Biebl
2015-12-06Add an openssh-client-ssh1 binary package for people who need to connect to o...Colin Watson
2015-11-24Drop ConsoleKit session registration patch; it was only ever enabled for Ubun...Colin Watson
2015-11-24Do much less work in architecture-independent-only builds.Colin Watson
2015-11-24Fix dh_install and dh_fixperms overrides to work properly with an architectur...Colin Watson
2015-09-10Build with audit support on Linux (closes: #797727, LP: #1478087).Tyler Hicks
2015-08-19New upstream release (6.8p1).Colin Watson
2014-10-08Run a subset of the upstream regression test suite at package build time, and...Colin Watson
2014-10-06Simplify debian/rules using /usr/share/dpkg/buildflags.mk.Colin Watson
2014-09-30Don't link /usr/share/doc/ssh to openssh-client, as this is not safe between ...Colin Watson
2014-08-02Use dh-exec to simplify override_dh_install target.Colin Watson
2014-07-20Make sure that DEB_HOST_ARCH is set, even when invoking debian/rules directly.Colin Watson
2014-05-26Only use pam_keyinit on Linux architectures (closes: #747245).Colin Watson
2014-05-26Upgrade to debhelper v9.Colin Watson
2014-03-27Re-enable btmp logging, as its permissions were fixed a long time ago in resp...Colin Watson
2014-03-05Link openssh-sftp-server's documentation directory to openssh-client's.Colin Watson
2014-02-13Remove code related to non-dependency-based sysv-rc ordering, since that is n...Colin Watson
2014-02-13Configure --without-hardening on hppa, to work around http://gcc.gnu.org/bugz...Colin Watson
2014-02-12Tweak dh_systemd_enable invocations to avoid lots of error noise.Colin Watson
2014-02-11Only enable ssh.service for systemd, not both ssh.service and ssh.socket. Th...Colin Watson
2014-02-10Add systemd support (thanks, Sven Joachim; closes: #676830).Colin Watson