Package: libosp5 Version: 1.5.2-13 Tags: patch libosp5.postinst still calls ldconfig. We have moved to doing this via a dpkg trigger and dh_makeshlibs inserts it. Entirely removing libosp5.postinst and using a more recent debhelper version fixes this issue. Please consider applying the attached patch.
Helmut
diff -u opensp-1.5.2/debian/changelog opensp-1.5.2/debian/changelog --- opensp-1.5.2/debian/changelog +++ opensp-1.5.2/debian/changelog @@ -1,3 +1,10 @@ +opensp (1.5.2-13.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Don't call ldconfig explicitly. Let dh_makeshlibs trigger it. Closes: #-1. + + -- Helmut Grohne <[email protected]> Sat, 24 Feb 2018 14:22:00 +0100 + opensp (1.5.2-13) unstable; urgency=medium * Revert NMU accidentally removed in last version. diff -u opensp-1.5.2/debian/control opensp-1.5.2/debian/control --- opensp-1.5.2/debian/control +++ opensp-1.5.2/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Neil Roeth <[email protected]> Standards-Version: 3.9.5.0 -Build-Depends: debhelper (>> 7.0.0), dh-buildinfo, xmlto, poppler-utils, openjade, jadetex, docbook-dsssl, dh-autoreconf +Build-Depends: debhelper (>= 9.20151004~), dh-buildinfo, xmlto, poppler-utils, openjade, jadetex, docbook-dsssl, dh-autoreconf Package: opensp Architecture: any reverted: --- opensp-1.5.2/debian/libosp5.postinst +++ opensp-1.5.2.orig/debian/libosp5.postinst @@ -1,11 +0,0 @@ -#!/bin/sh - -set -e - -if [ "$1" = "configure" ]; then - ldconfig -fi - -#DEBHELPER# - -exit 0

