create-mkdebian.sh, pkg.sh: Upload to debian stable

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2015-05-31 15:29:41 +00:00
commit fbd7115174
2 changed files with 7 additions and 12 deletions

View file

@ -128,7 +128,7 @@ done
chmod 755 rules
cd ..
dch --create --newversion \$VERSION-\$RELEASE --controlmaint --package \$NAME --distribution unstable "Release built by $0"
dch --create --newversion \$VERSION-\$RELEASE --controlmaint --package \$NAME --distribution stable "Release built by $0"
echo "Produced by $0, the output should be in the \"debian\" sub-directory."
EOT