~ecryptfs/ecryptfs/trunk

371 by Dustin Kirkland
src/desktop: add the desktop files to the dist tarball
1
#!/bin/sh -e
351 by Dustin Kirkland
add a script for building for ubuntu
2
./scripts/release.sh --nosign
750 by Tyler Hicks
* scripts/build-ubuntu.sh:
3
upstream=$(basename $PWD)
351 by Dustin Kirkland
add a script for building for ubuntu
4
cd ..
5
rm -rf ubuntu
6
mkdir ubuntu
7
mv ecryptfs-utils*.orig.tar.gz* ubuntu
8
cd ubuntu
9
tar zxvf *.orig.tar.gz
10
cd ecryptfs-utils*/
750 by Tyler Hicks
* scripts/build-ubuntu.sh:
11
cp -a ../../${upstream}/debian .
351 by Dustin Kirkland
add a script for building for ubuntu
12
debuild -uc -us