[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

postrm-calls-ldconfig



Hello,

I rebuild a library package (libgtkimreg) just to fix a minor issue and
bumped it to Standards-Version: 3.5.6 by this way.

I have a dh_makeshlibs call in the rules file and so I got a
libgtkimreg.postrm.debhelper file:

  # Automatically added by dh_makeshlibs
  if [ "$1" = "remove" ]; then
          ldconfig
  fi
  # End automatically added section

This was not change since a long time.  But now I get the lintian
warning:

  W: libgtkimreg: postrm-calls-ldconfig

Did I missed something while I had holidays?  Do I have to do any
handwork to debhelper calls now to fit policy?

Kind regards

        Andreas.



Reply to: