~ubuntu-branches/ubuntu/vivid/oss4/vivid-proposed

« back to all changes in this revision

Viewing changes to setup/Linux/mktarball.sh

  • Committer: Package Import Robot
  • Author(s): Sebastien NOEL, Sebastien NOEL, Benda Xu
  • Date: 2014-10-23 22:47:56 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20141023224756-ugge2zw3qib5ldip
Tags: 4.2-build2010-1
[ Sebastien NOEL ]
* New upstream release.
  - fix build with recent kernel. (Closes: #696751)
* Add build dependency on libtool-bin. (Closes: #761783)

[ Benda Xu ]
* Use debhelper 9.
* Bump to standard 3.9.6.
* Add Benda Xu to uploaders.
* Run wrap-and-sort.
* Canonicalize Vcs-Svn field and add Vcs-Browser field.
* Get rid of limits.h copy hack, leverage include-fixed from gcc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
VERSION=`sh showversion.sh`
6
6
RELEASE=`cat buildid.dat`
7
7
OSSNAME=oss-linux
8
 
PKGNAME=$OSSNAME-$VERSION-$RELEASE-`uname -m`
 
8
if test `uname -m` = "x86_64"; then ARCH=amd64
 
9
else ARCH=`uname -m|sed 's/^i[3-9]86/i386/'`
 
10
fi
 
11
PKGNAME=$OSSNAME-$VERSION-$RELEASE-$ARCH
9
12
 
10
13
echo building $PKGNAME.tar.bz2
11
14
#cp ./setup/Linux/installoss.sh prototype