summaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Expand)Author
2010-03-17Fix substitution of ETC_PAM_D_SSH, following the rename in 1:4.7p1-4.Colin Watson
2010-03-01mark quilt-setup target as phonyColin Watson
2010-03-01Include debian/ssh-askpass-gnome.png in the Debian tarball now thatColin Watson
2010-03-01Fix 'debian/rules quilt-setup' to avoid writing .orig files if someColin Watson
2010-02-28* Update README.source to match, and add a 'quilt-setup' target toColin Watson
2010-02-22run dh_installexamples after dh_linkColin Watson
2010-01-31Honour DEB_BUILD_OPTIONS=nocheck.Colin Watson
2010-01-31Use dh_lintian.Colin Watson
2010-01-31Install upstream sshd_config as an example (closes: #415008).Colin Watson
2010-01-31Link with -Wl,--as-needed (closes: #560155).Colin Watson
2010-01-25Drop change from 1:3.8p1-3 to avoid setresuid() and setresgid() systemColin Watson
2010-01-12Don't run tests when cross-compiling.Colin Watson
2010-01-12Use host compiler for ssh-askpass-gnome when cross-compiling.Colin Watson
2010-01-02Use hardening-includes for hardening logic (thanks, Kees Cook; closes:Colin Watson
2009-08-28Build with just -fPIC on mips/mipsel, not -fPIE as well (thanks, LIU Qi;Colin Watson
2009-07-31Upgrade to debhelper v7.Colin Watson
2009-06-05this isn't needed, already removed aboveColin Watson
2009-06-05Remove /var/run/sshd from openssh-server package; it will be created atColin Watson
2009-06-05Build with -fPIC on mips/mipsel (thanks, Luk Claes; closes: #531942).Colin Watson
2009-01-28Add ufw integration (thanks, Didier Roche; seeColin Watson
2008-09-12Configure with --disable-strip; dh_strip will deal with strippingColin Watson
2008-07-23Add lintian overrides for empty /usr/share/doc/openssh-clientColin Watson
2008-07-22Remove our local version of moduli(5) now that there's one upstream.Colin Watson
2008-06-08Update DEB_BUILD_OPTIONS parsing code from policy 3.8.0.Colin Watson
2008-06-08Drop openssh-client-udeb isinstallable hack, as main-menu (>= 1.26) nowColin Watson
2008-05-20Generate two keys with the PID forced to the same value and test thatColin Watson
2008-05-13add repair instructions from MattColin Watson
2008-02-08* Move /etc/pam.d/ssh to /etc/pam.d/sshd, allowing us to stop definingColin Watson
2008-02-04* Include the autogenerated debian/copyright in the source package.Colin Watson
2008-01-11* Drop source-compatibility with Debian 3.0:Colin Watson
2008-01-10* Pass --with-mantype=doc to configure rather than build-depending onColin Watson
2008-01-09* Adjust many relative links in faq.html to point toColin Watson
2007-12-24* Recode LICENCE to UTF-8 when concatenating it to debian/copyright.Colin Watson
2007-12-24install debian/faq.html, not faq.htmlColin Watson
2007-12-24use real filename for FAQ ruleColin Watson
2007-12-24* Update moduli(5) to revision 1.11 from OpenBSD CVS.Colin Watson
2007-12-24* Refactor debian/rules configure and make invocations to make developmentColin Watson
2007-12-24* Install the OpenSSH FAQ in /usr/share/doc/openssh-client.Colin Watson
2007-11-17* Use autotools-dev's recommended configure --build and --host options.Colin Watson
2007-11-14* Don't build PIE executables on m68k (closes: #451192).Colin Watson
2007-11-12authorized_keys.5 belongs in openssh-serverColin Watson
2007-11-12* Don't ignore errors from 'make -C contrib clean'.Colin Watson
2007-11-12* Suppress error from debian/rules if lsb-release is not installed.Colin Watson
2007-07-05* Don't build PIE executables on hppa, as they crash.Colin Watson
2007-06-29fix syntaxColin Watson
2007-06-26* Only build PIE executables on Linux and NetBSD (closes: #430455).Colin Watson
2007-06-13* Add /etc/network/if-up.d/openssh-server to restart sshd when newColin Watson
2007-06-12* If building on Ubuntu, add /sbin, /usr/sbin, and /usr/local/sbin to theColin Watson
2007-06-12* Build position-independent executables (only for debs, not for udebs) toColin Watson
2007-06-12* Build the .deb --with-ssl-engine (LP: #119295).Colin Watson