adun.app (0.81-14)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 0.81-15 > 0.81-14
- Git: https://salsa.debian.org/med-team/adun-app.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 679936
- Browser: https://salsa.debian.org/med-team/adun-app
- Last scan: 2024-11-17 07:05:06+00
- Next scan: 2024-11-24 23:50:00+00
- CI pipeline status: success
- Debian changelog in Git:
adun.app (0.81-15) UNRELEASED; urgency=medium
* debian/rules (DEB_OBJCFLAGS_MAINT_APPEND): Add
-Wno-cast-function-type with a short explanation.
(override_dh_auto_install): Remove commands which are now handled by
dh_gnustep. Move unrelated commands to other targets.
(override_dh_link): Rename as...
(execute_before_dh_link): ...and use dh_gnustep --app for adun.app.
Convert the app icon here, after /usr/share/GNUstep is created.
(execute_after_dh_fixperms): New target; move chmod invocations from
override_dh_auto_install here.
* debian/control (Build-Depends): Add gnustep-make (>= 2.9.2-2) for
dh_gnustep's --app option.
(Depends): Remove steptalk; this was a workaround no longer needed.
(adun-core) <Suggests>: Add adun.app.
(Standards-Version): Bump to 4.7.0; no changes needed.
* debian/install: Remove /usr/share/GNUstep; now dh_gnustep's job.
* debian/patches/enable-scripting-extension.patch: Replace a deprecated
method which is private and triggers a warning.
* debian/patches/gcc-warnings.patch: Fix more warnings.
* debian/patches/scan-build-errors.patch: New; fix some issues
discovered by Clang and its static analyzer. This makes the app a
little more usable as it was going into infinite loops due to
comparisons of NSNotFound with an int type (a problem not detected by
GCC 14, unfortunately).
* debian/patches/set-delegate-before-source.patch: New; fix crash in
ULTemplateViewController when switching the NSPopUpButton by setting
the delegate before the data source.
* debian/patches/15_link-properly.patch: Fix patch metadata.
* debian/copyright: Update copyright years.
-- Yavor Doganov <yavor@gnu.org> Thu, 25 Jul 2024 11:14:27 +0300
- This branch is 11 commits ahead of tag debian/0.81-14
- Git log:
commit 5d21c5ac2f0ff80ca606523fa182e3c51c27baa2
Author: Yavor Doganov <yavor@gnu.org>
Date: Fri Oct 11 17:15:25 2024 +0300
Revert workarounds for -Wcast-function-type; silence the warnings instead.
commit f1bb6a75920a03bb78e5aeec82825dc8f8968d35
Author: Yavor Doganov <yavor@gnu.org>
Date: Thu Aug 8 00:14:20 2024 +0300
(Standards-Version): Bump to 4.7.0; no changes needed.
commit d07fe9e81d60d9f4a13c80c3aba6712947f6e4de
Author: Yavor Doganov <yavor@gnu.org>
Date: Wed Aug 7 23:55:42 2024 +0300
(adun-core) <Suggests>: Add adun.app.
commit 18bdd3312dd6399220fbd9051359225718d41953
Author: Yavor Doganov <yavor@gnu.org>
Date: Wed Aug 7 23:54:08 2024 +0300
(Depends): Remove steptalk; this was a workaround no longer needed.
commit 4a593d2676858b16189815044dfa7bf66039ca25
Author: Yavor Doganov <yavor@gnu.org>
Date: Wed Aug 7 23:52:39 2024 +0300
15_link-properly.patch: Fix patch metadata.
commit 78713666b3180945745494b824dde3fe61d5a19d
Author: Yavor Doganov <yavor@gnu.org>
Date: Wed Aug 7 23:50:24 2024 +0300
copyright: Update copyright years.
commit 8d3b574c1a6e243ab5685b0b020dcd88128b1998
Author: Yavor Doganov <yavor@gnu.org>
Date: Wed Aug 7 23:47:54 2024 +0300
set-delegate-before-source.patch: New; fix crash in ULTemplateViewController.
commit d155f4ee3c84b2e71cc9cb1c62e2ce95d8010644
Author: Yavor Doganov <yavor@gnu.org>
Date: Wed Aug 7 23:37:36 2024 +0300
scan-build-errors.patch: New; fix some issues found by Clang's static analyzer.
commit 6c64ee5396d60ad26a5f6873251a493055009ad3
Author: Yavor Doganov <yavor@gnu.org>
Date: Wed Aug 7 17:08:00 2024 +0300
gcc-warnings.patch: Fix more warnings.
commit 81fbb2c05b443983febf4741b547482d25e74f77
Author: Yavor Doganov <yavor@gnu.org>
Date: Mon Aug 5 17:54:23 2024 +0300
enable-scripting-extension.patch: Replace a deprecated method.
commit d4567e8ea8b700bf57e55afd1d3917b762eccb01
Author: Yavor Doganov <yavor@gnu.org>
Date: Thu Jul 25 12:19:08 2024 +0300
Simplify rules by using dh_gnustep's --app option.