-- 
Nishanth Aravamudan
Ubuntu Server
Canonical Ltd
diff --git a/scripts/dep3changelog.pl b/scripts/dep3changelog.pl
index b7000cc..cebf6cb 100755
--- a/scripts/dep3changelog.pl
+++ b/scripts/dep3changelog.pl
@@ -129,7 +129,7 @@ for my $patch (@patches) {
 		next;
 	    }
 	}
-	last if (/^---/ || /^\s*$/);
+	last if (/^---/);
 	chomp;
 	# only if there was a shebang do we strip comment chars
 	s/^# // if ($dpatch);

Reply via email to