Hello, in
d/gnustep-dl2-postgresql-adaptor.maintscript the first link uses "Current" which is already a symlink. When one replaces this with "0" the upgrade works fine. (I tested this with -9+nmu build on sid upgrading to the patched -15 which also failed here for the unpatched version. I would prepare an NMU but: The packaging git does not contain the latest version (i.e. -15) but only -14, so I don't know whether you have already any updates privately queued up. The package has two lintian errors that should either be suppressed or corrected: E: gnustep-dl2-sqlite-adaptor: arch-dependent-file-in-usr-share usr/share/GNUstep/Frameworks/SQLite3EOAdaptor/Versions/0/LoginPanel.bun dle/LoginPanel E: gnustep-dl2-postgresql-adaptor: arch-dependent-file-in-usr-share usr/share/GNUstep/Frameworks/PostgreSQLEOAdaptor/Versions/0/LoginPanel. bundle/LoginPanel I guess the *plist file is considered to be arch-dependent, although I don't see why given its content. I've attached the according patch to fix this bug. Best, Gert
--- gnustep-dl2-0.12.0/debian/gnustep-dl2-postgresql-adaptor.maintscript 2016-07-13 09:56:56.000000000 +0000 +++ gnustep-dl2-0.12.0.new/debian/gnustep-dl2-postgresql-adaptor.maintscript 2017-01-05 09:28:36.346876308 +0000 @@ -1,4 +1,4 @@ -symlink_to_dir /usr/lib/GNUstep/Frameworks/PostgreSQLEOAdaptor.framework/Resources /usr/lib/GNUstep/Frameworks/PostgreSQLEOAdaptor.framework/Versions/Current/Resources 0.12.0-15~ +symlink_to_dir /usr/lib/GNUstep/Frameworks/PostgreSQLEOAdaptor.framework/Resources /usr/lib/GNUstep/Frameworks/PostgreSQLEOAdaptor.framework/Versions/0/Resources 0.12.0-15~ dir_to_symlink /usr/lib/GNUstep/Frameworks/PostgreSQLEOAdaptor.framework/Versions/0/Headers /usr/include/GNUstep/PostgreSQLEOAdaptor 0.12.0-14~ dir_to_symlink /usr/lib/GNUstep/Frameworks/PostgreSQLEOAdaptor.framework/Resources/LoginPanel.bundle/Resources /usr/share/GNUstep/Frameworks/PostgreSQLEOAdaptor/LoginPanel.bundle 0.12.0-14~ dir_to_symlink /usr/lib/GNUstep/Frameworks/PostgreSQLEOAdaptor.framework/Versions/0/Resources /usr/share/GNUstep/Frameworks/PostgreSQLEOAdaptor/Versions/0 0.12.0-14~