-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix debian packaging #42
base: master
Are you sure you want to change the base?
Conversation
to bring it in line with the official Debian/Ubuntu packages
This prevents FTBFS in projects that uses libsope-ldap-dev
Maybe I'm wrong but how far I understand the packaging for the libsbjson is not even required because it is in the all main debian/ubuntu stable releases (from wheezy in debian and from trusty in ubuntu). |
Inverse branch of SBJson contains one commit that addresses crash if result is NSNull. See: 45339ab |
Added commit 3850f3f, which allows to build on Debian Stretch. Is there something I could have done to be able to merge the proposed changes? |
I accepted, but even the recheck does not pick it up :( I saw already accepted if I go again... something wrong with the integration |
Renaming libsbjson2.3-dev to libsbjson-dev resolves conflict with the official distribution package.
Adding libldap2-dev dependency solves FTBFS when building SOGo in a clean chroot environment (pbuilder). Include files in libsope-ldap-dev require the include files from libldap2-dev. Therefore I consider it right that libldap2-dev should be listed as a dependency in libsope-ldap-dev.