-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Support for Debian package? #53
Comments
Hi @mattsnowboard ! I've made an experimental package which still has to clear debian's NEW queue. When it gets out of NEW, if there is positive feedback on it, i'm happy to move it into unstable. From there, anyone interested can backport it to debian stable using the https://backports.debian.org machinery. When that becomes possible, I'd be happy to help with that if anyone is interested in such a backport. |
it's in debian experimental now. i'd appreciate any testing folks can do, and feedback on it either in the debian BTS, or in bug reports here. |
@tarickb Is there a better package to use for Debian? @dkg I was just about to try out the package you built. I am trying to get the Koha open source library management system using XOAUTH2 with Email::Sender::Transport::SMTP::Persistent via Authen::SASL and I think I know how to make it work, but I ran into some dependency issues on Debian 12 Bookworm:
I just tried downloading the .deb package off Debian and installing it, but got these errors. I thought it was a bit weird since https://packages.debian.org/experimental/sasl-xoauth2 says libcurl3-gnutls and libjsoncpp25 are (installable) dependencies. I was hoping I could just clarify the dependencies with you. Cheers! |
Re. Debian pacakges -- I recently had to test sasl-xoauth2 on Debian 12 and was able to use the pre-built packages for Ubuntu Jammy by adding this apt source:
And adding the corresponding key. |
Thanks, @tarickb. I'll give that a shot. Any chance of getting the "debian" directory added into this git repo? It would be cool to be able to easily build our own packages with a provided control file. |
It's here, it's just in a different branch. |
Oh awesome. Thanks, @tarickb . |
I wanted to use this on a stable Debian 11 machine and was hoping to use the package so I don't have to build from source/monitor this project for updates.
Unfortunately, I was not able to use the focal or jammy Ubuntu packages on Debian 11 as it seems focal uses an old libjsoncpp1 package and jammy uses a new libc6 and libjsoncpp25 package.
focal:
jammy:
Any plans to support a Debian stable package or some Ubuntu version that matches Debian stable (Bullseye), if such a version even exists?
The text was updated successfully, but these errors were encountered: