El 7/1/25 a las 3:54, xiao sheng wen(肖盛文) escribió:
I just upload a gtkhash new version 1.5-3~exp1 to experimental,
But from buildd log[1], it still use gettext 0.22.5-4 in sid, not in
experimental.
Do you know is there a way to let buildd use gettext 0.22.5-4 in experimental?
How to test build use the gettext 0.22.5-4?
Thanks for your quick fix!
I don't think there is a way to force uploads for experimental to use
also experimental packages in the buildds.
To test the package yourself, this is what I did:
In a sid chroot, add the lines for experimental:
deb http://deb.debian.org/debian experimental main
deb-src http://deb.debian.org/debian experimental main
Then create /etc/apt/preferences.d/pin with this contents:
Package: src:gettext
Pin: release o=Debian,a=experimental
Pin-Priority: 999
Then sbuild will take all the gettext packages from experimental
for your test build.
Thanks.