1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-03-09 15:40:18 +00:00

Version bump: v0.2.5. PyPI: update setup.py metadata. Debian: added --yes option for debmake

This commit is contained in:
Bumsik Kim 2018-08-22 14:07:25 -04:00
parent facb96ca19
commit f62fa66f51
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6
5 changed files with 19 additions and 12 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
PKGVER=0.2.4
PKGVER=0.2.5
# Required for debmake
DEBEMAIL="k.bumsik@gmail.com"
DEBFULLNAME="Bumsik Kim"
@ -18,7 +18,7 @@ mv $PKGVER.tar.gz virtscreen-$PKGVER.tar.gz
cp $ROOT/package/debian/Makefile \
$ROOT/package/debian/virtscreen-$PKGVER/Makefile
cd $ROOT/package/debian/virtscreen-$PKGVER
debmake -b':sh'
debmake --yes -b':sh'
# copy files to build
# debmake files