X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/b7bf35dd7f852b82ebd3c6ff55ca714468826a69..695904f2c095fff219d59d6caf1695e32aec3430:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 4be8f9f..b28c657 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ secnet (0.4.0~beta2~) unstable; urgency=low * Do not install ipaddrset.py and secnet.8 executable. * Fix check for . * debian/rules: Support dpkg-buildflags. + * Build system: Use -lresolv only if inet_aton is not found otherwise. Copyright updates: * Update to GPLv3. Add missing copyright notices and credits. @@ -16,6 +17,7 @@ secnet (0.4.0~beta2~) unstable; urgency=low * Remove obsolete LICENCE.txt (which was for snprintf reimplementation). * Remove obsolete references to Cendio (for old ipaddr.py). * Build system: debian/rules: Provide build-arch and build-indep targets. + * Build system: debian/rules: Do not run build for *-indep (!) --