syrep 0.9-5 source package in Ubuntu

Changelog

syrep (0.9-5) unstable; urgency=medium

  * debian/rules:
      - added missing targets (Closes: #999121)
  * debian/control:
      - added debhelper-compat to Build-Dependencies
      - added VCS fields
      - updated Description
      - updated automake dependencys (Closes: #865205)
      - updated Standards-Version to 4.6.0.1
      - fixed typo in description
      - removed autotools-dev from build-dependencies
  * debian/copyright:
      - recreated in DEP5 format
  * debian/changelog:
      - removed trailing whitespaces
  * migrated to quilt patch management (Closes: #1005980)
  * switch from deprecated <attr/xattr.h> to <sys/xattr.h> (Closes: #953901)
  * added dot file Feature from Helmut Grohne (Closes: #528108)
  * updated meta-information under debian/patches/
  * removed debian/compat
  * fixed some typos
  * Thanks to all bug reporters and Debian Developers for their help!

 -- Marvin Stark <email address hidden>  Wed, 23 Feb 2022 09:07:05 +0000

Upload details

Uploaded by:
Marvin Stark
Uploaded to:
Sid
Original maintainer:
Marvin Stark
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe utils
Lunar release universe utils
Jammy release universe utils

Downloads

File Size SHA-256 Checksum
syrep_0.9-5.dsc 1.7 KiB ba9b12718e160e285e1509a15edcd187a45a83d8e3fdeea07aabdf35b18fc983
syrep_0.9.orig.tar.gz 187.8 KiB b4072bdd0eef99fdd57a0758e99be8d15917d0ba90cd67e1ffa0832de2568ed2
syrep_0.9-5.debian.tar.xz 5.8 KiB 1209f8a6c0ec1348e35347698db581e7c8a35a22d0a0888e7837128f95a80a3e

Available diffs

No changes file available.

Binary packages built by this source

syrep: generic file repository synchronization tool

 syrep is a generic file repository synchronization tool. It may be used to
 synchronize large file hierarchies bidirectionally by exchanging patch files.
 Syrep is truly peer-to-peer, no central servers are involved.
 Synchronizations between more than two repositories are supported. The patch
 files may be transferred via offline media, e.g. removable hard disks or
 compact discs.
 .
 Files are tracked by their message digests, currently MD5. The following file
 operations are tracked in the snapshot files: creation, deletion,
 modification, creation of new hard or symbolic links, renaming. (The latter is
 nothing more than a new hard link and removal of the old file). syrep doesn't
 distinguish between soft and hard links. In fact even copies of files are
 treated as the same. Currently, syrep doesn't synchronize file attributes like
 access modes or modification times.
 .
 Syrep was written to facilitate the synchronization of two large digital music
 repositories without direct network connection. Patch files of several
 gigabytes are common in this situation.
 .
 Syrep is able to cope with 64 bit file sizes. (LFS)
 .
 Syrep is optimized for speed. It may make use of a message digest cache to
 accelerate the calculation of digests of a whole directory hierarchy

syrep-dbgsym: debug symbols for syrep