diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-04-30 13:53:58 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-04-30 13:55:46 +0200 |
commit | b248447c7ab16c86b28e9bda5f7224a9d106ac43 (patch) | |
tree | f291874ff4e2ce7c5497cae992b15111084a48c3 /packaging/deb | |
parent | c15641564484bfb16a5fabff3a281d7a6b21861e (diff) |
update packaging
- fix build number, when not specified defaults to 0 which
doesn't affect number when it is defined.
- fix bionic release version
- remove suggested vpp-nsh-package since it is not being built
anymore (last version is 18.07)
Change-Id: Ic92118d2c3096879b3ed2f10454cf41f0fa2a0b8
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'packaging/deb')
-rwxr-xr-x | packaging/deb/bionic/prepare.sh | 4 | ||||
-rwxr-xr-x | packaging/deb/common/prepare.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packaging/deb/bionic/prepare.sh b/packaging/deb/bionic/prepare.sh index 49949525f..19be36174 100755 --- a/packaging/deb/bionic/prepare.sh +++ b/packaging/deb/bionic/prepare.sh @@ -35,7 +35,7 @@ cp ${SOURCE_DIR}/$3 ${BUILD_DIR} cat <<EOT >> ${BUILD_DIR}/debian/changelog honeycomb (${VERSION}-${RELEASE}) unstable; urgency=low - * 19.04 release + * 19.08 release -- mcmarada <mcmarada@cisco.com> Thu, 18 Oct 2018 13:42:07 +0200 EOT @@ -60,7 +60,7 @@ Vcs-Browser: https://git.fd.io/cgit/hc2vpp/tree/ Package: honeycomb Architecture: all Depends: ${VPP_DEPENDENCIES}, openjdk-11-jre-headless -Suggests: vpp-nsh-plugin +Suggests: Description: Honeycomb agent for VPP EOT diff --git a/packaging/deb/common/prepare.sh b/packaging/deb/common/prepare.sh index bb5788498..724a882d8 100755 --- a/packaging/deb/common/prepare.sh +++ b/packaging/deb/common/prepare.sh @@ -60,7 +60,7 @@ Vcs-Browser: https://git.fd.io/cgit/hc2vpp/tree/ Package: honeycomb Architecture: all Depends: ${VPP_DEPENDENCIES}, openjdk-8-jre-headless -Suggests: vpp-nsh-plugin +Suggests: Description: Honeycomb agent for VPP EOT |