]> git.uio.no Git - check_openmanage.git/blob - bygge-debian.txt
3.7.1
[check_openmanage.git] / bygge-debian.txt
1 På en debian- eller ubuntu-boks:
2
3 # versjon
4 VER=3.7.1
5
6 # ymse
7 wget http://folk.uio.no/trondham/software/files/check_openmanage-${VER}.tar.gz
8 tar xvfz check_openmanage-${VER}.tar.gz 
9 mv check_openmanage-${VER} check-openmanage-${VER}
10 tar cvfz check-openmanage_${VER}.orig.tar.gz check-openmanage-${VER}
11 cd check-openmanage-${VER}
12
13 # bygge
14 debuild -us -uc
15
16 # synce ut deb-pakka
17 cd ..
18 scp check-openmanage_${VER}-1_all.deb trondham@tux:www_docs/software/files/