Source package for DEB/RPM and more#7
Closed
hwsmm wants to merge 9 commits intoX9VoiD:hotfix-packagingfrom
hwsmm:hotfix-packsrc
Closed
Source package for DEB/RPM and more#7hwsmm wants to merge 9 commits intoX9VoiD:hotfix-packagingfrom hwsmm:hotfix-packsrc
hwsmm wants to merge 9 commits intoX9VoiD:hotfix-packagingfrom
hwsmm:hotfix-packsrc
Conversation
DEB can directly extract it without saving, and RPM can pipe to gzip to make tar.gz I could make another function for both purposes, but it works well so far
package.sh now makes udev rules to reduce code duplication in each platform
/usr/local can be used by 'users' when installing packages locally instead of using package managers
dpkg/rpmbuild will run package.sh in their build script
2 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is basically a successor of OpenTabletDriver/OpenTabletDriver.Packaging#16.
install.shwhich can be used whenever installing on Linux platform/usr/local/libinstead of/libas/usrshould only be edited by package managers (most systems are already UsrMerge anyway)Minor fixes:
libevdevdoes not exist on openSUSE, so I just used soname for a workaround