adjust: now we don't depend dpkg in building

This commit is contained in:
shenmo 2024-12-24 11:26:20 +08:00
parent 250e48b98e
commit b8bbe9a672
4 changed files with 4 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
*.deb
#*.deb
src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/ace-env.tar.xz

3
debian/changelog vendored
View File

@ -1,8 +1,9 @@
amber-ce-bookworm (12.4.15) UNRELEASED; urgency=low
amber-ce-bookworm (12.4.15-1) UNRELEASED; urgency=low
* fix: Can't pass args via bwrap
* fix: Auto upgrade service always pop up upgradable notifier
* fix: /etc/apt/sources.list only request main repo
* fix: sudo function error: Need sudo sudo to really sudo
* fix: ACE Host Integration fail
* adjust: remove dpkg from building depends
-- shenmo <shenmo@spark-app.store> Wed, 25 Sep 2024 23:15:49 +0800

View File

@ -40,7 +40,7 @@ sudo rm -rf ace-env
pushd flamescion-container-tools/ace-host-integration
dpkg-deb -Z xz -b . ../ace-host-integration.deb
#dpkg-deb -Z xz -b . ../ace-host-integration.deb
popd