~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to scripts/release.sh

  • Committer: Tyler Hicks
  • Date: 2012-11-05 05:11:40 UTC
  • Revision ID: tyhicks@canonical.com-20121105051140-g4crl3uh5vmu7rly
* autogen.sh, scripts/release.sh, Makefile.am:
  - Break out the autoreconf and intltoolize commands from release.sh into
    an executable autogen.sh
  - Include the new autogen.sh script in the release tarball
* debian/rules:
  - Override the dh_autoreconf target by running the autogen.sh script

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
curver=`head -n1 debian/changelog | sed "s/^.*(//" | sed "s/).*$//"`
13
13
 
14
14
rm -f ./ecryptfs-utils_$curver.orig.tar.gz
15
 
autoreconf -i -v -f
16
 
intltoolize --force
 
15
./autogen.sh
17
16
./configure --prefix=/usr
18
17
make dist
19
18
for i in `ls ecryptfs-utils-*.tar.gz`; do