ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/ubuntu/build
Revision: 69
Committed: 2009-02-01T22:56:37-08:00 (16 years, 4 months ago) by douglas
Content type: text/x-sh
File size: 211 byte(s)
Log Message:
Phase three. Merge!

File Contents

# Content
1 #!/usr/bin/env bash
2 # Ubuntu Build
3 #
4 # Douglas Thrift
5 #
6 # $Id$
7
8 source "`dirname $0`/common"
9
10 bsdtar xvCf $package/ $tarball
11 directory
12 rsync -Prv $package/debian $directory
13
14 cd $directory
15
16 debuild && debuild -S

Properties

Name Value
svn:executable *
svn:keywords Id
svn:mime-type text/x-sh