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 |
3 |
cd ..
|
|
4 |
rm -rf ubuntu |
|
5 |
mkdir ubuntu |
|
6 |
mv ecryptfs-utils*.orig.tar.gz* ubuntu |
|
7 |
cd ubuntu
|
|
8 |
tar zxvf *.orig.tar.gz |
|
9 |
cd ecryptfs-utils*/
|
|
396
by Dustin Kirkland
minor update to maintainer build scripts |
10 |
cp -a ../../upstream/debian . |
351
by Dustin Kirkland
add a script for building for ubuntu |
11 |
debuild -uc -us |