summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2020-09-10 00:53:42 +0800
committerruki <[email protected]>2020-09-10 00:53:42 +0800
commitfe7505fc1e16a9888774978231a5888c0b3e1412 (patch)
tree1763e92fe1737354e418a83bd0c874627879f160 /scripts
parent318ba729f83015ba54fff21b3668f6602add8df4 (diff)
fix makeppa
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/makeppa8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/makeppa b/scripts/makeppa
index 3a2d3ee32..8615f916c 100755
--- a/scripts/makeppa
+++ b/scripts/makeppa
@@ -28,7 +28,7 @@ if [ -z $patch ]; then
fi
# tarball
-basename=xmake-$version+$patch
+basename=xmake-$version+$patch$serie
tarball=$workdir/$basename.tar.gz
if [ ! -f $tarball ]; then
./scripts/archive-all
@@ -62,7 +62,7 @@ cp -r ../../scripts/debian .
# update changelog
rm debian/changelog
-dch -v $version+$patch "update $version" -D $serie --create --package xmake -M $USER
+dch -v $version+$patch$serie "update $version" -D $serie --create --package xmake -M $USER
cat debian/changelog
# build package
@@ -71,10 +71,10 @@ debuild -S -k2C0C68C9
# check package
echo "checking package .."
-lintian ../xmake_$version+$patch.dsc
+lintian ../xmake_$version+$patch$serie.dsc
# upload package
-source=xmake_$version+"$patch"_source
+source=xmake_$version+"$patch$serie"_source
while true; do
read -p "Do you wish to upload this package? (y/n)" yn
case $yn in