summaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Collapse)Author
2012-07-08uploadYves-Alexis Perez
2012-07-02Do not use multi-arch paths, this makes no sense as only one instance of the ↵Laurent Bigonville
daemon can be run and all libraries are private.
2012-07-02correcty hande non linux arches:Yves-Alexis Perez
* debian/rules: - and finally libcap-dev linux-any too... - make -ikev1 linux-any since pluto can't be build on FreeBSD. - handle non kFreeBSD more carefully closes: #640928 + don't enable NM and Linux capabilities drop; + disable pluto (and xauth plugin); + don't enable farp and dhcp, enable kernel-pf{key,route} plugins
2012-07-01correctly handle logcheck rules installYves-Alexis Perez
2012-06-30remove strongswan user on purge and enable gcrypt pluginYves-Alexis Perez
* debian/strongswan-starter.postrm - remove strongswan user on purge. * debian/rules: - enable gcrypt plugin. closes: #600326 * debian/libstrongswan.install: - ship gcrypt plugin.
2012-06-30use the strongswan user. closes: #529854Yves-Alexis Perez
2012-06-29don't special-case strongswan-nm pluginYves-Alexis Perez
2012-06-29handle parallel build with dh other options already handledYves-Alexis Perez
2012-06-29disable DES and Blowfish plugin as they are under a 4 clauses BSD-like license.Yves-Alexis Perez
2012-06-29drop old commented stuffYves-Alexis Perez
2012-06-29stop bypassing dh_installdocs.Yves-Alexis Perez
2012-06-29don't generate maintainer scripts snippets for init scripts, it's already ↵Yves-Alexis Perez
handled (atlhough we might want to change that later)
2012-06-29don't generate ldconfig calls since all libs are in /u/l/*/ipsecYves-Alexis Perez
2012-06-29ignore plugins in dh_makeshlibs.Yves-Alexis Perez
2012-06-29switch to dh.Yves-Alexis Perez
2012-06-28inconditionnally enable network-manager.Yves-Alexis Perez
2012-06-28Use multiarch pathsYves-Alexis Perez
2012-06-28Hardening supportYves-Alexis Perez
* debian/rules: - enable hardening flags with PIE and bindnow.
2012-06-28Import NMU 4.5.2-1.1Yves-Alexis Perez
* Non-maintainer upload. * debian/strongswan-starter.ipsec.init: Init script should depends on remote_fs instead of local_fs, also provide ipsec instead of vpn as the other ipsec implementations (Closes: #629675) * debian/patches/0001-fix-fprintf-format.patch: Fix FTBFS with gcc 4.6, taken from upstream (Closes: #614486) * debian/control: Tighten dependency version against libstrongswan (Closes: #626170) * debian/strongswan-starter.lintian-overrides, debian/rules: Correctly set restricted permissions on /etc/ipsec.d/private/ and /var/lib/strongswan (Closes: #598827)
2011-05-25Also need to ignore those .so files we install manually or the fail-missing ↵René Mayrhofer
check will fail
2011-05-25Install missing files and ignore those we don't want to installRené Mayrhofer
2011-05-25Install additional plugins and fail if we miss to install some files for ↵René Mayrhofer
future tracking
2011-05-25Fix install call for libstrongswan-nm.soRené Mayrhofer
2011-05-25Fix CONFIGUREARGS typo in debian/rules and no longer install starter.8 ↵René Mayrhofer
manpage either.
2011-01-01Special handling for strongswan-nm: only build if headers are really available.Rene Mayrhofer
2010-11-28Document major upstream change (IKEv2 being the default now) and enable more ↵Rene Mayrhofer
configure options.
2010-09-26Enable test vectors.Rene Mayrhofer
2010-09-19Argh, very stupid mistake. Don't call dh_clean from install target.Rene Mayrhofer
2010-08-22Another try to make package building work.Rene Mayrhofer
2010-08-21Fix compilation options for charon.Rene Mayrhofer
2010-08-16This common overrides file no longer exists.Rene Mayrhofer
2010-08-16Fix lintian warnings and errors.Rene Mayrhofer
2010-06-28Only use list-missing instead of fail-missing option.Rene Mayrhofer
2010-06-28Make sure all plugins are being installer.Rene Mayrhofer
2010-06-28Bugfixes.Rene Mayrhofer
2010-05-27- Reenable capability dropping with libcap.Rene Mayrhofer
- Install additional libraries after strongswan refactoring. - Cleanup rules.
2010-05-25Disable libcap support as well, as it doesn't build either.Rene Mayrhofer
2010-05-25Disable other kernel interfaces again, KLIPS doesn't even build...Rene Mayrhofer
2010-05-25- Disable user switching again, as the configure script tries to read the ↵Rene Mayrhofer
uid at build time. - Disable Android plugin again, seems to want to run on Android user pace.
2010-05-25- Call adduser in postinst and deluser in postrm to manage "strongswan" user.Rene Mayrhofer
- Enable switching to this user. - Build some more plugins.
2010-04-09Sync postinst, rules, and debconf handling with openswan.Rene Mayrhofer
2010-02-23Convert to new dpkg-source format.Rene Mayrhofer
2009-10-21- New upstream release.Rene Mayrhofer
- Don't disable internal crypto plugins, pluto expects to find them in some cases. - Enable integrity checking.
2009-04-18- Minor build fix.Rene Mayrhofer
2009-04-09Another install path fix.Rene Mayrhofer
2009-04-09Syntax error fix?Rene Mayrhofer
2009-04-09- Enable other EAP plugins.Rene Mayrhofer
2009-04-09- Need special handling for padlock plugin.Rene Mayrhofer
2009-04-09Use dh_install correctly...Rene Mayrhofer
2009-04-09Slightly clean up debian/rules. More importantly, call dh_install toRene Mayrhofer
actually get binaries into packages.