Provided by: umegaya_1.0_all bug

NAME

       umegaya-guess-url - Guesses a package name from a VCS URL.

SYNOPSIS

       umegaya-guess-url VCS_URL

DESCRIPTION

       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.

RETURNS

       A package name, followed by a tabulation, followed by an URL.

EXAMPLE

              $ umegaya-guess-url $(debcheckout -d emboss | grep url | cut -f2)
              emboss

SEE ALSO

       umegaya-adm(1), umegaya-refresh-blend (1), http://wiki.debian.org/UpstreamMetadata

SOURCE

       http://umegaya.branchable.com/

LIMITATIONS

       Only source packages stored in Subversion and Git are supported for the moment.

AUTHORS

       Charles Plessy.