openzim / python-libzim

Libzim binding for Python: read/write ZIM files in Python
https://pypi.org/project/libzim/
GNU General Public License v3.0
62 stars 22 forks source link

Build debian package in CI #174

Open rgaudin opened 1 year ago

rgaudin commented 1 year ago

@legoktm, in order to avoid mistakes like #172, we've decided we should automatically build deb packages in the CI, as we do for libzim and other projects.

I've looked at the recipe in https://salsa.debian.org/debian/python-libzim but I think it'd best if you could do it. I don't know how you want to sync that with your downstream repo and all.

As you've probably noticed, we released 3.2.0 so the patch is not needed anymore. As per target versions, I think only unstable and testing can be targeted as latest release targets libzim >= 8.2.1.

I see no reason not to push to our PPAs as well.

legoktm commented 1 year ago

Sounds good, I'll try to get to this shortly.