All pastes #604381 Raw Edit

Someone

public text v1 · immutable
#604381 ·published 2007-07-05 14:16 UTC
rendered paste body
persia@frigga:~/src/scratch/ccbuild$ lintian -iIv ccbuild_1.5.5-0ubuntu1.dsc
N: Setting up lab in /tmp/4wpEaN64cn ...
N: Processing 1 packages...
N: ----
N: Processing source package ccbuild (version 1.5.5-0ubuntu1) ...
gpg: Signature made Wed Jul  4 00:02:17 2007 JST using DSA key ID 8F79D9FE
gpg: Can't check signature: public key not found
W: ccbuild source: debian-rules-ignores-make-clean-error line 39
N:
N:   A rule in the debian/rules file for this package calls the package's
N:   clean or distclean target with a line like:
N:   
N:    -$(MAKE) distclean
N:   
N:   The leading - tells make to ignore all errors. Normally this is done
N:   for packages using Autoconf since Makefile may not exist. However,
N:   this line ignores all other error messages, not just the missing
N:   Makefile error. It's better to use:
N:   
N:    [ ! -f Makefile ] || $(MAKE) distclean
N:   
N:   so that other error messages from the clean or distclean rule will
N:   still be caught.
N:
I: ccbuild source: unknown-field-in-dsc original-maintainer
N:
N:   See the Policy Manual for a list of the possible fields in a source
N:   package control file.
N:   
N:   Refer to Policy Manual, section 5.4 for details.
N:
N: Removing /tmp/4wpEaN64cn ...