# File lib/fpm/package/deb.rb, line 221
  def input(input_path)
    extract_info(input_path)
    extract_files(input_path)
  end