Packaging for multiple Linux distros #296
Loading…
x
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.