summaryrefslogtreecommitdiffstats
blob: 20695b31d814a42574db067e2c11cb8683f0f25e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

VERSION=`../../../GetBuildVersion.py swift`
DIRNAME=swift-$VERSION

rm -rf $DIRNAME
git clone ../../../.git $DIRNAME
ln -s Swift/Packaging/Debian/debian $DIRNAME/debian

cd $DIRNAME
echo $PWD
dpkg-buildpackage -rfakeroot -i -I