From 3c47af06fba573a1d76a6707f5efc9102477645e Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 9 Sep 2003 12:41:27 +0000 Subject: [PATCH 1/1] Support deb packaging extension of 'orig' archive '.bz2'. --- AutoGen.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoGen.pm b/AutoGen.pm index 0947a21..52074eb 100644 --- a/AutoGen.pm +++ b/AutoGen.pm @@ -270,7 +270,7 @@ my($class,%args)=@_; _system "make distdir"; # Copy 'orig' archive after &_prepdist which would delete it. my @origs; - for my $glob ("orig-$name-*.tar.{gz,Z}") { + for my $glob ("orig-$name-*.tar.{gz,Z,bz2}") { @origs=glob $glob; if (@origs) { confess "Invalid glob $glob: ".join(",",@origs) if 1!=@origs; -- 1.8.3.1