yrmcds (1.0.4-6) unstable; urgency=medium * Applied patch that dropping AI_ADDRCONFIG to support IPv6 link-local address only - This turned out that this glibc behavior is a bug introduced by glibc any/local-ipv6-lookup.diff https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/374674 - debian/patches Drop-AI_ADDRCONFIG-to-support-IPv6-link-local-address-only.patch Make-tcp_connect-work-in-IPv6-only-env.patch -- Kouhei Maeda Tue, 26 Aug 2014 17:59:51 +0900 yrmcds (1.0.4-5) unstable; urgency=medium * Applied patch that adding support for IPv6 link local address. - debian/patches/Add-support-for-IPv6-link-local-address.patch -- Kouhei Maeda Wed, 13 Aug 2014 10:42:06 +0900 yrmcds (1.0.4-4) unstable; urgency=medium * Migrated to unstable. -- Kouhei Maeda Fri, 08 Aug 2014 10:50:49 +0900 yrmcds (1.0.4-3) experimental; urgency=medium * Fixed non-standard gcc/g++ used for build (gcc-4.8) (Closes: #751333) - debian/control * Removed [!ia64 sparc] from g++ >= 4:4.8, g++ == 4:4.8 [ia64 sparc] at Build-Depends. - debian/rules * Removed export CC, CXX for ia64 and sparc. * Removed --with quilt at dh command. -- Kouhei Maeda Thu, 07 Aug 2014 10:29:10 +0900 yrmcds (1.0.4-2) unstable; urgency=medium * debian/yrmcds.service - Append User, Group to Service section. * debian/yrmcds.upstart - Append setuid, setgid. -- Kouhei Maeda Tue, 15 Apr 2014 10:48:16 +0900 yrmcds (1.0.4-1) unstable; urgency=medium * New upstream release * debian/control - Build-Depends: Append llvm. -- Kouhei Maeda Fri, 07 Mar 2014 07:13:48 +0900 yrmcds (1.0.3-4) unstable; urgency=medium * Fixed unowned files after purge (policy 6.8, 10.8): /var/log/yrmcds.log (Closes: #736276) - debian/postrm: * Append removing rcX.d and systemd symlinks on removal. - But ignore the unowned directories should be controlled by systemd. * Append logfiles on purge. - Delete debian/postrm. - Change installing service init files with dh_installinit. * Rename init.d to yrmcds.init. * Rename upstart to yrmcds.upstart. * Rename yrmcds.systemd to yrmcds.service. * Change installing logrotate config file with dh_installlogrotate - Add debian/yrmcds.logrotate. - Delete debian/patches/Fixes-logrotate.patch. * Change installing example keepalived.conf with dh_installexamples - Add debian/yrmcds.examples - Delete install process from debian/rules. * Rename installing files in DEBIAN directory. - Append prefix "yrmcds." to postinst, postrm. -- Kouhei Maeda Fri, 24 Jan 2014 14:34:24 +0900 yrmcds (1.0.3-3) unstable; urgency=medium * Fixed FTBFS Dependency installability problem in ia64, sparc - debian/control: Build-Depends * Update g++ >= 4:4.8 [!ia64 !sparc] * Append g++-4.8 [ia64 sparc] -- Kouhei Maeda Tue, 21 Jan 2014 11:27:16 +0900 yrmcds (1.0.3-2) unstable; urgency=medium * debian/control - Build-Depends: Update g++ >= 4:4.8. Because alignas() is supported g++ 4.8 over. - Architecture: Change "any" to "linux-any". * Fixed FTBFS: undefined reference to `atomic_*_8' (Closes: #735984) - debian/rules: Append "-latomic" to LDFLAGS in mips, mipsel, powerpc, powerpcspe, amd64, i386, armel, armhf, s390x. - Thanks Roland Stigge . * Fixed FTBFS: unrecognized option '-std=gnu++11' (Closes: #735629) - debian/rules: override CC=gcc-4.7, CXX=g++-4.7 in sparc, ia64. - debian/patches: Append Override-CC-CXX.patch. -- Kouhei Maeda Mon, 20 Jan 2014 16:26:29 +0900 yrmcds (1.0.3-1) unstable; urgency=medium * New upstream release (Closes: #735627) * Fixed FTBFS on powerpc: unrecognized option '-std=gnu++11' (Closes: #735629) - debian/control: Append g++ (>= 4.7) to Build-Depends. - Thanks Aaron M. Ucko . * Fixed FTBFS related dependency of libgoogle-perftools-dev - Using only amd64, i386, armel, armhf, powerpc. - debian/control: * Append above architecures to Build-Depends. * Append libgoogle-perftools4 of above architecures to Depends. - debian/rules: * Append -DUSE_TCMALLOC to CPPFLAGS. * Add LIBTCMALLOC. - debian/patches: Append Change-dependency-of-libgoogle-perftools-dev.patch * debian/copyright: Change The MIT License to The Expat License * debian/patches: - Remove applied paches as followings merged in upstream. * 0001-Change-how-to-get-cacheline-size.patch * 0003-Clear-x86-specific-CPUFLAGS.patch - Remove prefix "000?-" from patch name * 0002-Disable-yrmcds-s-DEBUGFLAGS.patch * 0004-Change-to-append-CXXFLAGS.patch * 0005-Change-to-append-LDFLAGS.patch * 0006-Change-DEFAULT_CONFIG.patch * 0007-Fixes-logrotate.patch -- Kouhei Maeda Sat, 18 Jan 2014 10:21:47 +0900 yrmcds (1.0.1-1) unstable; urgency=medium * Initial release (Closes: #732706) -- Kouhei Maeda Sat, 11 Jan 2014 11:46:33 +0900