Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37536475
en ru br
ALT Linux repos
S:8.95.6-alt1
5.0: 8.72-alt1
4.1: 8.69-alt1
4.0: 8.64-alt0.1

Group :: Archiving/Other
RPM: alien

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alien-alt-fix-missing-spaces-in-control.patch
Download


diff --git a/alien/Alien/Package/Deb.pm b/alien/Alien/Package/Deb.pm
index bf09058..217f1b1 100644
--- a/alien/Alien/Package/Deb.pm
+++ b/alien/Alien/Package/Deb.pm
@@ -178,7 +178,7 @@ sub scan {
 	for (my $i=0; $i <= $#control; $i++) {
 		$_ = $control[$i];
 		chomp;
-		if (/^(\w.*?):\s+(.*)/) {
+		if (/^(\w.*?):\s*(.*)/) {
 			# Really old debs might have oddly capitalized
 			# field names.
 			$field=ucfirst(lc($1));
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin