gbp.scripts.common.__init__
gbp.scripts.common
Parts shared between the deb and rpm commands
>>> is_download(["http://foo.example.com"]) True >>> is_download([]) False >>> is_download(["foo-1.1.orig.tar.gz"]) False
Figure out the paths to the component tarballs based on the main tarball.