# File lib/packaging/util/version.rb, line 142
    def get_debversion
      get_base_pkg_version.join('-') << "#{Pkg::Config.packager}1"
    end