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 58424418db97e8ce6b90cc24c5739ae727135639
Author: Thomas Ross <thomasross@thomasross.io>
Date: Sun Dec 24 20:54:55 2023 -0500
Release 0.11.2-1
commit 1984ca47f07b692116e9e79edfd3852744586868
Author: Thomas Ross <thomasross@thomasross.io>
Date: Sun Dec 24 20:53:25 2023 -0500
Add upstream metadata
commit 86620b59f3c19cd30c4dd8f2332dbe69af65a415
Author: Thomas Ross <thomasross@thomasross.io>
Date: Sun Dec 24 20:28:00 2023 -0500
Update Standards-Version to 4.6.2
commit 127944dd82d2d7d80b73377d2a330e015a0ed9ee
Merge: 5f174a6 d8613c6
Author: Thomas Ross <thomasross@thomasross.io>
Date: Sun Dec 24 20:18:56 2023 -0500
Merge remote-tracking branch 'upstream/master' into debian
commit d8613c6cbbe71e266ea4a58a96ec10f70cfcab14
Author: Thomas Ross <thomasross@thomasross.io>
Date: Sun Dec 24 17:54:28 2023 -0500
Release 0.11.2
commit 7bc6e75861cd897c000bada9d6542ef4b3638734
Author: Thomas Ross <thomasross@thomasross.io>
Date: Sun Dec 24 18:03:21 2023 -0500
Add keyboard shortcuts for saturation, resizing, and cropping
Requested in https://salsa.debian.org/thomasross/mirage/-/merge_requests/3
Co-authored-by: Otyugh <otyugh@riseup.net>
commit 93b76db7bea36a2e3aad39a423cc1d52698d744f
Author: Thomas Ross <thomasross@thomasross.io>
Date: Sun Dec 24 17:45:59 2023 -0500
Add marcelocripe pt_BR translator credits (!5)
commit b77a06919f1995931438af2ba5846d6d72da138d
Author: Thomas Ross <thomasross@thomasross.io>
Date: Sun Dec 24 17:42:20 2023 -0500
Divide by premax_ratio instead of max_ratio when preloading
Fixes #18
commit 3475f78a14ac0bf19d65caa01233e412764ed244
Author: Thomas Ross <thomasross@thomasross.io>
Date: Sun Dec 24 17:32:15 2023 -0500
Define PY_SSIZE_T_CLEAN in imgfuncs.c
Fixes Debian bug #1053675: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053675
Adds Python 3.10 compatibility:
> The PY_SSIZE_T_CLEAN macro must now be defined to use PyArg_ParseTuple() and
> Py_BuildValue() formats which use #: es#, et#, s#, u#, y#, z#, U# and Z#. See
> Parsing arguments and building values and PEP 353. (Contributed by Victor
> Stinner in bpo-40943.)
https://docs.python.org/3/whatsnew/3.10.html#id2
commit 26fc0b41d3eb65b847b55011cf19def32c767705
Merge: d85fa69 0ad5058
Author: Thomas Ross <thomasross@thomasross.io>
Date: Sun Dec 24 22:29:53 2023 +0000
Merge branch 'sudip/ubuntu' into 'master'
Add sentinel value to fix segfault
Closes #24
See merge request thomasross/mirage!7
commit d85fa69f6830481c9dddf8bade440ec21ec7109d
Author: Thomas Ross <thomasross@thomasross.io>
Date: Sun Dec 24 17:15:55 2023 -0500
Move categories beside Type in the desktop entry
commit d0b93cd18c7d111de3a92ad0cbaf1a47d28b008a
Author: Thomas Ross <thomasross@thomasross.io>
Date: Sun Dec 24 17:15:34 2023 -0500
Lowercase "show" in GenericName for english
commit ff7de3339b9cbed2fa7d1c233194e8705367cf7b
Author: marcelo cripe <marcelocripe@gmail.com>
Date: Wed Aug 16 17:14:11 2023 +0000
Added multiple languages in mirage.desktop
commit 0ad50581a4554285190e4d7d47e69cd002ee94ad
Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Date: Sun Dec 24 19:11:49 2023 +0000
Add sentinel value to fix segfault
Ubuntu was always segfaulting when mirage is executed. Upstream Python
developers pointed out that the sentinel value is not added.
Ref: https://github.com/python/cpython/issues/113460
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
commit 7da74ffe18526a941c774e024863618d06f012d7
Author: Thomas Ross <thomasross@thomasross.io>
Date: Mon Aug 21 19:26:50 2023 -0400
Add pt translations to setup.py
commit 259b86d59ebecd7f9c1b6af59fce5f9cb12d8682
Merge: 3648c92 1b347b3
Author: Thomas Ross <thomasross@thomasross.io>
Date: Mon Aug 21 23:24:35 2023 +0000
Merge branch 'paulop1976-master-patch-24275' into 'master'
Upload New File- pt localization (please note, it's not pt-br)
See merge request thomasross/mirage!4
commit 3648c92a1b24b391c00edb41acae0a04be95955b
Merge: f188e48 035d982
Author: Thomas Ross <thomasross@thomasross.io>
Date: Mon Aug 21 23:22:35 2023 +0000
Merge branch 'marcelocripe-master-patch-03946' into 'master'
Update pt_BR.po
See merge request thomasross/mirage!5
commit 035d9822e97b0d4134a2a737cbcc7ae2ce44aef6
Author: marcelo cripe <marcelocripe@gmail.com>
Date: Wed Aug 16 16:08:05 2023 +0000
Update pt_BR.po
commit 1b347b3a6d9f295f4726e864f89212180f5a58c6
Author: PPC <paulop1976@gmail.com>
Date: Thu Jun 15 18:33:01 2023 +0000
Upload New File- pt localization (please not, it's not pt-br)
commit f188e48dd33754c245cce5fed811c4ffefdf41b4
Merge: a2e6f0a 042b8e6
Author: Thomas Ross <thomasross@thomasross.io>
Date: Wed Mar 3 23:23:41 2021 +0000
Merge branch 'fix-missing-return' into 'master'
Add a missing `return` to silence the C compiler
See merge request thomasross/mirage!3
commit 042b8e6e5ff43a80c998cb790b3360662a76bf48
Author: Thomas Uhle <thomas.uhle@mailbox.tu-dresden.de>
Date: Wed Mar 3 16:30:57 2021 +0100
Add a missing `return` to silence the C compiler
commit 5f174a64c556d03e6d3b71c4a7b808d94204461a
Author: Thomas Ross <thomasross@thomasross.io>
Date: Sun Jun 7 13:31:57 2020 -0400
Add debian directory