rsync (3.4.4+ds1-1)
[PTS] [DDPO]
COMMITS: VCS has seen 3 commits since the debian/3.4.4+ds1-1 tag
- Git: https://salsa.debian.org/debian/rsync.git
-
- Branch: debian/master
- Path: debian/changelog
- Repo size: 688128
- Browser: https://salsa.debian.org/debian/rsync
- Last scan: 2026-08-03 23:27:04+00
- Error: https://salsa.debian.org/api/v4/projects/debian%2Frsync API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
- Next scan: 2026-08-10 09:51:00+00
- Debian changelog in Git:
rsync (3.4.4+ds1-1) unstable; urgency=medium
* New upstream version 3.4.4+ds1
-- Samuel Henrique <samueloph@debian.org> Sun, 07 Jun 2026 22:07:25 -0700
- This branch is 3 commits ahead of tag debian/3.4.4+ds1-1
- Git log:
commit b9669baa223426fbf159ad3ba6a8fcdd9890d5a9
Merge: d71b030 a67dc38
Author: Sylvain Beucler <beuc@beuc.net>
Date: Sat Jul 11 12:37:47 2026 +0000
Merge branch 'autopkgtest' into 'debian/master'
autopkgtest improvements
See merge request debian/rsync!40
commit a67dc38f10f72ca297cc1089ac53c7fa4ec14c86
Author: Sylvain Beucler <beuc@beuc.net>
Date: Wed Jul 1 16:26:09 2026 +0200
Drop allow-stderr autopkgtest restriction
We recently included a patch to support 'make check-progs' (the build
half of 'make check'), so we can call that new target (silencing GCC
stderr), and then call 'installcheck' (keeping stderr, just in case).
commit d0721c83889efed494d432d209ba9ab335f6319a
Author: Sylvain Beucler <beuc@beuc.net>
Date: Sun Jun 21 17:29:24 2026 +0200
autopkgtest improvements
- use 'make installcheck' so we don't have to update the list of compiled tests
- use allow-stderr so the above doesn't fail due to GCC warnings
- use fakeroot for non-root tests, re-enabling 'chown' and 'devices'
- group similar tests in debian/tests/control
- drop confusing diff output from local-tests
(for assertFalse; the diff is only displayed when the test passes, and is empty on failure)