Navigation Menu

Skip to content

Commit

Permalink
package ubuntu: also upload .orig.tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 28, 2014
1 parent 4b0c907 commit cf0e5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ubuntu/upload.rb
Expand Up @@ -103,7 +103,7 @@ def upload(code_name)
"--distribution", code_name,
"--newversion", deb_version,
"Build for #{code_name}.")
run_command("debuild", "-S", "-pgpg2", "-k#{@pgp_sign_key}")
run_command("debuild", "-S", "-sa", "-pgpg2", "-k#{@pgp_sign_key}")
run_command("dput", @dput_configuration_name,
"../#{@package}_#{deb_version}_source.changes")
end
Expand Down

0 comments on commit cf0e5a0

Please sign in to comment.