From 46dfbf826de64df2eaa9023a799232320a82776d Mon Sep 17 00:00:00 2001 From: Ryan Fortner <71036629+ryanfortner@users.noreply.github.com> Date: Fri, 10 Mar 2023 13:19:00 -0500 Subject: add -dnogit=1 flag to debian rules --- debian/rules | 1 + docs/COMPILE.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c9954ee2..568bbe44 100644 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,7 @@ override_dh_auto_configure: dh_auto_configure -- \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DARM_DYNAREC=1 + -DNOGIT=1 override_dh_shlibdeps: dh_shlibdeps --exclude=libgcc_s.so.1 --exclude=libpng12.so.0 --exclude=libstdc++.so.6 diff --git a/docs/COMPILE.md b/docs/COMPILE.md index f0dd0881..c40cbcea 100755 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -282,4 +282,4 @@ The tests are very basic and only tests some functionality for now. Debian Packaging ---- -Box64 can also be packaged into a .deb file with `DEB_BUILD_OPTIONS=nostrip dpkg-buildpackage -us -uc -nc`. +Box64 can also be packaged into a .deb file ***using the source code zip from the releases page*** with `DEB_BUILD_OPTIONS=nostrip dpkg-buildpackage -us -uc -nc`. Configure any additional cmake options you might want in `debian/rules`. -- cgit 1.4.1