1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160
|
clsync (0.4.5-2.2) unstable; urgency=medium
* Non-maintainer upload.
* Fix FTBFS with GCC 15. (Closes: #1096443)
-- Adrian Bunk <bunk@debian.org> Sat, 20 Sep 2025 21:55:06 +0300
clsync (0.4.5-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062079
-- Steve Langasek <vorlon@debian.org> Wed, 28 Feb 2024 16:05:23 +0000
clsync (0.4.5-2) unstable; urgency=medium
[ Dmitrii Okunev ]
* Remove dependency on libcgroup-dev which is no longer functional
- a stub using libcgroup2 might be usable, once it spins up
- See bugs.debian.org/959022 for details
[ Barak A. Pearlmutter ]
* Bump policy
-- Barak A. Pearlmutter <bap@debian.org> Thu, 18 Mar 2021 10:26:01 +0000
clsync (0.4.5-1) unstable; urgency=medium
[ Andrew Savchenko]
* New upstream relese
* Added --sync-on-quit support
* Added $TMPDIR support
* Multiple bug fixes
[Dmitrii Okunev]
* Added systemd unit-file
[ Barak A. Pearlmutter ]
* Depend on newer debhelper (>= 9.20160709) rather than dh-systemd.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update standards version to 4.5.0, no changes needed.
* Merge upstream fix for symbols pthread_mutex_init_shared
pthread_mutex_reltimedlock pthread_mutex_destroy_shared in
libclsync.so.0.0.0 not found in any libraries.
* Bump to debhelper 13.
* Address lintian complaint about init.d file
* Git ignore some debris
* Tell dh_missing not to worry about the *.la file
-- Barak A. Pearlmutter <bap@debian.org> Mon, 09 Nov 2020 16:35:16 +0000
clsync (0.4.3-1) unstable; urgency=medium
[ Dmitry Yu Okunev ]
* Fixed mode "simple": use absolute paths
* Better error reporting on bad arguments/configuration.
* Disabled "seccomp" features to make the package buildable
on non-x86 platforms (closes: #844778)
* Updated the manpage
[ Barak A. Pearlmutter ]
* New Upstream Version
* Bump policy version
* Bump to debhelper 12
* Update uscan debian/watch file
* add git-buildpackage configuration file
* dependency per lintian tag skip-systemd-native-flag-missing-pre-depends
* move library package to section: libs
-- Barak A. Pearlmutter <bap@debian.org> Wed, 08 May 2019 12:37:57 +0100
clsync (0.4.2-1) unstable; urgency=medium
[ Dmitry Yu Okunev ]
* Fixed building on Debian/kFreeBSD.
* Fixed "Permission denied" caused by "--enable-debug=no".
* Option "check-execvp-args" renamed to "check-execvp-arguments".
* Fixed building and running on i386 with enabled seccomp.
* Fixed a "Segmentation fault" and a deadlock on high load with
enabled "thread splitting".
* Forbidded to enable together: "--theading" and "--seccomp-filter"
(bug: https://github.com/xaionaro/clsync/issues/139).
* Forbidded option "--debug" if compiled with "--enabled-debug=no"
* Added rule types: "m", "s" and "W"
* Fixed a bug related to sync retries
[ Barak A. Pearlmutter ]
* New upstream release
* Bump standards version
* Fix some typos
* Harden
-- Barak A. Pearlmutter <bap@debian.org> Wed, 05 Oct 2016 11:31:46 +0100
clsync (0.4.1-1) unstable; urgency=medium
* New upstream release with a lot of fixes
-- Barak A. Pearlmutter <bap@debian.org> Tue, 12 May 2015 08:53:54 +0100
clsync (0.4-1) unstable; urgency=medium
[ Dmitry Yu Okunev ]
* A lot of fixes
[ Barak A. Pearlmutter ]
* Merge upstream, in particular debian/ tweaks
* don't install compile-time stuff that shouldn't be
* bump debian standards version, no changes necessary
* update debian/watch file, mangle upstream -rc
* update .gitignore
* correct some spelling errors
* man dash hyphen slash patch
-- Barak A. Pearlmutter <bap@debian.org> Fri, 08 May 2015 10:43:41 +0100
clsync (0.3-1) unstable; urgency=medium
[ Dmitry Yu Okunev ]
* Added support of control socket
[ Barak A. Pearlmutter ]
* New upstream version
* Bump standards version
* Remove -*- makefile -*- in debian/rules: defaults to GNUmakefile-mode
* Must generate library: ./configure --enable-socket
* Fold clsync-dev into libclsync-dev
* Address lintian issues
- Add appropriate per-binary-package sections
- Remove extra LICENSE file
- Rename lib package w/ .so suffix "0"
- Expand and diversify package descriptions.
* Add dependency of lib-dev package upon lib package
* Print list of debian/tmp files not installed into any binary package
* Install some stray uninstalled files
- the actual clsync executable (!)
- its man page
- some *.h header files
* Fold small (14k) clsync-doc package into clsync
-- Barak A. Pearlmutter <bap@debian.org> Fri, 06 Jun 2014 09:44:28 +0100
clsync (0.2.1-1) unstable; urgency=low
* New upstream version
-- Barak A. Pearlmutter <bap@debian.org> Thu, 24 Oct 2013 17:14:15 +0100
clsync (0.1-2) unstable; urgency=low
* Tweak debian/watch to ignore debian releases
-- Barak A. Pearlmutter <bap@debian.org> Fri, 11 Oct 2013 10:45:20 +0100
clsync (0.1-1) unstable; urgency=low
* Initial release (Closes: #718769 )
-- Barak A. Pearlmutter <bap@debian.org> Sat, 07 Sep 2013 12:16:00 +0100
|