2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00
xcat-dep/conserver/make_deb.sh
xq2005 3e2cf3bd12 do not signature the changefile and dsc file
Former-commit-id: a833fe1a77d0ccf977ba1d2fa84cb55f75aad3c7
2013-02-20 08:49:46 +00:00

9 lines
140 B
Bash

#!/bin/bash
tar xvfz conserver-8.1.16.tar.gz
cd conserver-8.1.16
cp -rL ../debian .
dpkg-buildpackage -uc -us
cd -
rm -rf conserver-8.1.16