| Age | Commit message (Collapse) | Author |
|
|
|
- Rewrite using current dh_make.
- Standards-Version: 4.6.2.
- No longer build 3 different packages; only build "ngircd" which now
includes support for IDENT, PAM (disabled in the ngircd.conf installed
by the package), SSL (OpenSSL), ZLib and IPv6.
- Update package description accordingly.
- No longer install a SysV init file, only install ngircd.service unit.
|
|
This not only bumps the "compat" version, but updates the package
dependencies and build rules accordingly.
Closes #299.
|
|
Bring them in line with the updated texts on the homepage.
|
|
OpenSSL allows to reload used certificates on runtime for example (which
is very useful when using Let's Encrypt), and therefore is preferred ...
|
|
|
|
- Update debhelper compatibility to version 9.
- Update build-dependencies.
- Change group of ngircd.conf to "irc" in postinst script (this makes
starting ngIRCd as user "irc" easier, for example when using systemd).
- Don't create /var/run/ircd during installation: this is handled by the
SysV init script and the systemd service already.
|
|
|
|
|
|
|
|
See Debian Bug #648241 for details.
|
|
|
|
|
|
In addition to the "ngircd" and "ngircd-full" packages a new package named
"ngircd-full-dbg" is build: this package contains all the features of the
"full" package but includes debug code and both the --debug and --sniffer
options and the resulting binaries are _not_ stripped.
|
|
|
|
|
|
|
|
Thanks to Kevin Otte (nivex@nivex.net) for the patch.
|
|
version that includes all the default options and a "full" version that
additionally includes support for TCP wrappers and IDENT lookups.
|
|
and updated for XCode soon); moved the debian/ directory to contrib/Debian/.
|