diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-05-24 21:54:51 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-05-24 21:55:36 +0400 |
commit | 400aee000bc3338e4c63d2c5fe83d907efc48d8f (patch) | |
tree | ecdae96b8e32b25de5fb6b19a973fe8851eb23c9 | |
parent | 6d2147589206f95bafef27c701eda8a4ab50e590 (diff) | |
download | knot-400aee000bc3338e4c63d2c5fe83d907efc48d8f.tar.gz |
knot (1.4.4-1+dyson1) unstable; urgency=mediumdyson/1.4.4-1+dyson1
* 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]
-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 |