build-package.sh: Use deb naming convention
"The Debian binary package file names conform to the following convention: <foo>_<VersionNumber>-<DebianRevisionNumber>_<DebianArchitecture>.deb" - https://www.debian.org/doc/manuals/debian-faq/ch-pkg_basics.en.html#s-pkgname
This commit is contained in:
parent
c5c3c0b4f2
commit
4fd853fc3e
@ -516,7 +516,7 @@ HERE
|
||||
$TERMUX_TAR -czf $SUB_PKG_PACKAGE_DIR/control.tar.gz .
|
||||
|
||||
# Create the actual .deb file:
|
||||
TERMUX_SUBPKG_DEBFILE=$TERMUX_COMMON_DEBDIR/${SUB_PKG_NAME}-${TERMUX_PKG_FULLVERSION}_${SUB_PKG_ARCH}.deb
|
||||
TERMUX_SUBPKG_DEBFILE=$TERMUX_COMMON_DEBDIR/${SUB_PKG_NAME}_${TERMUX_PKG_FULLVERSION}_${SUB_PKG_ARCH}.deb
|
||||
ar cr $TERMUX_SUBPKG_DEBFILE \
|
||||
$TERMUX_COMMON_CACHEDIR/debian-binary \
|
||||
$SUB_PKG_PACKAGE_DIR/control.tar.gz \
|
||||
@ -696,7 +696,7 @@ termux_step_create_debscripts
|
||||
# Create control.tar.gz
|
||||
$TERMUX_TAR -czf $TERMUX_PKG_PACKAGEDIR/control.tar.gz .
|
||||
# In the .deb ar file there should be a file "debian-binary" with "2.0" as the content:
|
||||
TERMUX_PKG_DEBFILE=$TERMUX_COMMON_DEBDIR/${TERMUX_PKG_NAME}-${TERMUX_PKG_FULLVERSION}_${TERMUX_ARCH}.deb
|
||||
TERMUX_PKG_DEBFILE=$TERMUX_COMMON_DEBDIR/${TERMUX_PKG_NAME}_${TERMUX_PKG_FULLVERSION}_${TERMUX_ARCH}.deb
|
||||
# Create the actual .deb file:
|
||||
ar cr $TERMUX_PKG_DEBFILE \
|
||||
$TERMUX_COMMON_CACHEDIR/debian-binary \
|
||||
|
Loading…
Reference in New Issue
Block a user