# File lib/fpm/package/deb.rb, line 947 def to_s(format=nil) # Default format if nil # git_1.7.9.3-1_amd64.deb return super(format.nil? ? "NAME_FULLVERSION_ARCH.EXTENSION" : format) end