diff --git a/dist/ubuntu-make-all-distros.sh b/dist/ubuntu-make-all-distros.sh index 4a56ee3..b0af814 100755 --- a/dist/ubuntu-make-all-distros.sh +++ b/dist/ubuntu-make-all-distros.sh @@ -2,7 +2,7 @@ export HHBZRMSG="Enter first item auto-select, Vim keybinding, doc improvements." export VERSION=1.15. -export MINOR=1 +export MINOR=3 # precise quantal saucy / precise trusty utopic for DISTRO in trusty utopic diff --git a/dist/ubuntu-make-distro.sh b/dist/ubuntu-make-distro.sh index 4592844..9797928 100755 --- a/dist/ubuntu-make-distro.sh +++ b/dist/ubuntu-make-distro.sh @@ -125,6 +125,7 @@ echo "Before bzr push: " `pwd` bzr push lp:~ultradvorka/+junk/hh-package cd .. echo "Before dput push: " `pwd` -dput ppa:ultradvorka ${HHRELEASE}_source.changes +# recently added /ppa to fix the path and package rejections +dput ppa:ultradvorka/ppa ${HHRELEASE}_source.changes # eof