vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 3198cce7860f261563b1fa080f2f8f5faf764739
Author: Julien Cristau <jcristau@debian.org>
Date: Fri Nov 1 16:06:23 2024 +0100
Bump changelog
commit f387df317ed7b8cdd759b93ec4f5d9dfe442faf5
Author: Julien Cristau <jcristau@debian.org>
Date: Fri Nov 1 16:06:32 2024 +0100
Remove upstream git changelog from version control
commit 4ac3fb197d4c51cc949d4c8a27bc6d3e485453c9
Merge: a124661 14fdf25
Author: Julien Cristau <jcristau@debian.org>
Date: Fri Nov 1 16:02:26 2024 +0100
Merge tag 'libXau-1.0.11' into debian-unstable
libXau-1.0.11
commit a124661c93a230cabb5397713e20e5d6f3275d91
Author: Julien Cristau <jcristau@debian.org>
Date: Fri Nov 1 16:00:47 2024 +0100
Add Matt Turner's pgp key to d/upstream/signing-key.asc.
commit 24cbbd9c6464b324c2034f52365984b4d1bfb619
Author: Debian Janitor <janitor@jelmer.uk>
Date: Wed Mar 1 04:50:35 2023 +0000
Update standards version to 4.6.2, no changes needed.
Changes-By: lintian-brush
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
commit 14fdf25db9f21c8f3ad37f0d32a5b8e726efdc0d
Author: Matt Turner <mattst88@gmail.com>
Date: Thu Dec 8 10:36:36 2022 -0500
libXau 1.0.11
Signed-off-by: Matt Turner <mattst88@gmail.com>
commit 10f76cc702e0877743e21241b897ab93010367a2
Author: Matt Turner <mattst88@gmail.com>
Date: Tue Nov 29 12:02:21 2022 -0500
configure: Use AC_SYS_LARGEFILE to enable large file support
Signed-off-by: Matt Turner <mattst88@gmail.com>
commit 14bb632083b17e758dda9cfb7025f69e0e00ee9f
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Nov 27 13:06:37 2022 +0000
Update standards version to 4.6.1, no changes needed.
Changes-By: lintian-brush
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
commit d41953ea18d6f3ede827b12f9451b412fe66a7c3
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Nov 27 13:06:37 2022 +0000
Use canonical URL in Vcs-Git.
Changes-By: lintian-brush
Fixes: lintian: vcs-field-not-canonical
See-also: https://lintian.debian.org/tags/vcs-field-not-canonical.html
commit 23e1bb8058f807815e4bc4fd631111c797cff481
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Nov 27 13:06:37 2022 +0000
Replace XC-Package-Type with Package-Type.
Changes-By: lintian-brush
Fixes: lintian: adopted-extended-field
See-also: https://lintian.debian.org/tags/adopted-extended-field.html
commit 2f4d2e6a12f434289780ec568ae899d5c65f101f
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Nov 27 13:06:20 2022 +0000
Add missing ${misc:Depends} to Depends for libxau6-udeb.
Changes-By: lintian-brush
Fixes: lintian: debhelper-but-no-misc-depends
See-also: https://lintian.debian.org/tags/debhelper-but-no-misc-depends.html
commit 6e4f6c0e21a971cdc711ffcc9b49a4fe27b199ed
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sat Aug 27 03:19:36 2022 +0000
Remove constraints unnecessary since buster
* Build-Depends: Drop versioned constraint on xutils-dev.
Changes-By: deb-scrub-obsolete
commit 4fbefa02d6c842401ff79065d364edd7087a12a6
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Fri Aug 26 16:01:41 2022 -0700
libXau 1.0.10
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 83f33926d43f6ae4cf9734e3aedbef23fb0d6b74
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sun Jul 17 10:06:05 2022 -0700
XauReadAuth: move failure handling code to a common code block
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 3db78d0fa60e07a4ffda61a19849ad30623f70cf
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sat Jul 9 11:00:50 2022 -0700
Remove unnnecessary casts from malloc() and free() calls
These are not needed in C89 and later.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 7f43a321e59b998e731b36039b744138a2d5b776
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sat Jul 9 10:54:58 2022 -0700
Autest.c: Fix -Wdiscarded-qualifiers warnings
Autest.c: In function ‘main’:
Autest.c:38:21: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
38 | char *name = "XAU-TEST-1";
| ^~~~~~~~~~~~
Autest.c:39:21: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
39 | char *data = "Do not begin the test until instructed to do so.";
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Autest.c:57:23: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
57 | test_data.address = "";
| ^
Autest.c:59:22: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
59 | test_data.number = "";
| ^
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit b98078c15874c12dfd4e01594ef9277897ade1df
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sat Jul 9 10:50:11 2022 -0700
Fix spelling/wording issues
Found by using:
codespell --builtin clear,rare,usage,informal,names
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit d824fa5517cf445dc1e204f05ee2098c254f2bdb
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sat Jul 9 10:48:33 2022 -0700
Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 8928883477ff32cbbb97ee0e871324812e3b5c96
Author: Tobias Stoeckmann <tobias@stoeckmann.org>
Date: Sun Jul 3 11:52:44 2022 +0200
Use explicit_bzero if available
Optimizing compilers may remove the bzero call because it is followed
by free. The function explicit_bzero avoids this optimization. Use it
if it is available.
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
commit 19b13bf20de5b15ab87fb4019ec910ef3216129f
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sat Jul 9 10:20:45 2022 -0700
gitlab CI: add a basic build test
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>