From bb51e60d17dab878cfd80e6c10592d08856dfecb Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Thu, 7 Jun 2018 22:23:15 +0200 Subject: [PATCH] build-package.sh: partly undo 9b2f3b6 We'll rename debug debs to ${PKG}-dbg but not the actual package name in control. Debug versions of packages and normal packages can then replace each other without complaints from apt. We need to work a bit more on it to be able to setup a debug repo. --- build-package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-package.sh b/build-package.sh index a909184b6d..b3ce5d52b9 100755 --- a/build-package.sh +++ b/build-package.sh @@ -1111,7 +1111,7 @@ termux_step_massage() { mkdir -p DEBIAN cd DEBIAN cat > control <<-HERE - Package: $SUB_PKG_NAME$DEBUG + Package: $SUB_PKG_NAME Architecture: ${SUB_PKG_ARCH} Installed-Size: ${SUB_PKG_INSTALLSIZE} Maintainer: $TERMUX_PKG_MAINTAINER @@ -1179,7 +1179,7 @@ termux_step_create_debfile() { mkdir -p DEBIAN cat > DEBIAN/control <<-HERE - Package: $TERMUX_PKG_NAME$DEBUG + Package: $TERMUX_PKG_NAME Architecture: ${TERMUX_ARCH} Installed-Size: ${TERMUX_PKG_INSTALLSIZE} Maintainer: $TERMUX_PKG_MAINTAINER