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 aadbde3370db9278c86c07d23b54ad768a2b74f2
Merge: 36de73a b370b32
Author: nick black <dankamongmen@gmail.com>
Date: Mon Oct 7 02:50:42 2024 -0400
merge master
commit 36de73a127b1d44d0f32392b4715e3a9771a8817
Author: nick black <dankamongmen@gmail.com>
Date: Mon Oct 7 02:44:26 2024 -0400
new upstream version 1.22
update checkout in tree, update changelog
commit b370b326f09c0a4d54e3583e8304cf2319b9947a
Author: nick black <dankamongmen@gmail.com>
Date: Tue Aug 13 10:52:46 2024 -0400
update with 1.21 contents
commit a1fa26ec8a23519307b9ad3c7b4580ac88b63eb8
Author: nick black <dankamongmen@gmail.com>
Date: Tue Aug 13 10:49:12 2024 -0400
finalize changelog for unstable release of 1.21
commit 32cf8214c711680126a9cbd04fa0e4a660956edb
Author: nick black <dankamongmen@gmail.com>
Date: Tue Aug 13 10:48:43 2024 -0400
update for 1.21
commit feff7a9aac0aa0db698876cccf1acfbdf1f66ae0
Author: Andrea Pappacoda <andrea@pappacoda.it>
Date: Mon Aug 12 13:09:33 2024 +0200
d/rules: enable CMAKE_BUILD_RPATH_USE_ORIGIN
This should fix reproducibility issues.
Gbp-Dch: Full
commit 81526396ae4d9d797931c0ff34e121882649c860
Author: Andrea Pappacoda <andrea@pappacoda.it>
Date: Mon Aug 12 13:04:10 2024 +0200
d/rules: look for nocheck and nodoc in DEB_BUILD_OPTIONS
nocheck and nodoc should be looked up in the DEB_BUILD_OPTIONS
environment variable instead of DEB_BUILD_PROFILES, since
DEB_BUILD_PROFILES=nocheck implies DEB_BUILD_OPTIONS=nocheck, but not
vice versa.
This isn't true for "cross" which isn't a build option but a build
profile.
Gbp-Dch: Full
commit 8146d196fffda1636589767511eacfefc25ba711
Author: Andrea Pappacoda <andrea@pappacoda.it>
Date: Thu Aug 8 12:05:01 2024 +0200
d/rules: drop d-shlibs usage
Use appropriate debhelper .install files instead
Gbp-Dch: Full
commit a4ad2f9b8a97287428d80a8e30b2dbe2ec56427d
Author: Andrea Pappacoda <andrea@pappacoda.it>
Date: Thu Aug 8 12:04:59 2024 +0200
d/gbp.conf: follow DEP-14
commit 64c4047114480ac66ac569fb8ed61f2ec74f8758
Author: Michael R. Crusoe <michael.crusoe@gmail.com>
Date: Sat Mar 23 19:45:09 2024 +0100
reorder nodoc/cross check to avoid running dh_installman when we shouldn't.
commit 285239f1deb859495789b0404060b17d7a35d41a
Author: Michael R. Crusoe <michael.crusoe@gmail.com>
Date: Sat Mar 23 16:43:52 2024 +0100
skip dh_install man if we are skipping help2man
commit 85004de63d8e10efea78fdbbc1573eb9be799290
Author: Michael R. Crusoe <michael.crusoe@gmail.com>
Date: Sat Mar 23 16:36:07 2024 +0100
d/rules: skip making manpages if we are cross-building.