You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks so much for this tool, it is really helpful.
I've been able to generate a .deb file for my python package and .deb files for all of its dependencies (all of which are written to /tmp), but I'm struggling to create a *.changes file to upload to mentors.debian.net. It seems like dput, the tool used to upload, will only accept a *.changes file. Is there a way to do that with this tool, or is there a process you know of that can take the output from this tool and turn it into a .changes file?