Skip to content
Snippets Groups Projects
Commit b9943ed8 authored by Abhishek Kumar's avatar Abhishek Kumar
Browse files

Merge pull request #840 from jtattermusch/debian_version

fix the version of debian package builder script
parents 62d637c1 28ab96c0
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,8 @@
deb_dest="deb_out"
mkdir -p $deb_dest
version='0.8.0.0'
version='0.5.0.0'
pkg_version='0.5.0'
if [ -f /.dockerinit ]; then
# We're in Docker where uname -p returns "unknown".
......@@ -97,7 +98,7 @@ do
# Build the debian package
fakeroot dpkg-deb --build $tmp_dir/$pkg_name || { echo "dpkg-deb failed"; exit 1; }
deb_path=$deb_dest/${pkg_name}_amd64.deb
deb_path=$deb_dest/${pkg_name}_${pkg_version}_amd64.deb
# Copy the .deb file to destination dir
cp $tmp_dir/$pkg_name.deb $deb_path
......
Package: libgrpc-dev
Version: 0.8.0
Version: 0.5.0
Architecture: amd64
Maintainer: Jan Tattermusch <jtattermusch@google.com>
Depends: libgrpc, libc6-dev | libc-dev
......
No preview for this file type
Package: libgrpc
Version: 0.8.0
Version: 0.5.0
Architecture: amd64
Maintainer: Jan Tattermusch <jtattermusch@google.com>
Depends: libc6
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment