diff --git a/confluent_server/builddeb b/confluent_server/builddeb index cd01e2bc..276b4025 100755 --- a/confluent_server/builddeb +++ b/confluent_server/builddeb @@ -1,5 +1,7 @@ #!/bin/bash cd `dirname $0` +export DEBFULLNAME="Lenovo HPC" +export DEBEMAIL="hpchelp@lenovo.com" PKGNAME=$(basename $(pwd)) DPKGNAME=$(basename $(pwd) | sed -e s/_/-/) OPKGNAME=$(basename $(pwd) | sed -e s/_/-/) diff --git a/confluent_vtbufferd/builddeb b/confluent_vtbufferd/builddeb index 3a98315a..c8ecf332 100755 --- a/confluent_vtbufferd/builddeb +++ b/confluent_vtbufferd/builddeb @@ -1,5 +1,6 @@ #!/bin/bash -set -x +export DEBFULLNAME="Lenovo HPC" +export DEBEMAIL="hpchelp@lenovo.com" cd `dirname $0` PKGNAME=$(basename $(pwd)) DPKGNAME=$(basename $(pwd) | sed -e s/_/-/) diff --git a/imgutil/builddeb b/imgutil/builddeb index a7cee375..27b0902b 100755 --- a/imgutil/builddeb +++ b/imgutil/builddeb @@ -1,4 +1,6 @@ #!/bin/bash +export DEBFULLNAME="Lenovo HPC" +export DEBEMAIL="hpchelp@lenovo.com" VERSION=`git describe|cut -d- -f 1` NUMCOMMITS=`git describe|cut -d- -f 2` if [ "$NUMCOMMITS" != "$VERSION" ]; then