mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
Allow pull-debian-source to work for packages with an epoch in their version
This commit is contained in:
parent
afedd3d4ce
commit
ca4878872c
@ -75,6 +75,7 @@ sub getDSC {
|
||||
$version=~s/\s*//g;
|
||||
$release=~s/\s*//g;
|
||||
$archs=~s/\s*//g;
|
||||
$version=~s/^.*?\://;
|
||||
if($archs=~m/source/) {
|
||||
print "Package: $package\nVersion: $version\nRelease: $release\nArchitectures: $archs\n";
|
||||
my($firstLetter)=substr($package,0,1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user