From 265c594d2a97fde5a16f9c44580cb7a7773d6bbc Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 7 Apr 2017 10:49:22 +0800 Subject: modify makeppa script --- scripts/debian/control | 2 +- scripts/makeppa | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/debian/control b/scripts/debian/control index e36bf163e..18568ddb2 100644 --- a/scripts/debian/control +++ b/scripts/debian/control @@ -3,7 +3,7 @@ Section: contrib/devel Priority: optional Maintainer: ruki Build-Depends: debhelper (>=9) -Standards-Version: 2.1.3 +Standards-Version: 3.9.7 Homepage: http://xmake.io #Vcs-Git: git@github.com:tboox/xmake.git #Vcs-Browser: https://github.com/tboox/xmake.git diff --git a/scripts/makeppa b/scripts/makeppa index 56ff5a8ca..5892b7a6b 100755 --- a/scripts/makeppa +++ b/scripts/makeppa @@ -56,7 +56,7 @@ lintian ../xmake_$version-1.dsc while true; do read -p "Do you wish to upload this package? (y/n)" yn case $yn in - [Yy]* ) if [ -f ../xmake_$version-1_source.ppa.upload ]; then rm ../xmake_$version-1_source.ppa.upload; fi ; dput ppa:waruqi/xmake ../xmake_$version-1_source.changes; break;; + [Yy]* ) if [ -f ../xmake_$version-1_source.ppa.upload ]; then rm ../xmake_$version-1_source.ppa.upload; fi ; dput ppa:tboox/xmake ../xmake_$version-1_source.changes; break;; [Nn]* ) exit;; * ) echo "Please answer y or n.";; esac -- cgit v1.3.1