From 877b24da5966777f63c2003b9e3654efbcfc68b0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 10 Sep 2008 13:58:42 -0400 Subject: dh_installchangelogs: Fall back to looking for changelog files ending with ".txt". Closes: #498460 --- dh_installchangelogs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_installchangelogs') diff --git a/dh_installchangelogs b/dh_installchangelogs index 7042c5f9..a5cce3f4 100755 --- a/dh_installchangelogs +++ b/dh_installchangelogs @@ -68,7 +68,7 @@ my $changelog_name="changelog.Debian"; if (! defined $upstream) { if (! isnative($dh{MAINPACKAGE}) && !compat(6)) { my @files=sort glob("*"); - foreach my $name (qw{changelog changes}) { + foreach my $name (qw{changelog changes changelog.txt changes.txt}) { my @matches=grep { lc $_ eq $name && -s $_ } @files; if (@matches) { $upstream=shift @matches; -- cgit v1.2.3