Debian Patches

Status for adun.app/0.81-14

Patch Description Author Forwarded Bugs Origin Last update
gcc-10.patch Fix FTBFS with GCC 10. Yavor Doganov <yavor@gnu.org> no debian 2020-06-16
05_no-plugin-script.patch This patch is specific to Debian. Yavor Doganov <yavor@gnu.org> no
15_link-properly.patch Yavor Doganov <yavor@gnu.org> invalid
20_paths.patch This patch contains x-terminal-emulator, which is specific to Debian. Adjust some essential paths. Yavor Doganov <yavor@gnu.org> no
fix-implicit-pointer.patch AdunCellListHandler.m was missing a include for the function AdCreateError, resulting in a forced-FTBFS on 64 bit archs. See
http://wiki.debian.org/ImplicitPointerConversions for more information.
Andreas Moog <amoog@ubuntu.com> no upstream Upstream CVS
gcc-warnings.patch Adapt to the new GNUstep API and fix few gcc warnings. Fixes the following warnings, most of them due to changes of
data types in recent gnustep-base. NSNotFound is 64-bit as of
-base/1.24, so use the right data type when comparing.
.
comparison is always true/false due to limited range of data type
passing argument N of 'foo' from incompatible pointer type
array subscript is above array bounds
comparison between pointer and integer
comparison between signed and unsigned integer expressions
overflow in implicit constant conversion
'foo' is used uninitialized in this function
‘foo’ may be used uninitialized in this function [-Wmaybe-uninitialized]
assignment makes integer from pointer without a cast
unused parameter ‘foo’ [-Wunused-parameter]
unused variable ‘foo’ [-Wunused-variable]
variable ‘foo’ set but not used [-Wunused-but-set-variable]
statement with no effect [-Wunused-value]
suggest parentheses around assignment used as truth value [-Wparentheses]
missing braces around initializer [-Wmissing-braces]
control reaches end of non-void function [-Wreturn-type]
no return statement in function returning non-void [-Wreturn-type]
' ' flag used with ‘%u’ gnu_printf format [-Wformat=]
output truncated before the last format character [-Wformat-truncation=]
‘receiver’ may not respond to ‘-message’
multiple methods named ‘-foo’ found
operation on ‘foo’ may be undefined [-Wsequence-point]
Yavor Doganov <yavor@gnu.org> no debian 2019-01-24
enable-scripting-extension.patch Enable the scripting extension. Also fixes some problems with building and loading and a bunch of
trivial compiler warnings.
Yavor Doganov <yavor@gnu.org> no 2018-01-07
enable-sql-extension.patch Enable the SQL backend extension. Fix some trivial compiler warnings in the process. Yavor Doganov <yavor@gnu.org> no 2018-01-07
invalid-observer.patch Fix segmentation fault when loading a molecule file. A premature -relase message invalidates the observer and causes
NSInvalidArgumentException when attempting to post the notification.
With older gnustep-base this lead to frozen UI, with 1.25 UL crashes.
Yavor Doganov <yavor@gnu.org> no 2017-01-07
spelling-errors.patch Fix some spelling errors. Yavor Doganov <yavor@gnu.org> no 2020-06-16
check-return-value.patch Check the return value of `freopen' and `fread'. Yavor Doganov <yavor@gnu.org> no 2018-01-08
ftbfs-powerpcspe.patch Fix FTBFS on powerpcspe. Disable all platform-specific flags as they are wrong (imply a better
machine/CPU compared to the lowest supported on a given arch).
Yavor Doganov <yavor@gnu.org> no 2019-01-22

All known versions for source package 'adun.app'

Links