diff options
| -rwxr-xr-x | debian/rules | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index f306f1df..ac594c07 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ prebuild:  	git commit ChangeLog debian/changelog \  		-m "update changelogs for Debian build"  	git tag debian/$(DEB_VERSION) -	git push --tags master +	git push --tags origin master  configure: configure-stamp  configure-stamp:  | 
