Packaging for multiple Linux distros #296
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-02#296
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Supported formats: deb, RPM, Arch, ebuild, PET, TXZ
The RPM dependency uses the Bitcoin SSL library. Pre-built packages are available at:
http://download.opensuse.org/repositories/home:/motters:/pybitmessage/
I tried to manually merge this but I'm not sure what is correct. In the Makefile, one side of the conflict makes heavy use of {DESTDIR} and the other makes heavy use of {DEST_APP} and {DEST_SHARE}.
I think it's safe to overwrite the older Makefile with the newer one. An advantage is that the Makefile and the other packaging scripts and files are all generated via generate.sh, which means a lot less maintenance effort.
Excellent. Thank you.