yrmcds 1.0.3-4 source package in Ubuntu

Changelog

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 <email address hidden>  Fri, 24 Jan 2014 14:34:24 +0900

Upload details

Uploaded by:
Kouhei Maeda
Uploaded to:
Sid
Original maintainer:
Kouhei Maeda
Architectures:
linux-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
yrmcds_1.0.3-4.dsc 1.8 KiB 9cb803f8a617823eb345feb203ef8d33c2fe340d4feb593cc90400e39cdebaed
yrmcds_1.0.3.orig.tar.gz 83.1 KiB 067c40852561c405c9c1e18699496126e998d60e0592df1745ed4f2b88e97e0e
yrmcds_1.0.3-4.debian.tar.xz 8.8 KiB 48551b624d0fe40d05fcf67af930a0a8b26fbebf766ff11d235ecd6f3d47366c

Available diffs

No changes file available.

Binary packages built by this source

yrmcds: memcached compatible KVS with master/slave replication

 yrmcds is a memory object caching system with master/slave replication and
 server-side locking. Since its protocol is perfectly compatible with that of
 memcached, yrmcds can be used as a drop-in replacement for memcached.
 .
 A companion client library libyrmcds and a PHP extension are also available.