mate-screensaver build error

John Paul Adrian Glaubitz glaubitz at physik.fu-berlin.de
Sat May 10 14:20:56 UTC 2014


On 05/10/2014 03:55 PM, Vangelis Mouhtsis wrote:
> dh_install --fail-missing
> dh_install: etc/pam.d/mate-screensaver exists in debian/tmp but is not
> installed to anywhere
> dh_install: missing files, aborting
> (...)
> Please check it and guide me what to commit.

Well, the error message is actually quite concise :). It tells you
that the file etc/pam.d/mate-screensaver is copied into the temporary
staging directory for the package but you are not telling dh_install
into which package this file is supposed to be installed.

So, if you know where /etc/pam.d/mate-screensaver belongs to, you
add the filename to the debian/<package>.install file (<package>
being the name of the package where /etc/pam.d/mate-screensaver
should be copied into) and the error should go away and the package
should build fine.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz at debian.org
`. `'   Freie Universitaet Berlin - glaubitz at physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



More information about the pkg-mate-team mailing list