-
Notifications
You must be signed in to change notification settings - Fork 186
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
Passing version to DEBTRANSFORM-TAR #956
Comments
I have a similar issue. Using Currently I'm packaging a library for both Qt5 and Qt6, but both packages should share a common header package. So I used the same approach as For debian, I have two
Maybe extend debtransform that |
related: openSUSE/obs-service-set_version#29 |
With openSUSE/obs-service-set_version#88 it works for me well. My .dsc file contains
|
Hi,
Is there a way to pass package version to DEBTRANSFORM-TAR tag?
My package have a bunch of source provided by _service with
setversion
.So without DEBTRANSFORM it can't pick up a proper source. But with every
service run
increasing the version I have to set that manually in .dsc.The text was updated successfully, but these errors were encountered: