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

« back to all changes in this revision

Viewing changes to setup/Linux/mkdeb.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:
12
12
else ARCH=`uname -m|sed 's/^i[3-9]86/i386/'`
13
13
fi
14
14
 
15
 
DEBNAME=${OSSNAME}-${VERSION}-${RELEASE}_${ARCH}
 
15
DEBNAME=${OSSNAME}-v${VERSION}-${RELEASE}-${ARCH}
16
16
 
17
17
# Checking for known MD5 hashing programs
18
18
if type md5sum > /dev/null 2>&1; then MD5=MD5SUM