Skip to content

Commit

Permalink
package_creation: Fix icub-common dependency and icub package name
Browse files Browse the repository at this point in the history
It fixes #720
  • Loading branch information
Nicogene committed Feb 25, 2021
1 parent cf42375 commit 6a27bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/create_icub-main_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Version: ${ICUB_PACKAGE_VERSION}-${ICUB_DEBIAN_REVISION_NUMBER}~${_PLATFORM_RELE
Section: contrib/science
Priority: optional
Architecture: $_PLATFORM_HARDWARE
Depends: icub-common (= ${ICUB_PACKAGE_VERSION}~${_PLATFORM_RELEASE}), yarp (>= ${YARP_REQUIRED_VERSION})
Depends: icub-common (= ${ICUB_PACKAGE_VERSION}-${ICUB_DEBIAN_REVISION_NUMBER}~${_PLATFORM_RELEASE}), yarp (>= ${YARP_REQUIRED_VERSION})
Installed-Size: $SIZE
Homepage: http://www.icub.org
Maintainer: ${ICUB_PACKAGE_MAINTAINER}
Expand All @@ -268,7 +268,7 @@ Description: Software platform for iCub humanoid robot with simulator.
interact with the real iCub robot, or with the included simulator." | tee $_CONTROL_FILE

# Build package
export ICUB_MAIN_PACKAGE_NAME="iCub${ICUB_PACKAGE_VERSION}-${ICUB_DEBIAN_REVISION_NUMBER}~${_PLATFORM_RELEASE}.deb"
export ICUB_MAIN_PACKAGE_NAME="iCub${ICUB_PACKAGE_VERSION}-${ICUB_DEBIAN_REVISION_NUMBER}~${_PLATFORM_RELEASE}_${_PLATFORM_HARDWARE}.deb"
echo $ICUB_MAIN_PACKAGE_NAME
cd ${D_ICUB_INSTALL_DIR} && dpkg -b ${D_ICUB_INSTALL_DIR} $ICUB_MAIN_PACKAGE_NAME
if [ "$?" != "0" ]; then
Expand Down

0 comments on commit 6a27bc2

Please sign in to comment.