Guesses a package name from a vcs url.
umegaya-guess-url VCS_URL
VCS (version control system) URLs indicate where to clone or check out anonymously source packages. umegaya-guess-url attempts to guess the package name when only this URL is known. This is useful when harvesting VCS URLs from the tasks files of Debian Pure Blends.
A package name, followed by a tabulation, followed by an URL.
$ umegaya-guess-url $(debcheckout -d emboss | grep url | cut -f2) emboss
umegaya-adm(1), umegaya-refresh-blend (1), http://wiki.debian.org/UpstreamMetadata
http://umegaya.branchable.com/
Only source packages stored in Subversion and Git are supported for the moment.
Charles Plessy.