diff options
-rw-r--r-- | debian/changelog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 320d33c..1bde25a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +knot (1.4.4-1+dyson1) unstable; urgency=medium + + * Package for Dyson, thanks to Justin Maggard: + - Fixed FTBFS if s_addr is a macro (dyson-s_addr.patch) + - Fixed FTBFS if struct tm misses tm_gmtoff (dyson-tm_gmtoff.patch) + - Added support for solaris in src/libknot/util/endian.h (dyson-endian.patch) + * Added debian/clean to fix building twice in a row + * Use dh_autoreconf and make build depends on dh-autoreconf + * Build with LDFLAGS += -Wl,--as-needed set in debian/rules + * Added SMF service for knot: + - Build depends on dh-smf [illumos-any] and dh-systemd [linux-any] + + -- Igor Pashev <pashev.igor@gmail.com> Sat, 24 May 2014 21:54:21 +0400 + knot (1.4.4-1) unstable; urgency=medium * New upstream version 1.4.4 |