sup 20100519-3 source package in Ubuntu

Changelog

sup (20100519-3) unstable; urgency=medium

  * QA upload.
  * Fix ftbfs with GCC-10. (Closes: #957849)
  * Remove trailing whitespace from d/changelog.

 -- Sudip Mukherjee <email address hidden>  Wed, 05 Aug 2020 12:53:16 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe devel
Mantic release universe devel
Lunar release universe devel
Jammy release universe devel

Downloads

File Size SHA-256 Checksum
sup_20100519-3.dsc 1.6 KiB 1b90469ecd3409993296e3a500bc75a2f7732cd29fc791aa62f1567ab9d04177
sup_20100519.orig.tar.gz 92.8 KiB 8cd6d6aba5e195068c7494c7a14f0116d4b4f00c62c351bc9108ecc1b5a659e2
sup_20100519-3.debian.tar.xz 17.8 KiB b7cdb1cf1e589c0cd090e9b573545541978cad4f26f8a724901c2488db4a86d1

Available diffs

No changes file available.

Binary packages built by this source

sup: Software Upgrade Protocol implementation

 The SUP System is a set of programs developed by Carnegie Mellon
 University that provide for collections of files to be maintained in
 identical versions across a number of machines. These programs are:
 .
 SUP: The "client" program, run by users or system maintainers, which
 initiates the upgrade activity on a machine requesting the
 latest version of a collection of files. SUP will normally be
 run as a daemon, firing up once each night (week, etc.) to
 upgrade the specified file collections.
 .
 SUPFILESRV: The "file server" program, a daemon that is run by the
 system maintainer to service requests for files initiated by client
 SUP programs. The file server runs on every machine used as a
 "repository" of distributable versions of files. It runs continuously
 and listens for network connection requests by individual client
 processes; for each individual client request, a process is forked to
 service that request.
 .
 SUPSCAN: The "file scanner" program, that may optionally be run
 periodically to speed up execution of the file server. It
 pre-compiles a list of files on the file system that match the
 specifications for a given file collection so that the file server
 need not do this during each upgrade of that collection. The file
 scanner is normally used daily for very large file collections that
 are upgraded by many clients each day; it is not so useful for small
 file collections or for those that are upgraded by only a few client
 machines per day.

sup-dbgsym: debug symbols for sup