Skip to content

Instantly share code, notes, and snippets.

@stokito
Last active September 15, 2024 20:14
Show Gist options
  • Save stokito/3bcba74e6e16a53dbf48be525898ec53 to your computer and use it in GitHub Desktop.
Save stokito/3bcba74e6e16a53dbf48be525898ec53 to your computer and use it in GitHub Desktop.
Initialize debian folder for deb package
debmake -u 1.0.0 -n
# remove useless files
rm -fr ./debian/tests/ ./debian/upstream/ ./debian/README.Debian ./debian/watch
# now edit all the files inside of the debian folder
# from the debian/control in the Build-Depends remove the gcj
debuild # build a package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment