This repository has been archived on 2024-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
|
#!/bin/bash
|
|
|
|
pkg="vn-vmware_1.0.0"
|
|
debPkg="${pkg}_all.deb"
|
|
host="root@bacula"
|
|
|
|
debuild -us -uc -b
|
|
#scp ../$debPkg $host:/root
|
|
#ssh $host dpkg -i /root/$debPkg
|
|
#ssh $host rm /root/$debPkg
|
|
debian/rules clean
|
|
rm ../${pkg}*
|