Any example projects that build for both deiban and fedora?

I might be reading the docs wrong, but I simply cannot setup debian builds for my obs project. The fedora package works but the debian one keeps showing me errors about properties that I cannot find anywhere in the obs documentation.

I feel like I learn better by examples, so if anyone knows or has a project that builds for both debian and fedora I’d really appreciate if you could share it with me (preferably a rust based project, but any other one will work).

Seems like a great example. Do you know how can I add extra files for the build process other than the main repository source? I basically have a service that generates a vendor.tar.zst for vendored dependencies so that the package can be built without internet connection. This is easy to do in .spec files, but I’m struggling to manage it for Debian.

To my best knowledge dpkg source package format does not support it. This question is probably better asked on dpkg-specific support channel.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.