Launchpad API to search/list all ubuntu package
Is there a way to get a list of all ubuntu packages available in archive.ubuntu.com through Launchpad API. I have to programmatically get that in java. So i can't use the python launchpadlib client.As...
View ArticleHow do I repair a problem with Launchpad?
I keep getting an error message from Launchpad about E conflicting values for option Signed-By regarding https://ppa.launchpadcontent.net/yannubuntu/ubuntu/boot-repair/ubuntu/ and so forth whenever I...
View ArticleWhere to report issues of snaps?
I don't seem to find any information where to report issues with snaps, i.e. applications which are installed through snap install instead of the system package manager apt-get.Since most bug reports...
View ArticleHow to add Changed-By while building with debuild for launchpad?
I decided to fork a package and put it on my PPA on launchpad. But it Keeps getting rejected beacuse sources.changes file dosen't has Changed-By: other package i forked is accepted but Changed-By is...
View ArticleHow to create PPA packages for ARM or PowerPC in Launchpad?
When I request builds in this recipe it only creates 32 bit and 64 bit packages. How to create packages for armhf, arm64, or PowerPC?
View ArticleGet list of Ubuntu series
I want to programmatically obtain the list of all Ubuntu series, in release order (preferably via a URL). If I obtained the list say around July 2024, it would showoracular, noble, mantic,...,...
View ArticleWhat kind of text formatting is valid on Launchpad?
What kind of and to what extent is formatting possible on Launchpad posts such as questions and bug reports?
View ArticleWhy I am unable to upload the .orig.tar.gz to launchpad?
In my project: https://github.com/pc-magas/mkdotenv/tree/dev I try to upload the sources and release my package for that I used the following Makefile:VERSION := $(shell grep 'const VERSION'...
View ArticleWhere exactly is all the source code on Launchpad browseable?
I have always found the source code browser of Launchpad extremely useful when I need to link to packaging code in an answer. The URL pattern is simple enough...
View Article