~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to scripts/build-ubuntu.sh

  • Committer: Tyler Hicks
  • Date: 2012-11-05 06:05:54 UTC
  • Revision ID: tyhicks@canonical.com-20121105060554-5ji4q2865a9qk1ct
* autogen.sh:
  - Use the --copy option when invoking intltoolize

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh -e
2
2
./scripts/release.sh --nosign
3
 
upstream=$(basename $PWD)
4
3
cd ..
5
4
rm -rf ubuntu
6
5
mkdir ubuntu
8
7
cd ubuntu
9
8
tar zxvf *.orig.tar.gz
10
9
cd ecryptfs-utils*/
11
 
cp -a ../../${upstream}/debian .
 
10
cp -a ../../upstream/debian .
12
11
debuild -uc -us