Pull misc Kbuild updates from Masahiro Yamada:
 - clean up builddeb script
 - use full path for KBUILD_IMAGE to fix rpm-pkg build
 - fix objdiff tool to ignore debug info
* tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
  builddeb: fix typo
  builddeb: Update a few outdated and hardcoded strings
  deb-pkg: Remove the KBUILD_IMAGE workaround
  unicore32: Use full path in KBUILD_IMAGE definition
  sh: Use full path in KBUILD_IMAGE definition
  arc: Use full path in KBUILD_IMAGE definition
  arm: Use full path in KBUILD_IMAGE definition
  arm64: Use full path in KBUILD_IMAGE definition
  scripts: objdiff: Ignore debug info when comparing
  cat <<EOF > debian/copyright
  This is a packacked upstream version of the Linux kernel.
  
 -The sources may be found at most Linux ftp sites, including:
 -ftp://ftp.kernel.org/pub/linux/kernel
 +The sources may be found at most Linux archive sites, including:
 +https://www.kernel.org/pub/linux/kernel
  
- Copyright: 1991 - 2015 Linus Torvalds and others.
+ Copyright: 1991 - 2017 Linus Torvalds and others.
  
  The git repository for mainline kernel development is at:
  git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git