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:
parent
facb96ca19
commit
f62fa66f51
5 changed files with 19 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue