nutcracker 0.5.0+dfsg-1 source package in Ubuntu

Changelog

nutcracker (0.5.0+dfsg-1) unstable; urgency=medium

  * New upstream release.
    - Update patch use_system_libyaml to account for upstream changes (mostly
      a change in paths from libyaml 0.1.4 to 0.2.5)
    - Add patch do_not_ship_test_all to fix an automake bug which resulted in
      a test binary, test_all, being installed.
  * Modernize packaging, with 8 years accumulated changes:
    - Bump debhelper compatibility level to 13.
    - Wrap and sort debian/control multi-line fields.
    - Drop Depends on an ancient lsb-base version.
    - Add Pre-Depends on ${misc:Pre-Depends}, for init-system-helpers.
    - Add Rules-Requires-Root: no, to indicate the package does not require
      root to be built.
    - Switch debian/copyright to https URLs.
    - Add Files-Excluded and a Comment on debian/copyright, to document why
      the upstream source is DFSG-repackaged.
    - Update debian/watch to a v4 file, and point to the GitHub API rather
      than scraping the website, which can be flaky.
    - Add upstream metadata.
    - Switch Vcs-Git and Vcs-Browser URLs from alioth to salsa (thanks to
      Jelmer Vernooij).
    - Switch to DEP-14 branch naming and add a gbp.conf to point to the right
      branches.
    - Bump Standards-Version to 4.6.2.

 -- Faidon Liambotis <email address hidden>  Sat, 11 Feb 2023 17:18:18 +0200

Upload details

Uploaded by:
Faidon Liambotis
Uploaded to:
Sid
Original maintainer:
Faidon Liambotis
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
nutcracker_0.5.0+dfsg-1.dsc 1.9 KiB d71a7ec2c11537c856cb890c8bdd52db8d8b3fc2159571e51ec84222cef19504
nutcracker_0.5.0+dfsg.orig.tar.xz 464.0 KiB 10aef7d55e3c18236b9b1bf06b4fa8f1593e1ea7a2bcb5ab30113811cd5d1351
nutcracker_0.5.0+dfsg-1.debian.tar.xz 7.5 KiB 3e88174509ab08e371e837ad4576316ae8dbac0fc863e742458dcd3d7fb05781

No changes file available.

Binary packages built by this source

nutcracker: Fast, light-weight proxy for memcached and Redis

 nutcracker, also known as twemproxy (pronounced "two-em-proxy"), is a
 fast and lightweight proxy for the memcached and Redis protocols. It was
 primarily built to reduce the connection count on backend caching
 servers, but it has a number of features, such as:
   * Maintains persistent server connections to backend servers.
   * Enables pipelining of requests and responses.
   * Supports multiple server pools simultaneously.
   * Shard data automatically across multiple servers.
   * Supports multiple hashing modes including consistent hashing and
     distribution.
   * High-availability by disabling nodes on failures.
   * Observability through stats exposed on stats monitoring port.

nutcracker-dbgsym: debug symbols for nutcracker