about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorRyan Fortner <71036629+ryanfortner@users.noreply.github.com>2023-03-10 13:19:00 -0500
committerGitHub <noreply@github.com>2023-03-10 13:19:00 -0500
commit46dfbf826de64df2eaa9023a799232320a82776d (patch)
tree739ea3805085dc07f6364159764c9dda6bd7cd18
parent60c6858916aa9e5332fad5cb52c448893e5bd2ef (diff)
downloadbox64-46dfbf826de64df2eaa9023a799232320a82776d.tar.gz
box64-46dfbf826de64df2eaa9023a799232320a82776d.zip
add -dnogit=1 flag to debian rules
-rw-r--r--debian/rules1
-rwxr-xr-xdocs/COMPILE.md2
2 files changed, 2 insertions, 1 deletions
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`.