Last active
September 15, 2024 20:14
-
-
Save stokito/3bcba74e6e16a53dbf48be525898ec53 to your computer and use it in GitHub Desktop.
Initialize debian folder for deb package
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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