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
Unfindable package after bad packaging #49
Comments
|
Does the package have a higher version than before? Or did you just override the old one with one of the exact same version? In the latter case, this behavior is actually expected and not a bug, since this thing never happens at all in any Debian repository. |
|
It was the same version, but I would expect the |
|
I could maybe add a new method to completely delete all information we have on a package (could be useful occasionally). But overriding a package with a new one, keeping the version, is evil and should not be done (unless one is testing internally). |
|
I'm going to close this then, as it was just a misunderstanding of what the commands actually do. |
|
...which means I really need to add a manpage with the next release :D |
So I had a package in the repository that had no
DEBIAN/md5sumlines. When I would runprocess --force --verbosethe package would be found, but it had no interesting files and would be skipped.I fixed the package, reuploaded it to the repository, verified it had the
DEBIAN/md5sumlines, and was included in the repositorypackagesfile. But afterforget-found --forceandcleanup,appstream-generatordoesn't seem to find the package. There is no mention of it when runningprocess --force --verboseeven though all the other packages are found.Appstream html
Repository Url
Actual Package link
Using v0.6.5 built from source
Appstream version 0.11.2 also built from source
Ubuntu xenial 16.04
Will post
appstream-generatoroutput tonight.The text was updated successfully, but these errors were encountered: